JoHnY
JoHnY
This PR fixes the issue: https://github.com/Danielhiversen/home_assistant_weather_data/pull/36 It has either be merged, or you can fork the repo, apply the PR to your fork and use that repo in HA instead...
I have the same problem. I have my node running on an internal network and I have a reverse proxy set up on my router which listens on clearnet IP...
Ok, for anyone with the similar problem, just use ``` RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME} RequestHeader set "X-Forwarded-SSL" expr=%{HTTPS} ProxyPreserveHost On ``` in the reverse proxy config for apache, or ```...
To further explain, the problem is that if the connection is lost just for a few seconds (like accidentally disconnecting the usb cable and connecting it back immediately), I am...
I have checked logs and I might have an idea what is a problem (or how can it be fixed/changed) I see this: `OSError: [Errno 30] Read-only file system: '/dev/jablotron'...
Actually, the binary_sensor.jablotron_active is my own sensor, which I was trying to mitigate this issue with, so please disregard that. But everything else is still valid.
Can this be fixed somehow?
I think there wasn't anything more, but I can test again tomorrow (as there were few new HA versions since I created the issue). I'll post my findings here.
Ok I have checked and that is the only error I see. Here is the full log, after this, there is the same error twice per second until the connection...
I am quite busy right now, but I'll try to test it until the end of week if noone else willl.