I've got a Shelly 1PM with the add-on on it.
it should send me 5 temperatures.
the shelly web page has the 5 temperatures. I used shellyteacher4domo
I changed the mqtt_templates_gen2.txt file to add the 2 missing settings in it (copy/past and change)
on Domoticz i only see 3 temperature devices plus the device temp.topic=%discovery_prefix%/sensor/%shelly_id%-ext-3/temperature/config
payload={"name": "%shelly_id% Temperature Ext3", "enabled_by_default": false, "uniq_id": "%shelly_id%-temperature-103", "qos": 0, "~":"%shelly_topic%/", "dev_cla": "temperature", "stat_cla": "measurement", "unit_of_meas": "C","stat_t": "~status/temperature:103", "val_tpl": "{{ value_json.tC }}", "avty_t": "~online", "pl_avail": "true", "pl_not_avail": "false"}
topic=%discovery_prefix%/sensor/%shelly_id%-ext-4/temperature/config
payload={"name": "%shelly_id% Temperature Ext4", "enabled_by_default": false, "uniq_id": "%shelly_id%-temperature-104", "qos": 0, "~":"%shelly_topic%/", "dev_cla": "temperature", "stat_cla": "measurement", "unit_of_meas": "C","stat_t": "~status/temperature:104", "val_tpl": "{{ value_json.tC }}", "avty_t": "~online", "pl_avail": "true", "pl_not_avail": "false"}
topic=%discovery_prefix%/sensor/%shelly_id%-ext/voltage/config
I missed something, please help me if you have an idea.
thanks
Marc