jdoupe / govee-exporter

MIT License
8 stars 0 forks source link

Govee Bluetooth Thermometer/Hygrometer #1

Open lordofscripts opened 5 months ago

lordofscripts commented 5 months ago

Would this work out-of-the-box with the Govee Bluetooth Thermometer/Hygrometer devices? I have several of them and would like to collect the temperature/humidity data locally.

jdoupe commented 3 months ago

That was the device I had in mind when I started this. I dropped it due to a lack of time. However, I've gone and updated the repo slightly so it actually compiles now with a relatively recent version of go.

If you have a bluetooth adapter supported by bluez, it should "just work". I have one that is fairly dumb, and doesn't play nice. If I get my hands on a more "sane" adapter, I might pick this back up.

jdoupe commented 3 months ago

I put a little time into it. It "just works" now. Code is a bit of a mess, and command line options it purports to have aren't real.

Also to note, it ONLY currently supports the H5075.

lordofscripts commented 3 months ago

I have H5104 😔

jdoupe commented 3 months ago

@lordofscripts - if you want to give it a try and run this with --log-level debug it MIGHT spit out some good info that I could use to add support for that model.