Patrick762 / hassio-bluetti-bt

Bluetti Integration for Home Assistant
MIT License
54 stars 17 forks source link

Support AC70 and AC70P Device #116

Closed matthewpucc closed 5 months ago

matthewpucc commented 5 months ago

I added support for AC70 and AC70P based on comments in #111 . This is tested and working on the AC70 but I don't have access to an AC70P

matthewpucc commented 5 months ago

If you have a guide on how to hack on this and figure out uint fields like ac power output for v2, let me know. I'm very interested in that data.

kvanonavk commented 4 months ago

If you have a guide on how to hack on this and figure out uint fields like ac power output for v2, let me know. I'm very interested in that data.

Hi. You can check my pull request for AC180P. Those fields I've added should work for AC70(P) too. Here is the link: https://github.com/Patrick762/hassio-bluetti-bt/pull/119

Here is what you'll be able to see/control in HA. Screenshot_2024-07-10-17-40-38-09_c3a231c25ed346e59462e84656a70e50

matthewpucc commented 4 months ago

nice. thanks @kvanonavk , ill pull this in once it gets merged