You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I got a Govee humidifier thinking "I'll just have it turn on when my Nest humidify is low!" "It's okay, Google has APIs!" -- little did I realize...
Describe the solution you'd like
I've logged a few packets, but I also notice that HomeBridge has widespread support for Govee devices and I wonder if some of that can be reused: https://github.com/bwp91/homebridge-govee
Additional context
My H7141 humidifier advertises itself with the name ihoment_H7141_XXXX where XXXX is the last 4 hex digits of its MAC address.
The H7141 seems to be manufacturer ID 0x8802 or 34818, with an manufacturer-specific data of 0xec0001010040, so:
Is your feature request related to a problem? Please describe.
I got a Govee humidifier thinking "I'll just have it turn on when my Nest humidify is low!" "It's okay, Google has APIs!" -- little did I realize...
Describe the solution you'd like
I've logged a few packets, but I also notice that HomeBridge has widespread support for Govee devices and I wonder if some of that can be reused: https://github.com/bwp91/homebridge-govee
Additional context
My H7141 humidifier advertises itself with the name
ihoment_H7141_XXXX
where XXXX is the last 4 hex digits of its MAC address.The H7141 seems to be manufacturer ID 0x8802 or 34818, with an manufacturer-specific data of 0xec0001010040, so:
I also logged packets like this:
In my personal notes using the nRF Android scanner, I also found
I plan on doing more sniffing but it's extremely slow going and uninformative and I wonder if the HomeBridge code might give us a leg up.
The text was updated successfully, but these errors were encountered: