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

[FEATURE] Support for more BLE temperature sensors #237

Closed
mike-yowen opened this issue Feb 11, 2024 · 17 comments
Closed

[FEATURE] Support for more BLE temperature sensors #237

mike-yowen opened this issue Feb 11, 2024 · 17 comments
Assignees

Comments

@mike-yowen
Copy link

Is your feature request related to a problem? Please describe.
The support for BLE temperature sensors is great, but the ones I already have (that are picked up fine as passive BLE temperature sensors by my Shelly devices) don't seem to be supported. I am specifically looking for support for the GoveeLife H5105 .

Describe the solution you'd like
Add support for GoveeLife BLE temperature (and humidity) sensors in passive mode to the Faikin (and allow for passing the temperature and humidity values through to Home Assistant). It looks like there is already a solution in place that hopefully means you wouldn't have to start from zero - https://github.com/wcbonner/GoveeBTTempLogger. Happy to help gather any data as well.

@revk
Copy link
Owner

revk commented Feb 11, 2024

That code looks like it has the details needed to decode them, for several models...

  • GVH5075_xxxx
  • Govee_H5074_xxxx
  • Govee_H5179
  • GVH5177_xxxx GVH5174_xxxx GVH5100_xxxx
  • GVH5183
  • GVH5182

Any idea which yours is?

@mike-yowen
Copy link
Author

mike-yowen commented Feb 11, 2024 via email

@revk
Copy link
Owner

revk commented Feb 11, 2024

Is this the same one?

GoveeLife-Thermometer-Hygrometer-Temperature-Greenhouse

@mike-yowen
Copy link
Author

mike-yowen commented Feb 11, 2024 via email

@revk
Copy link
Owner

revk commented Feb 11, 2024

Ok ordering one, so I can have a play. Anything I need to do to set it up?

@mike-yowen
Copy link
Author

mike-yowen commented Feb 11, 2024 via email

@Sonic-Amiga
Copy link
Contributor

Hello! Since we're talking about this...
ESP8266 doesn't have a built-in BLE. How about supporting some sort of MQTT messages maybe ? So that i could use any other device in my smart home as a reference. For example, room sensor on my thermostats, driving electric heated floors. They are already intergrated with my smart home (yes, those are from Danfoss and i reverse engineered them); My smarthome controller could act as a gateway, supplying the temperature value.

@revk
Copy link
Owner

revk commented Feb 11, 2024

We do support a control message with env and target. My environmental sensors use this over MQTT. This has been there a lot longer than the BLE stuff.

@revk
Copy link
Owner

revk commented Feb 12, 2024

The eagle has landed - I'll probably look tomorrow.
IMG_4616

@revk
Copy link
Owner

revk commented Feb 13, 2024

In latest beta, do test. GVH5105 found and reported...

@mike-yowen
Copy link
Author

Thanks. I think I'm missing something - updated to beta (Faikin-S3-MINI-N4-R2: bee9fdf) and enabled ble, but don't see the ble device dropdown like I did when I first got it. Do I need to enter the BLE sensor ID in autob and if so, what would the ID be?

image

@revk
Copy link
Owner

revk commented Feb 13, 2024

Can you check settings, and turn on BLE? It should not have lost that, but worth checking.

@mike-yowen
Copy link
Author

mike-yowen commented Feb 13, 2024 via email

@revk
Copy link
Owner

revk commented Feb 13, 2024

OK looking, very odd.

@revk
Copy link
Owner

revk commented Feb 13, 2024

Code has a check for showing that based on a remote state, which is set based on MQTT control messages. Any reason you would have these? If you do, they set the temperature, not BLE, hence hiding the option.

The other is the nofaikinauto setting, if that is set, again, no auto mode is shown, including BLE settings.

@mike-yowen
Copy link
Author

Ah, it was the nofaikinauto setting. Showing now, seeing the H5105, and everything is looking good in HA. Thank you!

@revk
Copy link
Owner

revk commented Feb 13, 2024

Well done.

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