Since update to 2022.8.x my climate entities (5 honeywell evohome thermostats) not sync to google assistant/home anymore and got remover from my Google Home dashboard after doing the HA update.
Can someone please help I reported the issue twice but seems there is no movement on it.
If I set my 5 climate entities to “not expose” in manage devices in google assistant settings within Home Assistant Cloud settings then the errors dissappear
So it looks like the problem is within Nabu Casa Cloud
Using bluetoothctl, I can tell the devices are being “seen”, but they appear as “away” in HA. Also the BLE transmitter on my Android HA-App is on and defintely seen by bluetoothctl multiple times for multiple minutes. No entries showing up in known_devices.yaml though. I’m relatively sure this was the case in 2022.8.2, since my known_devices.yaml went from 550 lines to about 42000 in a day after setting track_new_devices: true.
Concerning the Folder platform issue , the camera folder is a nfs file so it could be the problem as another “normal” folder is working fine ( backup )
Yer bluetoothctl is working perfectly fine for me at the OS level, but nothing in the logs from HA to say it is even running a scan, which in 2022.7 it was running fine every 30 seconds (changed from default).
Deffo something to do with the Bluetooth upgrade they’ve done.
Are you able to add the Bluetooth integration? I get an error here as well.
Any luck getting Sylvania Smart+ Bluetooth light bulbs connected using HomeKit Controller? I was able to get two a19 bulbs paired, but any calls for off, on, brightness, or identify seem to fail.
There is a problem resolving services on the SYLVANIA devices. Bluez (the Linux Bluetooth stack) can’t resolve quite a few of them. Bluez is not very forgiving of devices that violate the Bluetooth spec so I expect that’s what’s going on.
Unfortunately I suspect the answer we will get from the bluez devs when we have enough data to open an issue will be to tell SYLVANIA to fix their Bluetooth implementation
Is anyone experiencing another problem in the GUI with target selection in HUE scene services, Tado, squeezebox, Yeelight and others? It is not possible to select a target, there is simply no selection of an entity, a device.
Yes, I’ve been able to replicate that scenario now too. A few things that I noticed;
running ‘bluetoothctl’ seems to stop “seeing” devices HA, until after a host reboot (I’m running Home Assistant Operating System in an Odriod N2+ with a ZEXMTE BT-505 bluetooth dongle)
cannot find any logs as to bluetooth scanning in general, device discovery
yday, I had stuff running for a while. Some timeouts on battery_level did (can’t find them anymore after reboot) result in warnings in the log, but those are mostly cosmetic https://github.com/home-assistant/core/issues/76558
I had trouble adding the bluetooth integration initially after upgrade, since I preordered the ZEXMTE BT-505 and had it plugged in. Several attempts op plugging-in/out and reboots solved it for me, and until it was auto-detected.
Seems covers with deconz are broken in 2022.8.1-2022.8.3.
Rolling back to HA core 2022.7 everything works flawlessly, updating to 2022.8 cover position changes simply throw errors.
2022-08-08 08:02:08.011 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 930, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 713, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/deconz/cover.py", line 88, in async_set_cover_position
await self.gateway.api.lights.covers.set_state(
File "/usr/local/lib/python3.10/site-packages/pydeconz/interfaces/lights.py", line 71, in set_state
return await self.gateway.request_with_retry(
File "/usr/local/lib/python3.10/site-packages/pydeconz/gateway.py", line 142, in request_with_retry
return await self.request(method, path, json)
File "/usr/local/lib/python3.10/site-packages/pydeconz/gateway.py", line 167, in request
response: dict[str, Any] = await self._request(
File "/usr/local/lib/python3.10/site-packages/pydeconz/gateway.py", line 194, in _request
_raise_on_error(response)
File "/usr/local/lib/python3.10/site-packages/pydeconz/gateway.py", line 225, in _raise_on_error
raise_error(data["error"])
File "/usr/local/lib/python3.10/site-packages/pydeconz/errors.py", line 73, in raise_error
raise cls(
pydeconz.errors.RequestError: 6 /lights/8/state parameter, lift, not available
I don’t know if anyone has noticed this behaviour, but with each update since 2022.8 I have had to uninstall and reinstall any addons that update. I do not think that’s normal behaviour.