-
Notifications
You must be signed in to change notification settings - Fork 151
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
Repeating measurement #181
Comments
Hey @Nerdboy2, From a quick glance my first theory is that the sensor is not transmitting a stale, static value, but the Home Assistant chart is displaying a straight line connecting the last transmitted value to now. My guess is that the sensor stopped working, which can be for a number of reasons, depending on your setup. I would try: restarting the sensor; replacing the battery, re-pairing (if using zigbee). If not, some questions:
|
So far I only have this board up and running. All values from the sensor is the same. However, I have a DHT sensor on the ESP32 running the bridge and that works fine, no issues what so ever. The issue is resolved temporarily when I press the restart button on the ESP32. ie, the bridge starts sending the correct values again. My first thought was a RAM-issue but then the DHT sensor should show the same behavior. So far I have found no pattern to this issue. It seems to happen at random. |
I left the log open for a while, then this just happened. `
` Any clue what to do with it? Caus I have no idea |
From the ESPHome logs you posted, it looks like the ESP32 is having issues with the ble scanner. There's a watchdog timer (ESPHome code here that reboots the whole ESP32 if the BLE scanner doesn't successfully restart. It's difficult to pin point a reason from a distance, but it could be hardware (e.g.: an old ESP32 board, or issues related to different variants) or software (scanner settings, too many BLE devices being scanned). I would try to simplify the ESPHome setup to the bare minimum, with just the As a second step I would get a different ESP32 board and re-run the simplified test setup. I myself am running a few ESP32-S3 boards around the house. |
Alright thanks, Ill try that! I am aware this is not really related to the bparasite, but is it possible to have the ESP32 deliver the data through USB? My initial googling says no but I only found old threads on the HA forum. |
While testing I usually set the log level to |
Hello!
I finally got my first stick up and running but it behaves a little weird I think.
The last few days it seems to repeat the same values over and over again.
This is the result in HA
The voltage is stable at ~3.1V, I have not watered it, I have a polyurethane coating on it (Boat varnish) and I use the bparasite encoding and an ESP32 as a bridge.
Hope I got all the necessary information... Any clues what could cause this and what remedy there is?
The text was updated successfully, but these errors were encountered: