I have one to but can't get it included using the z-wave stick 2 , does anyone here have a valid config to use this sensor ?
OK i'll try again tonight with latest binding from habmin. Do you also use a z-stick ?
Kind regards
I included mine with no problem. I just pressed the (new) Include button on the HABmin toolbar, then pressed the button on the motion sensor 3 times and it included fine.Chris
--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/bb9bB71zgsM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/d/optout.
Do you also use a z-stick ?
This morning , i did a reset of the z-stick 2 in the z-wave zensys tool
Hi chris,
Can i ask you how i can set down the wake time for initial connect as i can't do anything with the node ?
Remember i had the same issue before with the node rgbw controller .
I don't understand that for example we need to wake the node 2,3,4 times as i tried that allready or wait like 8 hours ? what do you mean ? i have to let openhab and habmin run for 16 hours to accept the node ?
i do see a difference as stated in the intial bind that after the second wakeup of the node ( by quickly pressing the B-button 3 times ) it its recognized as Fibaro FGMS-001
Also when i take a look in the zensys tool, i see that all my other nodes are in lisening mode , and this is not (maybe till the bind is complete )
I can't imagine that people with a home center 2 or any other domotica brain suffer from the same troubles ?
I will try again this evening and will run it also in debug so i can send you the log file, i think with the newer fibaro modules something is different or changed.
you also have a motion eye , do you have the american or EU version ? and what firmware ?
Also could you implent a firmware check for the z-stick 2 so we can see on what firm it's running on ?
i'll run it in debug and try to play with the wakeup function.
hi all,
btw,
Did you associate all 3 association groups with you z-wave controller node?
Hi all,
Same config here no issues wake the units up a few times and it will be green had the same issue here. I also adjusted the wakeup time and gold the sensor to report Evert change in temp and lux
So, you can achieve the same thing by setting group 1 and group 2 as you can for group 3. If you set all 3 groups, it might end up reporting twice which would reduce battery life (although I've not tested this so I'm not sure). So, maybe you have group 1 set in other devices, and you think it's working fine (which it is) but with this configuration you won't get all notifications - maybe this doesn't matter though...
I hope that helps - apologies if I've not answered all the question.
Cheers
Chris
Thanks a lot chris for your useful hints! The problem was definitely the missing association of the fibaro devices with group 3.This association was not established by default and MUST be manually set via HABmin! (Tested in two different setups.)
--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/bb9bB71zgsM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/d/optout.
WARN o.o.b.z.i.c.ZWaveConverterHandler[:256]- No command class found for item = ZWaveTestMotion, command class name = sensor_binary“}
Another ing which seems to remove the association is just to restart the OpenHAB process. Initialisation seems to adversely affect the nodes.
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/d/optout.
<zwave.log><habmin.png>
Contact schlafzimmerbewegung "Bewegungsmelder [%s]" <pir> { zwave="8:1:command=SENSOR_BINARY" }
Number schlafzimmertemperatur "Temperatur [%.2f °C]" <temperature> {zwave="8:1:command=SENSOR_MULTILEVEL,sensor_type=1,refresh_interval=900" }
Number schlafzimmerhelligkeit "Helligkeit [%.0f Lux]" <sun> { zwave="8:1:command=SENSOR_MULTILEVEL,sensor_type=3,refresh_interval=900" }
rule "corLightOn"
when
Item schlafzimmerbewegung changed from OFF to ON
then
sendCommand(Lampe_Wohnzimmer_Ecke, ON)
Lampe_Wohnzimmer_Ecke_Licht.sendCommand("50,50,70")
end