LaggAt / hacs-govee

A HACS repository for Govee light integration
MIT License
271 stars 63 forks source link

Does it support the smart Humidifier? #104

Open EpicMount opened 1 year ago

EpicMount commented 1 year ago

Is there a list of devices that are supported by this integration? I have a bunch of their lights in my set up that are working fine after I was able to tweak the API refresh rate, but I just purchased and set up 2 of their smart humidifiers which I'd like to control with a simple on/off command however I do not see them being picked up by this integration. The specific model I am referring to is the H7141.

Thanks!

kitoban commented 1 year ago

Looks like the appliances are on a different endpoint https://developer-api.govee.com/v1/appliance/devices instead of https://developer-api.govee.com/v1/devices so these are not picked up by the light command calls. Api structure looks almost identical so I'd have thought it wouldn't be a huge amount of work to get working. Would be interested as I have a Govee fan which does show up on the appliance api.

Jay1175 commented 1 year ago

Would also be interested, as I'd like to control my govee fan via temp/humidity sensors

rmcginty commented 1 year ago

Same here. Tower fan.

ColinKlayer commented 1 year ago

I've got the H7160 humidifier that I'd love to get connected. I've got it in HomeKit by way of Homebridge but it's not showing up through HomeKit Controller.

alex4108 commented 11 months ago

Hmm, bump. Would be interested in implementing. I have smart humidifiers :D

fjrichman commented 11 months ago

New API supports both Lights and Appliances: https://developer.govee.com/

optsysonl commented 11 months ago

Yes, a separate issue has been raised for the new API support; #138