TomFaulkner / SenseMe

Python Library for Haiku SenseMe app controlled fans/lights
GNU General Public License v3.0
21 stars 10 forks source link

2022 firmware changes network protocol #51

Open webdeck opened 2 years ago

webdeck commented 2 years ago

The Haiku iOS app has been deprecated and replaced with a Big Ass Fans app, which installs new firmware to the fans that completely change the network protocol, breaking this plugin.

You can see the new protocol here: https://github.com/oogje/homebridge-i6-bigAssFans

It looks to be a fairly substantial change.

TomFaulkner commented 2 years ago

Well, that is unfortunate. I hope as part of that the fans are internet accessible rather than limited to a broadcast domain.

bookernath commented 2 years ago

A new integration is available in home assistant core (not requiring HACS):

https://github.com/home-assistant/core/issues/69370 https://github.com/home-assistant/core/pull/71498

It will be in the 2022.6 release coming in a few days, and is already available in the beta release.