Open brandond opened 5 years ago
I found that setting update_interval
back to 60s
worked for me.
This is mine code, and sensors working. Also convert battery to %
sensor:
platform: wifi_signal name: "PIR WiFi Signal" update_interval: 300s expire_after: filters: []
platform: adc update_interval: 300s expire_after: pin: VCC id: "VCC" internal: true filters: []
platform: template name: "PIR Battery Level" unit_of_measurement: '%' icon: "mdi:battery" device_class: battery update_interval: 30s accuracy_decimals: 0 filters:
At some point around the big refactor that merged the C++ and Python code, additional sensors (voltage, wifi signal) stopped updating. I'm guessing that the node is shutting down before the loops for these get a chance to run.