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:
- DELTA_2
- RIVER_2
- RIVER_2_MAX
- RIVER_2_PRO
- DELTA_PRO
- RIVER_MAX
- RIVER_PRO
- DELTA_MINI
- DELTA_MAX
- DELTA_2_MAX
- POWERSTREAM
- GLACIER
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.