2022.10: All over the place

Alright, I guess my bluetooth devices just don’t work with this setup. I am trying to get the Yale Access Bluetooth integration running and it keeps failing to initialize or says to move the adapter closer, but it is two feet away.

Is your supervised system in a healthy state? I can install and run appdeamon on my NUC running HA Supervised without issues.



image

As I said you where absolutely right about the links. As you might have seen I added the links and even an extra one with the same issue reported as an add-on issue.
And forget about supervised. That is solved. I only can’t upgrade HA-releases on my NUC because of AppDaemon. By the way I saw issue #207 was closed again but not solved.

1 Like

I think you’re behind on all the necessary updates that Supervised has gone through over the past year.

I’m having a new issue with google calendar not loading

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 132, in async_setup_entry
    calendars = await hass.async_add_executor_job(
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 313, in load_config
    for calendar in data:
TypeError: 'NoneType' object is not iterable

Anyone else have issues with Switchbot curtains after this update? I have two curtains setup to work together for a center split curtain. Previously opening the curtain would make both sides open together as they should, but after the update controlling from Home Assistant only controls one of the curtains.

Really? That would be great news. The last time I checked the system was in a healthy state when I ran into this issue. But just now it isn’t. It would be so nice that this is the problem right now. Thanks for pointing it out.

Are you running bulleye too?

I have the ibeacon from my phone showing up, would be nice if it pulled in the device name.

The big issue is it goes unavailable every minute or so and stays that way, anyone else seeing this?

Is the expectation for this that we can build room tracking off of this?

2 Likes

What’s happening with the timers? I get this error now for automations:

(automation.kantoor_licht_aan_bij_motion) has an action that calls an unknown service: timer.start.

System is healthy again but I saw you’re on supervisor 2022.10.0 while i’m still on 2022.9.1 and I didn’t get a message to update yet.
But the issue with AppDaemon still exists.

Yes I am. But I saw you are running an older version of Docker. I’m on 20.10.18. Might that be the difference. Ans did you check the log of AppDaemon. Mine also looks like it’s running.

Never looked at the appdeamon logs, just the logs provided by the addon. I dropped appdeamon a bit ago, I was just looking at the install. I’d have to check when I get home to see what the AD logs had.

I must admit that I don’t use a Bluetooth proxy (yet) but they are discovered within ten seconds when using a built-in Bluetooth adapter.

Hi, is there more documentation for the new Subviews feature than the 1 sentence in the release notes? It mentions “…for example, a navigation action on a button”, but I’m too stupid to figure out how to do that so I was looking for the documentation page like all the other features have which usually have a working example I can adapt, but found nothing.

Thanks.

Could you send a link? I can’t find any Amazon listing that isn’t marked as unavailable.

There are a few Lovelace cards that let you specify “Tap actions” that are triggered when you click/tap on them. The Button card is the most common one. Here is a screenshot of the config for a button that will take you to a subview:


image

The Area card also lets you specify a tap action, and so do the Picture cards.

1 Like

It,s simply a frontend card with a navigation service call, e. g.m


type: button
tap_action:
  action: navigate
  navigation_path: path/to/your/view

1 Like

Its probably from this change SwitchBot Curtain cannot be controlled (states are read correctly though) · Issue #78175 · home-assistant/core · GitHub Bump pySwitchbot to 0.19.11 by bdraco · Pull Request #78857 · home-assistant/core · GitHub

It looks like it fixed the issue for some and broke dual curtain setups.

Unfortunately we don’t have way to detect which are the right commands to send based on how the device is configured

If you can get Open Wonder Labs to update the docs with a way to detect which commands to send at GitHub - OpenWonderLabs/SwitchBotAPI-BLE: SwitchBot BLE open API we can try again to make it work for both setups.

Thank you, that’s exactly what I needed to see I understand now, I have many places where I use tap_action: already I just didn’t make the association it is that from the description in release notes.