-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Ballu SMART WiFi DRY+ support #9
Comments
Thanks. |
Cool! Waiting for publish. Tag me if needed more tests. |
I was wrong about 1st byte. |
Good afternoon. When can I expect changes for Ballu SMART Wi-Fi DRY? I just wanted to untie my boiler from the clouds. |
About power level i also was wrong. It can be changed by uart command, but |
I tried your version for ballu, everything works. The nice thing is that, unlike the official app, you can now constantly monitor the water temperature in a switched-off boiler. The official app showed the water temperature only when the boiler was turned on (in heating mode). |
Try master version |
Hello!
For first thanks for your works!
I tried you component with Ballu BWH/S 50 Smart WiFi DRY+.
But for first I got 'Invalid packet size'.
As i saw in logs, Ballu use only 8 bytes in status message.
I tried to remove
ewh_bst_t bst;
fromstruct ewh_status_t
.And it look works good, I can turn on/off, get current temp and set target temp.
Ballu SMART WiFi DRY+ has less function than Electrolux EWH Centurio IQ:
My thoughts about status message from Ballu:
1st byte - State - 0 OFF , 2 ON (not depend on position of power level switch)
2nd byte - current temp
3rd byte - target temp
4th byte - always 0
5th byte - always 0
6th byte - always 4
7th byte - always 0
8th byte - always 0
The text was updated successfully, but these errors were encountered: