-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Support new Z-wave device Systemair Remotely Controlled Ventilation #152
Comments
NB, tested with the latest 2.0.0 SNAPSHOT (build 507) |
I've created a new DB entry so feel free to start adding the configuration if you like. http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/430 Regarding it not finishing initialisation and creating an XML, I had a look at the log and I don't see reason why it's not completing - the log just seems to stop. Are you sure there is nothing else after this? |
I have fired up the openhab2 project on a Mac instead of on the Pine64. I have also given the system more time in debug mode. Here are the resulting logs attached. Still Node 9. ..and still no XML for Node 9. |
Thanks. I’ve never seen this before, but the device is rejecting the requests. I will have to have a think about how to resolve this.
|
openhab#152 Signed-off-by: Chris Jackson <chris@cd-jackson.com>
I´ll pull the build off the build server and test once it is available. |
#152 Signed-off-by: Chris Jackson <chris@cd-jackson.com>
Now it looks a lot better (Build 511). Here is the new Thingfile, and I have also included the logs. |
Great - looks good. It might take another iteration or two, but this will allow me to complete the database definition which I'll try and update tonight. |
I have pulled the latest build down (514) and tested a bit more. Device is correctly identified, and I am unable to add it. However I am still not getting any control of the device. Was there more I should do on my end, or was it supposed to be controllable from the OH2 UI now? |
I’m not sure why the device can’t be added - that’s quite strange. What actually happens - it goes into the inbox, but then when you click add, nothing happens? |
Sorry, typo, it should be "and I am able to add it". The device does not show up under Control however |
Ah - ok ;) What are you trying to control exactly? I’ll likely need a log to see what’s happening - the fan might not work as it might need more configuration, but otherwise I would have expected it to work I think. |
I would expect to see Fan mode settings, boost mode (via binary switch CC) etc. I assume that is tied to the channels? Here are some screen shots, along with the log Logs: EventsAnOH2Log.zip |
In the PaperUI control page is there nothing from this device at all? What does HABmin show? I’ve not looked at the log, but I guess it won’t show anything if you’ve not even got any control widgets… Otherwise you might need to configure a sitemap I guess... |
I didn’t mean there. If you look in the thing configuration, what does it show? It should provide at least one switch - not sure what it switches, but the device has this channel and it would be interesting to see if it does anything (like turn the ventilation on/off). |
When you updated the binding, did you delete this thing, and add it back again? If not, you need to do this to get OH to re-read the configuration and add the new channels. |
Ok, I have now removed everything from the controller (removed it on the controller, not only from the UI), and done a hard reset of the controller. I have also done a factory reset of the ventilation z-wave adapter, and then paired them again. Still no luck. See the logs for details. |
It looks like there are two files for this device now in the database - probably you’re picking up the wrong one - I’ll need to delete the old one... |
I’ve just started a new build - try again with the update in 30 minutes or so…
|
The channel descriptions are a bit off. I´ll modify the entries to provide a more accurate description. |
Great stuff - thanks. I'll close this now, but any further issues, just yell... |
I miss the ability to set the "thermostat setpoint" for this device (I got it two days ago and setting it up in OpenHAB2 was really plug and play). The THERMOSTAT_SETPOINT seems defined, but there is no channel associated to it. I would like to contribute to getting this correctly configured. |
openhab/org.openhab.binding.zwave#152 Signed-off-by: Chris Jackson <chris@cd-jackson.com>
Is it possible to get the Systemair HVAC Z-wave to Modbus adapter supported?
Type / Id: 0139:0001
Manufacturer: 0276
Device manual: http://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/1768/Z-Wave_to_Systemair_HVAC_Adapter_User_Manual.pdf
Link to device in pepper1 database: http://www.pepper1.net/zwavedb/device/975
NB, the device is NODE 9 in my network. However no XML file is generated in /opt/openhab/userdata/zwave/
Debug Log is attached:
openhab.log.zip
The text was updated successfully, but these errors were encountered: