thanks, found it
This release contains some serious (at least for me) bugs (I would say so) regarding history-graph & logbook cards.
- slow logbook (cannot find a reason yet, also cannot collect a needed log to open an issue);
- logbook card contains entities which were NOT selected for the card;
- history-graph card contains entities which were NOT selected for the card;
- history-graph is not updated realtime
- history-graph has a different look if one sensor is selected - OK, may be someone will find it even a better design (((
IMHO the mentioned problems (probably except the last) are serious.
Itās not very straightforward at all to set up the utility meter - configuration is dispersed into a lot of different places. For example I can setup the tariff names via the initial integration config dialog, but then configuring the actual daily start/end times of each tariff is somewhere else (and appears to need raw .yaml editing). Iām not altogether clear on how you then assign the per kW cost for each tariff, or daily supply charges and where these totals even get displayed (assuming maybe that will appear on the energy page but not sure as I didnāt get that far).
It sounds like HA probably has all the capabilities somewhere in the system - but would be great to just have a single config page/dialog somewhere where you set it all up (as it all belongs together).
Is it debian 10 or 11? Debian 10 is slowly dying off, and keeping it running and working with newer features is getting tedious. Ran into kind of a wall with armbian 10 (too old seccomp package would prevent new alpine docker containers from connecting to repository, but seccomp will not get a new version on debian 10 anymore) , had to do a full backup of HA and did a complete new installation of armbian 11, which has newer packages, and shows no ill status on system info page. Hope this helps!
Best regards
Haifi
s6 is available for Buster I think, Debian -- Package Search Results -- s6
I may be misinterpreting that.
Updating to Bullseye is nevertheless probably a good idea. You can simply upgrade without a complete reinstall (although that backup is a good idea).
For me it was a reinstall, because of Armbian. Theres no real dist upgrade functionality in Armbian sadly.
Tried to clarify the problem I ran into. It could maybe be related, if hes still on Debian10.
Actually as he is running supervised (I missed that) he should definitely be running Bullseye (11).
Iām having very weird issues with the history-graph and apexcharts graphs now.
Even though the sensors are still providing data, they are showing as if theyāre frozen as of a few hours ago
Before this the graphs were going haywire offsetting a bunch of the values in time and attributes.
A restart at least got rid of these erroneous values, but now the graphs arenāt populating with newer data. Though the popup graphs shown when selecting an entity, and in the history tab are fine.
EDIT: Weird, with yet another restart they have started adding new data again. Wasnāt a browser cache issue, but might be something similar on Home Assistantās side.
EDIT 2: Spoke too soon. Graphs are weirdly not updating, making it look like the sensors are not online (even though they are)
@Haifirion @nickrout Thanks guys. Yeah, Iām running Debian 10. Have been holding off upgrading to 11 for some reason. I donāt really want to have to format and start again as I have some stuff setup that I canāt remember how I got it running LOL.
I did upgrade to 2022.6.0. I ran the check config add-on again, and didnāt have the error, so decided to YOLO it and see what happens. Itās working fine now.
I might just look at upgrading to 11 and crossing my fingers and hope that nothing goes wrong, or something stops working.
At the time the supervised requirements moved from 10 to 11 I updated from a guide someone posted on the forum. It is definitely possible.
Yeah, I have a pi3 that I upgraded from 10-11 and it went well, but I donāt run much on that, just pihole, mqtt, and zigbee2mqtt.
do you happen to remember the link to the guide by anychance?
Sorry no but Iāll see if I can find it.
Hello Everyone,
I did the update yesterday and all works fine but I still have a doubt about how to reconfigure the MQTT sensors. If I got it right " Defining manually configured MQTT entities directly under the respective platform keys (e.g., fan
, light
, sensor
, etc.) is deprecated, and support will be removed in Home Assistant Core 2022.9."
is that meaning that MQTT entities could to be configured as?:
mqtt: !include mqtt_entities.yaml
on witch:
- sensor:
name: "bla bla bla"
unit_of measurement: "m"
state_topic: "blabla/value"
I get not valid config if I go this way and also I do have multiple sensorsā¦ not just one sensorā¦ IĀ“m just trying to figure out what is the proper format to use hereā¦
All good mate. I found some online guides and used them. Everything back up and running. Except for Glances, but thatās not a big deal. I can work it out later.
Try changing this:
To:
sensor:
# sensor 1
- name: bla
key: value
# sensor 2
- name: bla2
key: value
Strange choice of file name. Theyāre not templates.
fixed. Was a user error. the BM ids had changed upon updates, and I still had the old ids I the config. After āfixingā those it turned out I made a typoā¦
checked/corrected and all good now.
sorry
you should maybe also mention that Nick Koston and friends are working their butts and socks off to fix all of that.
Keep faith all will be well shortly, and much better than before !
Surely, that is why I am trying to summarize bug reports and provide any additional info to make HA better.