Re: OH2.5 Tasmota /SENSOR Daten in Sitemap anzeigen
Verfasst: 2. Nov 2022 18:24
Also auch nach dem Neustart bleibt die Sitemap ohne Wert
Zum Mäusemelken
Zum Mäusemelken

Code: Alles auswählen
Switch BueroKlimaSwitch {channel="mqtt:topic:39263c78:O-BueroKlima47-Switch"}
Number BueroKlimaLeistung "Leistung [%.0f W]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR"}
String BueroKlimaRawdata "JSON [%s]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR" [profile="transform:JSONPATH", function="$.ENERGY.Power"]}
Code: Alles auswählen
Switch BueroKlimaSwitch {channel="mqtt:topic:39263c78:O-BueroKlima47-Switch"}
//Number BueroKlimaLeistung "Leistung [%.0f W]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR"}
String BueroKlimaRawdata "JSON [%s W]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR" [profile="transform:JSONPATH", function="$.ENERGY.Power"]}
Code: Alles auswählen
Switch BueroKlimaSwitch {channel="mqtt:topic:39263c78:O-BueroKlima47-Switch"}
String BueroKlimaLeistung "Leistung [%s W]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR" [profile="transform:JSONPATH", function="$.ENERGY.Power"]}
String BueroKlimaHeute "Heute [%s kWh]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR" [profile="transform:JSONPATH", function="$.ENERGY.Today"]}
String BueroKlimaGestern "Gestern [%s kWh]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR" [profile="transform:JSONPATH", function="$.ENERGY.Yesterday"]}
String BueroKlimaTotal "Total [%s kWh]" {channel="mqtt:topic:39263c78:O-BueroKlima47-SENSOR" [profile="transform:JSONPATH", function="$.ENERGY.Today"]}