I have installed the above z-wave switch and the actually switching of it is working pretty well! It would be nice to have the power reading (so I can see when a bulb goes for example).
This is my bindings:
Switch Hall_Main_Light “Main Hall Light” (Hall) { zwave=“4:command=switch_binary”}
Number Hall_Main_Light_Power “Main Hall Light Power [%.2f W]” { zwave=“4:command=meter,meter_scale=E_W,refresh_interval=60” }
Note! The _sReset switch is used for resetting (setting to zero) the internal “energy meter” in the device.
Your items setup seems to be quite similar, apart for the refresh_interval statement, but I don’t think that should matter.
What does your sitemap look like?
I just realized that you are not really saying what is not working out for you (if anything), Can you clarify what you expect to happen and what does (or does not) happen?
Sorry the power usage just stays as “-” so it never gets set. I wonder if it could be the reset thing? What exactly does that do?
I’m decorating my office at the minute so it’s tricky to get the sitemap, but it’s just a switch for the actual binary switch, and a text item for the power usage.
2016-04-03 12:58:52.536 [WARN ] [.b.z.i.c.ZWaveConverterHandler] - No command class found for item = Hall_Main_Light_Power, command class name = meter, using 0 refresh interval.