Having the same issues as many other users on the pi3 I find your answer remarkable to be honest.
I’m new to home assistant after about 6 or 7 years of pimatic and installed hassos from the official website.
The website offers images for both the pi3 and Pi4, even the installation doc sums up a pi3 as suggested hardware for home assistant.
After a lot of struggling, trying so many things, I could remove the errors below:
2021-09-03 10:56:11 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_basic] The 'value_template' option is deprecated, please replace it with 'state_value_template'
2021-09-03 10:56:11 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_basic] The 'value_template' option is deprecated, please replace it with 'state_value_template'
2021-09-03 10:56:11 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_basic] The 'value_template' option is deprecated, please replace it with 'state_value_template'
2021-09-03 10:56:11 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_basic] The 'value_template' option is deprecated, please replace it with 'state_value_template'
I updated some tasmotas from 9.1.0 to 9.5.0 and the error were gone.
But if you remember, all came from trying to update from 2021.8.8 to 2021.9.2 (or 2021.9.1). This error was not present in 2021.8.8, I could remove those errors, I am still in 2021.8.8, since the update was not completed, and supervisor still doesn’t start:
There is an unkown error…
Configuration is validated with no errors.
2021-09-04 16:53:49 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration openmediavault which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-09-04 16:53:49 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration saver which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-09-04 16:53:49 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-09-04 16:53:49 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
Above are the only errors present related to custom integrations, which have been always there not causing any problem at all. So I got lost why the supervisor is not starting.
Do you see anything that I can see or do?
If you have a sensor for how much solar you are generating and sensors for how much is going to the house and how much to the grid you could make a fake sensor.
Production minus export minus consumption = going in to battery
I updated some lights using tasmota and errors are gone. But the supervisor not starting anyway.
It was trying to update from 2021.8.8 to 2021.9.2.
I’m still on 2021.8.8 but with no supervisor, so no command line. I use docker but not a fluent user.
HA is functional but I got stuck.
PS: In Docker, I have “hassio_supervisor” “running”…, but in HA I have:
@MartinB@jivesinger@gulli
Think I have fixed the issue with energy not calculating costs anymore after the update.
EDIT: WARNING - MY DB DIED the next day with errors;
Error executing query: (sqlite3.DatabaseError) database disk image is malformed [SQL: DELETE FROM events WHERE events.event_id IN
Unrecoverable sqlite3 database corruption detected: (sqlite3.DatabaseError) database disk image is malformed [SQL: DELETE FROM events WHERE events.event_id IN
The system will rename the corrupt database file //config/home-assistant_v2.db to //config/home-assistant_v2.db.corrupt.2021-09-06T03:12:48.885687+00:00 in order to allow startup to proceed
I think we need to stop the DB first, I am not 100% this is what caused it but just wanted to make sure people know there is a risk.
I installed the SQLifte Web addon and checked, the DB was showing EUR but the sensor showing as GBP so the error about them not matching makes sense.
I installed DB Browser for SQLite and checked against the DB which I connected to using the samba share plugin and edited the DB to GBP to match my sensor then rebooted.
The errors have gone from the log and my sensor seems to be updating again now;
Will need to check once we get 12 mins past the hour when the energy panel updates.
I have had continual problems with supervisor not starting after it updates. I do just then run the install script but have never needed to restore a backup/snapshot…
Again I did not say that it will not work on a Pi3. What I said is that most of the beta testers have moved on from the PI3 as it is now considered underpowered. Lots of write ups in the forums, reddit, etc saying the minimum for HA is a Pi4 4G . The tone above was blaming the developers for not testing the new release on the Pi3. Others pointed out that as this is open source, volunteer to beta test or wait until .1 or .2 is released.
I have seen lots of issues of the years of using HA, but there were always people here, on discord, Reddit, etc and developers that would help resolve any of my issues fairly quickly (whether caused by me (most of the time) or a software bug in HA.
It’s still pretty obvious there are not many/any people using the beta on a RPi3 hence the issue slipped through. The solution is more people using that hardware being involved in Testing… if you can’t or won’t step up then… (not you Taras)
I have tried twice to upgrade to 2021.9.1 then 2021.9.2 using the following commands. sudo su -s /bin/bash homeassistant, source /srv/homeassistant/bin/activate, pip3 install --upgrade homeassistant. All of the outputs say the installation completed but when I try to connect with the browser (http://192.168.1.17:8123/lovelace-yaml/default_view) I never connect. When I reinstall 2021.8.8 with pip3 install homeassistant==2021.8.8 every thing works. Any help would be appreciated.
Since the new update something in the yeelight section is broken! It seems they are not syncing exactly anymore. My Lamps show me that the nightlight/moonlight is on even the lamp is off.
I downgraded back to 2021.8.5 and it worked perfectly again
To clarify: in the states “night_light:” its always true and so the binary sensor
I can deactivate it manually in the yeelight app but if i use the moonlight mode again i’m in a loop!
I have also integrated my E3DC via Morbus integration into home assistant.
To use the provided information in the new Energy dashboard you need to create some additional sensors specifically for grid import/export and battery charge/discharge like it is specified in this thread.
Following you must use the Riemann integration to convert the values from power to energy.
However at the moment I am not fully satisfied with the accuracy, of the provided values. This may come due to the different pullrates, but I have not further investigated so far. The official E3DC is updated only every 15 minutes, where as the Modbus integration pulls the values every minute.
The values visible at the E3DC Webinterface Match the values on my meter perfectly.