Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.2 KB

integration.md

File metadata and controls

32 lines (24 loc) · 1.2 KB

In order to add a new entity for a device type, following info is needed:

  • sensor: name, data_key
  • switch: name, data_key, action_command
  • select: name, data_key, action_command, options
  • slider: name, data_key, action_command, min, max

Current integrations details:

Use diagnostic dump to find data_key and action_command:

  • data_key

    Compare values from mobile app with values in data section and try to define the particular key for the entity you want to add.

  • action_command

    Change value in mobile app and then find appropriate command in commands section by comparing params with the value you set in the app.

Note: if your device type is not supported - use DIAGNOSTIC type.