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.
Official
Comments
On Github
will continu to get the power reading working
This custom version (I have versioned it to 1.1.0) now supports both the Powernode 1 and the Powernode 6. It has the correct icons for the Powernode 1 although they dont look as smooth as the professional icons by Athom as I used a converter.
What is not working is the actual power consumption (which has never worked together with Homey).
[EDIT]
@Webster, what is pending in the app store. A seperate app or a pull request to add the Powernode 1 to the current Greenwave app?
[EDIT2]
Do not download this version anymore, it's outdated but I dont seem to be able to remove the attachment.
he implemented my code in the code from Athom app
And if so, how long did you wait ? (I've the same issue)
But I still see greyed out buttons on the zwave page from time to time meaning the zwave chip is busy. It does not seem to effect functionally but I'm keeping an eye out on this. I have set polling for my Greenwave devices a little higher to reduce the load on the zwave network.
By the way, is routing already supported by homey then ?(I thought I've read that z-wave routing should be supported by the controller as well in order to work)
Let hope we get a reaction on:
https://forum.athom.com/discussion/comment/28949/#Comment_28949
My guess is that Athom will incorporate the separate app of Webster into their own eventually.
But even this version does not have any optimizations concerning the zwave performance. This needs to be fixed (if it needs to be fixed at all) in the zwave Homey driver.
My power nodes do not blink. The standard settings are fine for me at the moment .
But, I'm working on a custom version of the app where the keep alive time is a setting in the device setting. Hopefully with this I can save this parameter and get rid of my green blinking lights. This custom version also supports the Greenwave powernode 1, this was added by Webster. I'll see if I can learn how to use GitHub so I can submit a pull request for this additional functionality.
Awesome!
(assumption : polling of a powernode 6 takes 10 seconds)
select all greenwave powernodes from inventory order by device-id
start polling powernode with the lowest device-id at time n
start polling powernode with the lowest+1 device-id at time n+(1x 15 sec)
start polling powernode with the lowest+2 device-id at time n+(2x 15 sec)
etc
this way you prevent a busy cpu
I want to use/test you work
Could you post a complete zip of the repo with you pull request?
Just downloaded your earlier .zip, but don't known if this is the same as the pull request
This because when I manually switch the PowerNode1, it takes X secs/minutes to update the switch status in Homey's GUI.