[solved] Sensor missing after restart
-
After restarting Home Assistant, my motion and light sensors do not show up until they send values again. They are being correctly saved on the persistence .json file, so I expected them to show up.
Have you followed the recommendation in the documentation to send an initial value to the controller? The symptom you're describing sounds as if that may not be the case.
-
After restarting Home Assistant, my motion and light sensors do not show up until they send values again. They are being correctly saved on the persistence .json file, so I expected them to show up.
What version of home assistant are you using? There was an issue in 0.33 that lead to the behavior you've reported here.
-
Have you followed the recommendation in the documentation to send an initial value to the controller? The symptom you're describing sounds as if that may not be the case.
@exxamalte The sensor appears correctly after sending values. Also, the .json file is correctly filled with the sensor data.
@martinhjelmare Well, I'm using 0.33.4! I'll try updating and report back :) Thanks.
-
What version of home assistant are you using? There was an issue in 0.33 that lead to the behavior you've reported here.
@martinhjelmare I just updated to the latest version and now they appear correctly after rebooting! Thank you very much.