-
-
Notifications
You must be signed in to change notification settings - Fork 26
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 for Ikea Starkvind #143
Comments
Ha yes right, can you try the beta branch ? |
Thanks for the quick response! |
Exactly, thx ^^, this is untested yet, will be for keypad support Have too edited the code accoding to
There is so much usefull information in the json, but idk which one are the more usefull to be used as widget too. |
I've tried the update. I'm seeing two devices in Domoticz.
Edit: From the PR: dresden-elektronik/deconz-rest-plugin#6124 (comment) |
Harf, haven't see it use 2 entries. Have updated the code again, you can update with "git pull"
You can, but I have too updated the code, problem is idk how deconz will react at character "µ"
You have a direct acces to the api in domoticz (to see or write values), on Domoticz/Custom/Deconz/Sensor. If the speed still not working can you make a try with the debug "debug info only" enabled ? |
Yeah and can too use that https://github.com/Smanar/Domoticz-deCONZ/wiki/Example-to-use-custom-widget-to-act-direclty-on-the-deconz-API Some setting are used only 1 time by year, so I prefer don't use a widget just for that. Edit:
So I have made a complete rollback, so new code (with new problems)
And have checked code again, the API don't use same value in the GUI https://github.com/dresden-elektronik/deconz-rest-plugin/blob/12f7f3610c985c47efe6980a205672925d0c82ae/devices/ikea/starkvind_write_target_mode.js Sorry again for all retries. Edit: For this one need to use µg/m³ |
No problem :) Happy to help. It added another selector switch, but it gives an error every few seconds: Edit: It didn't recreate the PM2.5 sensor. Is that something you are still working on? |
Have corrected the error
No sensor at all ? The code seem fine for me
|
Great! Selector switch now works! |
Lol, seriously there is something magic on thoses custom sensors .... So yes the "speed" is the attribute 0x0007 but I don't have found information about the "value", for me a speed is in m/s and its the value displayed in the API, raw value. So new modifications :
You can just remove the pm2.5 sensor for this try, no change on others. |
Thanks for the modifications. Yes, it is a very nice value to have, the speed. It would be nice to use it for automations, limiting the speed when the mode is on "auto" for instance. Fan selector switch is working now! The mode now is the same in Domoticz and on the Starkvind. |
Edit:
|
Hmm, strange. Edit: It works now! Your last change fixed the problem. Now i've got two sensors, 1 with m/s and one with µg/m³! |
Ha ^^ finally :) |
I think that the change in DeConz for the Starkvind requires an update from this plugin.
dresden-elektronik/deconz-rest-plugin#6124
It now reports as a new ZHAAirPurifier type, while Domoticz-deCONZ only supports the ZHAAirQuality type.
The text was updated successfully, but these errors were encountered: