zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
939 stars 200 forks source link

[bug] GreenWave Multi-socket PowerNode 6 missing Watt meters for sockets 2-6 #71

Closed katiuskt closed 3 years ago

katiuskt commented 3 years ago

Version

Build/Run method

zwavejs2mqtt version: I'm not sure how to get this. I'm using zwavejs/zwavejs2mqtt:dev pulled on 12th Dec

Describe the bug GreenWave Reality Inc. Multi-socket PowerNode (6 plugs) - Manufacturer ID=153, Product Type=3, Product ID=4 doesn't report Watt meter for sockets 2, 3, 4, 5 and 6.

image

OpenZWave stack and OpenHab ZWave bindings are able to get that information. For instance, from OpenZWave stack (using docker openzwave/ozwdaemon:latest) you can see that information: image

I'm not sure if this is a zwavejs problem not recognizing all the device information or a HA discover issue. If further details are needed, please let me know.

Expected behavior Watts meter for all the 6 plugs into device are expected

katiuskt commented 3 years ago

Closing, not a bug, sorry!

Added another Greenwave Powernode it shows W_metter objects properly. This one has older firmware (4.21) then the one not showing W_metters (4.28) but I didn't think it could make such difference.

So, I've tried Healing the node -> No success Refreshing info node -> It did the trick. W_meter objects are now discovered.