Since several months there is problem with transitions when turning off IKEA bulbs on Deconz, it’s ignoring the transition time. To debug this problem I want to check the PUT command HA is sending to Deconz. Where can I find it? In the logs from the Deconz Addon there is no command info.
developer tools > events > listen to events
event to subscribe to: deconz_event
start listening
Enable debug logging as detailed in the integration documentation and you can see all data sent to and from Deconz
Thanks! I will try this.
@kurtj : by listening to Deconz events you only see the yaml, not the commands to the API. Thanks anyway!