@66er Thanks, that's it. Value is set to "expression" by the way, took me a minute to realize. Solved.
Beiträge von dataprolet
-
-
-
I want to use MQTT to visualize the power consumption of a device plugged into my Shelly Plus Plug S. But it appears that it's publishing only a single MQTT topic containing a bunch of information. The topics name is shellyplug/status/switch:0 and contains the following:
Code{"id":0, "source":"init", "output":true, "apower":26.2, "voltage":232.1, "current":0.179, "aenergy":{"total":3314.509,"by_minute":[436.678,435.823,438.814],"minute_ts":1690747019},"temperature":{"tC":33.5, "tF":92.3}}
Unfortunately Node-Red and InfluxDB can't parse this information. Node-Red is giving me the following error:
CodeError: A 400 Bad Request error occurred: {"error":"unable to parse 'apower aenergy=[object Object],apower=26,current=0.177,id=0,output=true,source=\"init\",temperature=[object Object],voltage=232.3': invalid boolean"}
What am I missing?
-
Moment, jetzt war ich durcheinander. Ich hab' tatsächlich den Shelly Plus Plug S.
-
Nee, ich hab' einen "Shelly Plug S".
-
Du meinst den Überspannungsschutz? Aber dann geht der Stecker ja aus, wenn er den Grenzwert erreicht. Gibt es keine Funktion, dass der Stecker z. B. rot wird, wenn er eine bestimmte Schwelle an Watt erreicht hat, aber dann nicht ausgeht?
-
Der LED-Ring am Plug S dient ja dazu, anzuzeigen wie viel Strom verbraucht wird (0 %, 50 % oder 100 %). Aber wie kann ich einstellen, was der maximale Stromverbrauch sein soll?