Koen Kanters
Koen Kanters
@burmistrzak the TI SDK doesnt support a green power proxy for the coordinator (and even if, the GP device has to be in direct range, not very practical), so thats...
I guess it makes sense to add a GP part of the docs to confirm what devices (not on the device page itself as that would be too scattered). Would...
That would be a good place indeed!
Can you provide the debug log of this? See [this](https://www.zigbee2mqtt.io/guide/usage/debug.html) on how to enable debug logging.
> adapter: zstack Did you add this under the `serial` section?
could you provide your comolete configuration.yaml?
I think `/dev/ttyACM0` is not correct? Try with `/dev/ttyUSB0`
Can you try to not put anything under `serial` does that work?
Is `adapter: zstack` correctly indented? I would expect to see it here: `,"serialPort":{"path":"/dev/ttyACM0"}`. Your config should be: ``` serial: port: /dev/ttyUSB0 adapter: zstack ``` (the spaces matter!)
I've removed the `cool` `running_state`! Changes will be available in the [dev branch](https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) in a few hours from now and in the next release which is every 1st of the...