-
Notifications
You must be signed in to change notification settings - Fork 100
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
Fixed: file does not exist .storage/wyze_sensors.txt #74
Comments
by the way, I got the error again (missing |
Update: I changed the code to use an absolute path and it works fine now. The proper fix would be to probably use $HOME to get the absolute path. |
Same issue for me. Note, this is a hassbian install, so ".storage/" is actually located at: Tried adding the full path first, but all that did was get rid of the warning. The sensors were being discovered, but no wyze_storage.txt file was anywhere to be found. Nothing was working until I manually created the file. |
I am new to Wyze Sensors and had this same problem when initially setting it up. (The device appeared when it was first set up, but did not update after that.) On the master branch, the log had: Adding the file to /home/homeassistant/.homeassistant/.storage did not help for my installation on Raspbian. |
Hi all. Please update to Please make sure to follow the update instructions where you must retrigger each sensor once updating the component for the sensor to show up in Home Assistant (it's only a one-time thing). Feel free to re-open this issue if that update still doesn't fix it. |
The sensor was read only once, and not read anymore. The logs mention this error:
After creating the file everything works okay, but this should be done directly in the code.
Thanks for the great work!
The text was updated successfully, but these errors were encountered: