bluetooth-temperature-sensors
bluetooth-temperature-sensors copied to clipboard
Read Bluetooth Advertising Packets from BLE temperature sensors and publish data to MQTT
Hi to all, I'm getting "unknown" state in this particular values, Any tip? Thanks! - platform: mqtt name: "Cozinha Temperatura" state_topic: "homeassistant/sensor/ble-temp/XX.XX.XX.XX.XX.XX" value_template: "{{ value_json.temperature-celsius }}" unit_of_measurement: "°C" json_attributes_topic: "homeassistant/sensor/ble-temp/XX.XX.XX.XX.XX.XX"...
I installed your program to a RasPi 0W because I wanted to test some new Govee H5074s. I already had 8 Xiaomi LYWD03MMCs and 8 LYWDCGQs, so when I saw...
This looks like a great solution, and it's really close to working for me, except that my MQTT server is set up with user/password authentication. It looks like the paho...
Hi - I finally got this working as a service, using your `hack_ble.sh` file. I think it would be useful to add instructions to create a service file: 1. Create...
I bought a H5174 from Amazon this week and it appears to work fine as a type 5 sensor. Link [here](https://www.amazon.com/gp/product/B08JLNXLVZ). From one of the answered questions it appears this...
I have this installed on a Pi Zero W and connecting to a H5074 sensor. The software is getting the 04 type advertisement packets, but not sending topics via MQTT....
First of all thanks! This has enabled me to integrate my Govee sensor into HA after failing to get it to see my Pi 3's native Bluetooth. It's been working...
Hi there - sorry another question. I've noticed that with the information being sent to Home assistant, the auto config is working really well, except for one thing. I've noticed...
I keep getting the error: -ERROR: Unknow variable in config file: Location ble_sensor_mqtt_pub.service: Scheduled restart job, restart counter is at 156. Stopped ble_sensor_mqtt_pub.service - BLE Sensor MQTT service. Started ble_sensor_mqtt_pub.service...