after that you can add devices via mqtt to the group. as far as i seen, you can only turn them on/off and set the brightness (if the devices are lights). unfortunately i didn’t get the state reporting to work
I see all that. I think I’m messing something up in the addon config due to the syntax. The hass.io addon adds " to the formatting so I’m missing something easy but I can’t get this to format correct:
Your yaml lacks indentation, or you haven’t formatted it correctly in the forum. The procedure to format it correctly is at the top of every forum page.
and flashed with the firmware found here https://github.com/Koenkk/Z-Stack-firmware/tree/master/router/CC2530/bin, the file router-cc2530-std.hex.
In Hassio, I’ve loaded the addon Zigbee Map, but I don’t see any “router” that is not a device that I already have and that have specific name, like “OSRAM LIGHTIFY LED” that work as router.
The CC2530 is connected to a CP2102 (I’ve tried also with a CH340G) connected to 3.3V and GND.
I don’t see any led turning on, don’t know if there is one.
Any suggestion on how I can check if all is working?
The CC2530 should automatically become part of my zigbee network ?
This is my current config file for the hass.io addon. I’m trying to add the group syntax but there is something I’m missing because once I stat adding a group my formatting becomes incorrect.
What is the proper syntax/formatting to get it into this? I have the groups section set up but I can’t seem to populate it correctly.
I’m not sure the ‘online’ / ‘offline’ attribute has any useful meaning in zigbee-shepherd. My devices are all ‘offline’ and operate fine. Do you know the meaning of this attribute?
Is there a way to change the entity names for the zigbee2mqtt devices within a yaml file.
I know i can change the friendly name by editing the zigbee2mqtt configuration.yaml file and I can change the entity names through the home assistant GUI by going configuration -> integrations -> mqtt. I’d quite like to specify the entity names in a yaml file so if i redo my home assistant I don’t have to individually rename them in the GUI.