-
Notifications
You must be signed in to change notification settings - Fork 65
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
Comments
That code looks like it has the details needed to decode them, for several models...
Any idea which yours is? |
Looks like it should be supported with GVH5100_xxxx since support was added
at the same time and they have the same length of data array, but I’m not
100%. I can ask if needed.
…On Sat, Feb 10, 2024 at 10:40 PM RevK ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMW4NHVC4DQR3Q3OMI3R63YTBRT5AVCNFSM6AAAAABDDHG6QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGQ2TAMRXGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is this the same one? |
Yes!
…On Sun, Feb 11, 2024 at 4:31 AM RevK ***@***.***> wrote:
Is this the same one?
GoveeLife-Thermometer-Hygrometer-Temperature-Greenhouse
<https://www.amazon.co.uk/dp/B0CDX6SNJ3/>
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMW4NF5GBSUSYO3WFPNCELYTC2Y7AVCNFSM6AAAAABDDHG6QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGY4DONRVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok ordering one, so I can have a play. Anything I need to do to set it up? |
Cool, thank you. No set up. I just pulled the battery tab and it started
advertising.
…On Sun, Feb 11, 2024 at 7:25 AM RevK ***@***.***> wrote:
Ok ordering one, so I can have a play. Anything I need to do to set it up?
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMW4NCCKW6NECMJE2O2BU3YTDPE3AVCNFSM6AAAAABDDHG6QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXG44DINZYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello! Since we're talking about this... |
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. |
In latest beta, do test. GVH5105 found and reported... |
Can you check settings, and turn on BLE? It should not have lost that, but worth checking. |
Advanced -> ble was on but I toggled it for good measure. Still not seeing
a drop down.
…On Tue, Feb 13, 2024 at 7:44 AM RevK ***@***.***> wrote:
Can you check settings, and turn on BLE? It should not have lost that, but
worth checking.
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMW4NHFBRO3MMHGBNFGY43YTOC5BAVCNFSM6AAAAABDDHG6QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBRHAZDEMRQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
OK looking, very odd. |
Code has a check for showing that based on a The other is the |
Ah, it was the |
Well done. |
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.
The text was updated successfully, but these errors were encountered: