-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZWave] Greenwave PowerNode: error on second switch (?!) and no kWh #850
Comments
How is this provided? Isn’t it read back in the configuration? I’ve just made a change that might help the error that you logged. Please provide a debug log from tomorrows update if the problem persists. |
Correct. |
Reinstalled the binding now. This is what I get when clicking on the switch_binary1 switch: |
I don't think the log file is any use for this issue. Please can you redo it with a working binding? Please also tell me what the device is since there are a number of greenwave switches in the database - ideally the XML would be useful. |
So I think the issue is that the database has an extra endpoint that doesn't really exist - I'm not sure who added that, but I'll remove it. For now, I simply suggest not using it - ie just don't link the channel. The wheel isn't available as an item - I'm not sure why you would need this, but it's not available at the moment. What is the use case for this - to me, it's a configiration item used to allow you to determine what device you're looking at - why does it need to be dynamic? |
I think the idea of having this wheel as an item is eg. to send "scenes" to different devices. Like the keyfob does. For a reason they just made this input a read-only parameter.
|
I don’t see how you intend to use it though? I would have expected that you read it back during the initialisation of the device so that you know that itemX is the blue device, but after that, you use itemX for your scenes etc. Or am I missing something. Having this available as an item, or not having it available, doesn’t stop you with scenes does it? |
No activity so closing for now. |
These are generated automatically from the XML since the device reports a single and a multi instance switch. There's no-way to know that these are the same switch, so the database generates both. We could easily remove one. |
Yes, this would be great 👍 |
Oh, and is there a way to read the parameters now? The position of the wheel you see above is provided by an parameter. At the moment I don't need the value/position, but it could be useful one day. |
No - there's no way to read parameters, and as stated earlier, it's not my intention to make every parameter available as a channel - otherwise we will have 'channel explosion' and I don't think it's good (databases will get very large and people will end up with thousands of items even with a small network!). As discussed earlier, I don't see the need for the wheel to be readable dynamically - if there's a good use case, then I'm happy to be convinced, but at the moment I don't think it's useful. |
Signed-off-by: Wouter Born <eclipse@maindrain.net>
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Hey,
I'm new to openHab2 and I'd like to get my UZB1 working with a Greenwave PowerNode.
After adding the device I noticed that there are multiple entries, so I checked whether they are valid.
Additonally I'm also missing the output of the wheel, where I can choose a number/state from.
At least binary_switch works so far..
PS: The device does not own a second switch..
sitemap
zwave.items
log
Sorry, if I misunderstand something here...
The text was updated successfully, but these errors were encountered: