Skip to content

Logging Debugging

Martin Patfield edited this page Nov 10, 2025 · 1 revision

By default, devices will log activity, for example, when a Switch is turned on or a LockMechanism is unlocked.

To disable, add the following to the accessories you'd like to silence.

  • "disableLogging": true

You may also turn on additional logging if you'd like to see the MQTT messages passed back and forth. You can do this by adding the following at the top level of the config.

  • "verbose": true

Clone this wiki locally