Please use template to report bugs and problems. Post here your questions when not sure where else to post Only for bugs in the Domoticz application! other problems go in different subforums!
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
MQTT topics used by Plug / PlugS (where <model> is either shellyplug or shellyplug-s):
shellies/<model>-<deviceid>/relay/0 to report status: on, off or overpower
shellies/<model>-<deviceid>/relay/0/power to report instantaneous power consumption rate in Watts
shellies/<model>-<deviceid>/relay/0/energy to report amount of energy consumed in Watt-minute
shellies/<model>-<deviceid>/relay/0/overpower_value reports the value in Watts, on which an overpower condition is detected
shellies/<model>-<deviceid>/relay/0/command accepts on, off or toggle and applies accordingly
Shelly PlugS adds:
shellies/shellyplug-s-<deviceid>/temperature reports internal device temperature in °C
shellies/shellyplug-s-<deviceid>/temperature_f reports internal device temperature in °F
shellies/shellyplug-s-<deviceid>/overtemperature reports 1 when device has overheated, normally 0
You can collect the data with the MQTT input node and use the desired topics.