Votes
Antworten
Views
Fragen
0
votes
3
antworten
16
views
Ich versuche gerade einen Tasmota Zähler in mein System einzubinden. Mit Codesys funktioniert das recht super, aber mit cFos scheitere ich. Hier die Definition: // Tasmota Definition // {"StatusSNS":{"Time":"2025-10-19T20:12:33","SML":{"1_8_0":32.83,...
Geotec 26. Oktober 2025 19:50
Hi, ändere deine Definition mal so ab: „power_w“: { „address“: „/cm?cmnd=status%2010“, „query“: „StatusSNS.SML['16_7_0']“, „type“: „float“, „resolution“: 1.0 }, „import_wh“: { „address“: „/cm?cmnd=status%2010“, „query“: „StatusSNS.SML['1_8_0']“, „type“: „float“, „resolution“: 1000.0 }, „export_wh“: { „address“: „/cm?cmnd=status%2010“, „query“: „StatusSNS.SML['2_8_0']“, „type“: „float“, „resolution“: 1000.0 }