I added mine yesterday. I had to enable “external integrations” in the Home Smart app for the hub, and then restart HA. Then it did show up (and then used the HomeKit code written on the backside, without any hyphens).
I’ve tried using SkyConnect with Ikea lamps and that works too, but I prefer the redundancy so I can still turn on and off lights even if my HA is down.
I don’t see how you connected a Dirigera hub to HA because there are no “external integrations” in the Home Smart app for the hub, only three 3rd party services: Apple Homekit/Amazon Alexa/Google Home.
Yes, its most probably unrelated. I saw it was mentioned in other threads on the Internet, and when I tried it it worked for me, but most probably a coincidence. For anyone struggling, its an easy thing to test at least.
That’s really interesting. For me, the opposite happened. The integration through HomeKit was working fine until yesterday morning and then all of a sudden it stopper working. I removed the HomeKit integration altogether and tried to start from scratch. Now the Dirigera Hub is not even being detected in HomeKit integration.
didnt you integrate the blind controls too? or the remotes?
as the work you’re scaffolding on does so it seems, it would be nice t have all, like the current Ikea integration has it.
would be cool if you did.
if so, I could install and test it, for now I have to stick with the HomeKit integration, as I cant lose that functionality I am afraid.
that is, I dont expect the Dirigera to be able to talk to both?
Finally figured it out!
The Dirigera hub can be connected only to one “home” at a time. For me, the hub stopped showing up from Home Assistant when it was connected to my wife’s iPhone’s HomeKit integration. Once I removed the integration from her phone’s Home app, it showed up again in the Home Assistant app via HomeKit integration!
I am trying to get this to work with my Derigera and i am not seeing any devices show up in HA. I successfullly get the integration installed, and it finds the hub (I push the action button). It completes the configuration, but it does not pull in any devices I have set up. Currently those are:
Styrbar Remote (I know not supported, was hoping to get you the JSON dump)
Tradfri Remote (Need a dump?)
This is the error I see from the platform dump:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: homeassistant.helpers.device_registry.DeviceRegistry.async_get_or_create() argument after ** must be a mapping, not SensorDeviceClass
2024-02-25 02:08:58.280 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up dirigera_platform platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 352, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 642, in _async_add_entity
device = dev_reg.async_get(self.hass).async_get_or_create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^