Hi, i was shocked to read that message, because i use the swatch beats on my awtrix light and on some display projects.
what are the cause to remove the (swatch internet) beats option ?
i would also love to have a (star trek) star Time option. currently i use a helper template with {{ ((as_timestamp(states(‘sensor.date_time_iso’)) - as_timestamp(“2318-07-15 00:12:00.0-05:00”)) / 34367.0564 ) | round(1,‘floor’) | string }}
Hi guys! May I ask what happened to mqtt.publish in 2024.2? All of the sudden bunch of my automations gone all mad, didn’t see that coming from the version announcement blog post
I have a H100 and a T315 working outside homeassistant and I would guess that they likely work very similarly to H200&T310, so support for those is coming in the future. Adding support for other hub-connected sensor devices like those motion sensors should also be doable with the caveat that they do not push updates but need polling and will thus not instant when it comes to automations…
Cameras and other devices like vacuums will require some more time & effort, so any help to extend the support is very welcome
The list of devices that are known to work are listed on the linked tplink integration page: TP-Link Smart Home - Home Assistant - The list is not exhaustive, but basic controls for any device from the listed categories (plugs, wall switches, bulbs, …) should work right now.
AttributeError: module 'ssl' has no attribute 'wrap_socket'
It appears that this is a python deprecation in 3.12, the URL below gives an explanation and suggests a fix. I’ll submit an issue to the maintainer if someone hasn’t beaten me to it. EDIT: someone beat me to it, but I added some detail. Shouldn’t be too hard of a fix.
Remove the ssl.wrap_socket() function, deprecated in Python 3.7: instead, create a ssl.SSLContext object and call its ssl.SSLContext.wrap_socket method. Any package that still uses ssl.wrap_socket() is broken and insecure. The function neither sends a SNI TLS extension nor validates server hostname. Code is subject to CWE-295: Improper Certificate Validation. (Contributed by Victor Stinner in gh-94199.)
I have the adguard addon i had to disable protection in it. then it showed the code for the tuya auth not sure if it was just a coincidence but the code didn’t show after multiple refreshes until i disabled it
I’ve asked in the HA discord before, people said someone is working on it after the feature request got a few votes. Not sure about others but i sure have my HA ping as in a zone when I’m just driving past it because I can’t get the whole thing in the circle without going out onto the street a bit. It’s a small thing but frustrating for location based automations.
I’ve just tried to update to 2024.2 from 2024.1.5 and it won’t update. I had skipped 2024.1.6 because of the Omada issue.
I have now tried four times. I always see the Z2MQTT warnings so that does not seem to be the issue. I have restarted twice - nothin"
Log:
24-02-08 13:53:51 INFO (MainThread) [supervisor.backups.manager] Creating partial backup with slug b1713763 completed
24-02-08 13:53:51 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2024.2.0
24-02-08 13:53:51 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.5 to ghcr.io/home-assistant/qemux86-64-homeassistant:2024.2.0
24-02-08 13:53:51 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2024.2.0.
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:54:34 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:31 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping homeassistant application
24-02-08 13:56:41 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning homeassistant application
24-02-08 13:56:41 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
24-02-08 13:56:41 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.2.0
24-02-08 13:56:41 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
24-02-08 13:56:46 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
24-02-08 13:56:46 CRITICAL (MainThread) [supervisor.homeassistant.core] HomeAssistant update failed -> rollback!
24-02-08 13:56:46 INFO (MainThread) [supervisor.homeassistant.core] A backup of the logfile is stored in /config/home-assistant-rollback.log
24-02-08 13:56:46 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2024.1.5
24-02-08 13:56:46 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:2024.2.0 to ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.5
24-02-08 13:56:46 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2024.1.5.
24-02-08 13:56:47 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning homeassistant application
24-02-08 13:56:47 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
24-02-08 13:56:47 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-02-08 13:56:47 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
24-02-08 13:56:50 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-02-08 13:56:50 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-02-08 13:56:52 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/thomasmauerer/hassio-addons repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/vk2him/Enphase-Envoy-mqtt-json repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/daemongloom/rtl_433-hass-addons repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/adamoutler/mqtt-explorer repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/sabeechen/hassio-google-drive-backup repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
24-02-08 13:56:52 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
24-02-08 13:56:53 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to NOT_RUNNING
24-02-08 13:56:55 INFO (MainThread) [supervisor.store] Loading add-ons from store: 87 all - 0 new - 0 remove
24-02-08 13:56:55 INFO (MainThread) [supervisor.store] Loading add-ons from store: 87 all - 0 new - 0 remove
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:56:55 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2MQTT (45df7312_zigbee2mqtt)
24-02-08 13:57:20 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
24-02-08 13:57:20 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cache
24-02-08 13:57:34 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to RUNNING
24-02-08 13:57:34 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
24-02-08 13:57:34 INFO (MainThread) [supervisor.homeassistant.core] Successfully started Home Assistant 2024.1.5
24-02-08 13:57:34 INFO (SyncWorker_5) [supervisor.docker.manager] Cleanup images: ['ghcr.io/home-assistant/qemux86-64-homeassistant:2024.2.0']
Really stoked to hear about the new Matter diagnostic tools and data export! I am just starting using Home Assistant, and these were the two areas that most stood out to me as needing improvement.