2024.1: Happy automating!

Love the dedication from the teams to all the new stuff that makes Home Assistant easier to use for newbies. Greatly appreciated! :smiley:

1 Like

Try searching ā€œfrom_jsonā€, ā€œto_jsonā€.

Any templates with device_class_power or  state_class_measurement ?

EDIT: Never mind, Was just warnings, deprecated, end-of-life 2025.1

Itā€™s an issue with zigbee2mqtt:

If you donā€™t actually use it you can disable the setting legacy_availability_payload. Or put up with it until thereā€™s a zigbee2mqtt update.

It doesnā€™t actually break anything.

2 Likes

Super. Thanks.

Bit off topic for this release as its a custom component with the issue, but try this alt to the one you are using as the one you reference seems no longer maintained

Hi, i canā€™t swap between setpoint and current temperature in thermostat card.
can you explain how to do it?

thank you

3 Likes

Write that issue up on HA as well. There should only be a warning in the logs, not that error. We found many of these in beta and patches were made to simply warn in the logs but the entity should have still been created.

Another zigbee2mqtt related thing.

The new release starts warning against attributes in selects defined by mqtt discovery as being too large in size and will not be recorded.

I cannot imagine why anyone would want to log these selects at all. Or why these entries have so many attributes.

To get rid of that warning (and make your logs a little smaller) you can add this to configuration.yaml

recorder:
  exclude:
    entities:
      - select.zigbee2mqtt_bridge_log_level
      - switch.zigbee2mqtt_bridge_permit_join
      - sensor.zigbee2mqtt_bridge_permit_join_timeout
      - sensor.zigbee2mqtt_bridge_version

There are some nice threads on this forum about how to limit the log sizes. If you do not already do this search for the topics (there are several topics)

3 Likes

Cannot start.
Starting in Safe mode with this:

Last restart was yesterday and it was successful.

Possible bug with the new thermostat update:
After updating to 2024.1.0, my Hot Tub thermostat card defaulted itself to minimum temp setpoint and appears to have actually sent that request. Not a huge deal for me but might be a major issue for someone using that card for their home temp and doesnā€™t notice quickly.
image

2 Likes

Check your secrets file.

It is normal & has not been changed for a few months.

Are you using anything that affects HA loading? Like lovelace_gen, dwains theme, homekit theme?

None of what you mentionedā€¦

Btw, I have several ā€œsecretsā€ files - 1 main & some amount inside packages. I hope secrets in packages are still supported??? There is nothing about secrets in release log.

I just started updating using the homeassistant.local on my laptop, it loaded for a bit then reloaded the page and now the page wonā€™t load at all with error code 500 Internal Server Error, iā€™m running ha on a raspberry pi and iā€™ve tried restarting the pi but with no success. How can i fix this??

They arenā€™t going away. Are you sure thereā€™s not an error in one of your secrets in your packages thatā€™s sat idle? Maybe an accidental -? search all your secrets files and make sure they are dictionaries. If they all are, write up an issue.

I love the small change to the Thermostat card! However, if you use that option and the thermostat is off, the card does not show the current temp in the room. Iā€™d really like it to keep showing the current temp largely in the middle! I hope itā€™s just me and I can fix it, but it might be a wider issue.


It seems weird that the Zone trigger is shoehorned in with all the Time-related triggersā€¦

Thank you, this is exactly what I do.
Thing is that I restarted yesterday and did not make any changes since that time.