Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 725 Bytes

debug.md

File metadata and controls

21 lines (12 loc) · 725 Bytes

Logo

ioBroker.shelly

This is the English documentation - 🇩🇪 German version

Debug

Debugging is just available for Gen 2+ devices

Requirements

  • Gen 2+ device
  • Shelly adapter instance in mqtt mode (version >= 6.0.0)

Enable debugging

  1. The debug mode has to be enabled for each Shelly device separately by using the web configuration of the device or by using the state <device-id>.Sys.debugEnabled.
  2. To log the debug messages to the default ioBroker log file (log level info), the instance configuration flag Log debug messages has to be enabled (default is false).

All debug messages will start with [Shelly Debug Message] ...