V_LEVEL in Domoticz [resolved]
-
Hello,
Does anyone know if V_LEVEL (lux) in MySensors 2.0 is supported in Domoticz?
Thanks
Alex
-
@alexsh1 yes it is.
-
yes
-
and another yes:
from the history:
Changed: MySensors, now treating V_LIGHT_LEVEL as Perecentage (V_LEVEL with type=S_LIGHT_LEVEL = Lux)regards,
Frank
-
@yfands
@fernando-alvarez-buyllaAny ideas why when the sensor is reporting V_LEVEL/S_LIGHT_LEVEL I still get percentage? I am using the latest beta Domoticz.
-
@alexsh1 did you delete the device in the hardware tab of domoticz?
-
And it might be necessary to delete the device too.
-
@manutremo I did both. The node has come back, but the device does not display correctly.
-
It works for me. Can you show a capture of the device and the sketch? The node log wold be useful too.
-
Version of domoticz?
-
-
@alexsh1 Weird... it works perfect in my 3.8770:
So you mean that it the node sends a let's say value of 67, domoticz shows a 67%?
-
Correct.
5091 TSF:MSG:SEND,6-6-0-0,s=255,c=3,t=16,pt=0,l=0,sg=1,ft=0,st=OK: 5138 TSF:MSG:READ,0-0-6,s=255,c=3,t=17,pt=6,l=25,sg=1:9E33298D49F4A46C7EABCD392B5796BA3D5A529489DBB68092 5269 TSF:MSG:SEND,6-6-0-0,s=255,c=3,t=0,pt=1,l=1,sg=1,ft=0,st=OK:100 5382 TSF:MSG:SEND,6-6-0-0,s=1,c=3,t=16,pt=0,l=0,sg=1,ft=0,st=OK: 5427 TSF:MSG:READ,0-0-6,s=255,c=3,t=17,pt=6,l=25,sg=1:B988626FE976407B4B8F037F16F7A061A65EFC53A2A3B9ABF3 5558 TSF:MSG:SEND,6-6-0-0,s=1,c=1,t=38,pt=7,l=5,sg=1,ft=0,st=OK:3.30 abs(lux - oldLux)=9709; lux =9709; oldLux =0 5685 TSF:MSG:SEND,6-6-0-0,s=4,c=3,t=16,pt=0,l=0,sg=1,ft=0,st=OK: 5730 TSF:MSG:READ,0-0-6,s=255,c=3,t=17,pt=6,l=25,sg=1:57745AED2BAB9EED21EC110284CF1456693A42A0E9B775509F 5863 TSF:MSG:SEND,6-6-0-0,s=4,c=1,t=37,pt=0,l=5,sg=1,ft=0,st=OK: 9709
However, it does display as 9709% rather than 9709 lux.
I'll try to delete everything again tomorrow and reboot Domoticz.
Not sure where the issue is as your setup works fine.
-
@manutremo OK, sorted now. What I have done so far:
- deleted a node and all associated devices
- rebooted Domoticz
- reflashed my VELM6075 mote with the same version of MySensors as the GW
It started working straight away.
Thanks
-
@alexsh1 Great! Many thanks for reporting back!