This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
greenwave np310 power usage
I have a greenwave np310 but i only see kwh "totaal usage" see image 1
i like toe see the actual usage like fabaro wall plug see image 2
image 1
image 2
i like toe see the actual usage like fabaro wall plug see image 2
image 1
image 2
Comments
On topic: I've read somewhere in the Z-Wave topic that usage for the greenwave devices might be implemented later on, but I can't find where that's said exactly.
Really need this to work.
See the tips and tricks on this domoticz wiki page:
https://domotiga.nl/projects/domotiga/wiki/Devices_ZWave_GreenWave_PowerNode
But indeed you can find all the configuration items you need. Polling is the key and configuration parameter.
These settings are standard zwave settings and homey does support that.
<CommandClass id="112"> <Value type="byte" genre="config" instance="1" index="1" label="No communication light" min="1" max="255" value="2"> <Help>After how many minutes the GreenWave device should start flashing if the controller didn't communicate with this device</Help>
https://github.com/openhab/openhab/blob/master/bundles/binding/org.openhab.binding.zwave/database/greenwave/np310.xml
The Greenwave Powernode sockets take five parameters.
- Parameter 0: Minimum variation in load current before a message is sent. Value in percent (30 => 30%)
- Parameter 1: After how many minutes the GreenWave device should start flashing if the controller didn't communicate with this device
- Parameter 2: Wheel position on the GreenWave device (read-only)
- Parameter 3: Default state after power loss
- Parameter 4: If the LED should indicate a network error by flashing or not
So I believe I can set parameter 1 to 255 minutes in the device configuration within Homey like below. I will have to test this now but I'm pretty sure this will work.+1!
So concluding indexnumber in open-zwave xml configurationfile is parameternumber?! Could come in handy for other devices.......
Unfortunately the socket on which I'm testing this is still blinking green. It's a NS301-F (a single socket version) but the zwave classes and specifically the COMMAND_CLASS_CONFIGURATION should be the same. So I'm pretty sure the 1,1,255 parameter is correct. It seems that Homey is not updating the socket with this parameter. @Taco mentioned that parameter settings are placed in a queue and send to the device on a wake-up interval but that only seems relevant for battery powered zwave devices. I assume this should be send straight away. So something is wrong but there is no way of telling what is wrong.
Support for the power usage per socket is unsure as @Taco needs to look into this. Setting a polling configuration doesnt cut it.
(Some more technical documentation on the Greenwave Powernodes: https://drive.google.com/file/d/0B3Rg4T9PEzq0Y1hlVkc1WHBqMHRNNmVIeTFmQ016YW8xSjAw/view (chapter 7.8 contains the configuration class))
What if you set the pollinginterval below 2 min because if i stand correct, asuming the xml off open-zwave is correct, is the default.
@Fire69 Do you also use the double relay units of Fibaro like the FGS221?
i just had a look at https://trello.com/c/AtTVVVu2/41-z-wave-command-classes and saw that the meter command class isn't implemented yet and Taco is working on that one. Assuming that needs to be implemented before the single socket power usage of the 6 socket device is supported. @Taco, do i stand correct in this assumption?
@Taco can you confirm this?