Greenwave Systems v.2.0 removed power capabilities

Aah, parameter value ”4,1,0” helped to disable the annoying green led circle! No more blinking.

2 Likes

Hi,

I updated this old driver to SDKv3 now it works on Homey pro 2023. I needed polling.

If you like to test, you can find my version on my github:

2 Likes

Hi Ronald, great job. I also needed polling but how do I install this in my HP2023?

Thanks for this, I presume it has to be installed by CLI.
Is this code also compatible with the “old” Homeys?

Seems that I’m not able to install on an 2023:


Any idea how to solve this?

Please run:

  • npm install

before you run ‘home app install’.

Ronald

I don’t know. I think so because older hardware has up2date software.

1 Like

You need the homey development environment. I think if you scroll up you can find how to install it.

I added some basic installation instructions to the README.md in git.

1 Like

Hi, Thanks for the info. I managed to install it, and I see the poll options.
Seems to be working, will check some more.

Thanks!!! :+1:

1 Like

Do I first need to uninstall the official Greenwave Systems app (v3.1.0) before installing your version @Ronald_Derksen ?

No, uninstall is not needed.

1 Like

Hey, Do we still need to do it or is it now updated in homey?

impossible for me to disable green led circle on a 6 socket greenwave. “4,1,0” parameter works for one socket. but 6 appear like 6 devices without ability to send zwave commands

If you want the power measurement to work, you still need this version:
image
The chance it will be (re)integrated in the Athom version is close to zero, becourse they have removed it before, for their resons.

For the LED stop blinking, send 0x25, 0x02 to the node every 2 hours.
image
English: Send (Parameter) to node (nr)

and for set time-out, 1 time send:
image

These are not Device(socket) commands but Z-Wave commands

Thank you i integrated it.
you are sending it to which equipment? one of the 6?

The 6-socket-block has only 1 z-wave node ID number for all sockets:
image
You can find it in the developer tools:
https://tools.developer.homey.app/tools/zwave

Thank you a lot

1 Like