Skip to content
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

Open
vm03 opened this issue Oct 8, 2023 · 7 comments
Open

Ballu SMART WiFi DRY+ support #9

vm03 opened this issue Oct 8, 2023 · 7 comments

Comments

@vm03
Copy link

vm03 commented Oct 8, 2023

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; from struct 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:

  • no clock
  • no timer
  • no Bacteria Stop Technology
  • display only one temperature simultaneously
  • hardware switch for power level ( i think software control impossible)

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

@dentra
Copy link
Owner

dentra commented Oct 8, 2023

Thanks.
I have already done changes for BWH, but it on local testing. I’ll additionally check your research.

@vm03
Copy link
Author

vm03 commented Oct 8, 2023

Cool! Waiting for publish. Tag me if needed more tests.

@vm03
Copy link
Author

vm03 commented Oct 22, 2023

I was wrong about 1st byte.
0 - OFF , 1 - ON 1300 Watt , 2 - ON 2000 Watt

@Druidblack
Copy link

Druidblack commented Nov 8, 2023

Good afternoon. When can I expect changes for Ballu SMART Wi-Fi DRY? I just wanted to untie my boiler from the clouds.

@vm03
Copy link
Author

vm03 commented Nov 8, 2023

About power level i also was wrong. It can be changed by uart command, but 1 is 1300W and 2 is 2000W.

@Druidblack
Copy link

About power level i also was wrong. It can be changed by uart command, but 1 is 1300W and 2 is 2000W.

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).

@dentra
Copy link
Owner

dentra commented Feb 2, 2024

Try master version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants