-
Notifications
You must be signed in to change notification settings - Fork 4
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
Some controls do not work #9
Comments
Hey @nielstron @Fasanenpark, I've received my Bayernlüfter today and was very happy that there is already a HA-Extension available (thanks @nielstron!). It takes max to "scan_interval" to receive the value set - for me this is ok, maybe there should be a repoll after setting the value. The Timer-Switch is still not working (I don't need it, as I do every automation inside HA). So, @nielstron can you confirm that you're running an older version of HA and if yes, maybe could we base this extension on the current HA? Thank you in advance. Cheers, |
I can confirm that I have not used HA for around 3 years now, so I would expect the version to be outdated :) I appreciate any efforts to extend/update the package |
@nielstron Thanks for your reply. So I gonna try to make it workable and coming back to you with a merge request ;) |
Sounds great! |
I have implemented your patch in main now but its lacking the additional polling after the change. |
Thanks. Coming back to you. |
Hey @nielstron, I did some tests with my Hardware-Revision for the Bayernluefter and found out that the vendor did some changes on their firmware. I got the current FW-Revision (2.1): As the Fan-Speed is working again with my change on the HA-Extension, there will be need to be some changes in the pyernluefter (see merge-request). For example the SystemOn-Value is coming as a string-value and your convert in pyernluefter to bool always casts "True". I think it would be goog to have a a new branch on both repos for the current FW-Revision to don't mix everything up, as there are for sure some breaking changes. I'm no python-dev, so do not wonder for mistakes in my commits. |
Hi @domhaas, Regarding your specific commits I didn't see any specific issues. Usually what you want to try though is to keep different changes in seperate branches/PRs so that a maintainer can merge those parts that are fine directly. By mixing changes into the same branch I had to pick out specific commits/changes manually (when for example the bug fix and removing the cached files was fine in nielstron/pyernluefter#1 but I did not want to remove the testing for revision 1) |
Hey @nielstron, And i understand your objections about having multiple branches for every FW-Revision. I think you're right - if those FW-Switches are easy done, as it currently looks like. I'm going to try everything in the next days and I will give you some feedback. |
thanks for all your work. I just wanted to ask if it is possible to add the "Feuchtetransport" entity also to this integration? Would be nice 👍 |
The switch power button switch off the device but can not restart it.
Also the fan control set percentage do not work. By setting another percentage there comes an error "error by calling service fan_setpercentage"
It would be also geat to have the sensor value "Feuchtetransport"
The text was updated successfully, but these errors were encountered: