Can't MSR see my Hass groups /rooms?
-
A low priority question, but still a question
I have both a Vera Edge and Homeassistant connected to MSR, and all devices from my Vera is neatly grouped in MSR by my room names that are set up in Vera.But HA devices just have one group in MSR "Ha>controller all" and not the areas I set up in HA.
Have I missed something in my config or is HA areas simply not supported in MSR?
-
The HA API does not make area data available, at least, not that they've documented. Their API has many large holes like this, unfortunately (which is why you have to specify some services manually, etc.).
-
The HA API does not make area data available, at least, not that they've documented. Their API has many large holes like this, unfortunately (which is why you have to specify some services manually, etc.).
@toggledbits
OK. Not so big deal at the moment, but in future versions of Reactor Dashboard i hope for a way to set up areas/groups in Reactor instead. -
You can set up groups in Reactor now and they will carry through to the dashboard. Check out the documentation for DynamicGroupController under ControllerConfiguration. If you're just cherry-picking entities for membership, all you need to do is list them in
include_entity
. No dynamic filter is needed, so you will effectively create a static group. -
T toggledbits locked this topic on