This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

EnOcean Remote Controle
#21
value press: 1879048192
value release: 0
Reply
#22
Code:
lampAddress= '0/0/7'
value = event.getvalue()

lamp = grp.getvalue(lampAddress)
if value == 0 then
  if (lamp == true) then
    grp.write(lampAddress, false)

    else
    grp.write(lampAddress, true)
    end
end
The same only with the 4byte object as trigger
------------------------------
Ctrl+F5
Reply
#23
YES....it Works Cool Big Grin Big Grin Big Grin

Thank you!!!!!!!!
Reply


Forum Jump: