Shelley 3EM Kein Verbrauch im Sunnyportal / ipv6 Error Flooding Docker #573
Vinylrider
started this conversation in
Installation und Betrieb
Replies: 1 comment 1 reply
-
Warum verwendest Du IP v6? Wenn Du Dich an die Anletung zum Setup des SAE mit Docker hälst, sollte es keine Probleme geben. Solange das Netzwerk-Setup des SAE bei Dir nicht richtig funktioniert macht es keinen Sinn, sich über andere Fehler Gedanken zu machen. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ich habe leider 2 Problemchen mit SAE. Ich verwende das Docker-Image (V2.3.0). Im Log kommt in einer Dauerschleife diese Fehlermeldung :
15:20:59.644 [cling-24974] ERROR o.f.cling.transport.spi.DatagramIO - Exception sending datagram to: /fe80:0:0:0:5daf:72fd:c255:b1e%2: java.io.IOException: Address family not supported by protocol
java.io.IOException: Address family not supported by protocol
at java.base/java.net.PlainDatagramSocketImpl.send(Native Method)
at java.base/java.net.DatagramSocket.send(DatagramSocket.java:695)
at org.fourthline.cling.transport.impl.DatagramIOImpl.send(DatagramIOImpl.java:159)
at org.fourthline.cling.transport.impl.DatagramIOImpl.send(DatagramIOImpl.java:150)
at org.fourthline.cling.transport.RouterImpl.send(RouterImpl.java:309)
at org.fourthline.cling.protocol.async.ReceivingSearch.sendSearchResponseAll(ReceivingSearch.java:176)
at org.fourthline.cling.protocol.async.ReceivingSearch.sendResponses(ReceivingSearch.java:137)
at org.fourthline.cling.protocol.async.ReceivingSearch.execute(ReceivingSearch.java:105)
at org.fourthline.cling.protocol.ReceivingAsync.run(ReceivingAsync.java:71)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Zum anderen habe ich einen Shelly 3EM zur Verbrauchsermittlung. Der zeigt :
{"wifi_sta":{"connected":true,"ssid":"meineid","ip":"172.26.11.68","rssi":-91},"cloud":{"enabled":true,"connected":false},"mqtt":{"connected":false},"time":"","unixtime":0,"serial":24528,"has_update":false,"mac":"3494547562B3","cfg_changed_cnt":0,"actions_stats":{"skipped":0},"relays":[{"ison":false,"has_timer":false,"timer_started":0,"timer_duration":0,"timer_remaining":0,"overpower":false,"is_valid":true,"source":"input"}],"emeters":[{"power":-1055.70,"pf":-0.97,"current":4.74,"voltage":229.03,"is_valid":true,"total":0.0,"total_returned":274439.8},{"power":-1111.07,"pf":-0.97,"current":4.97,"voltage":230.03,"is_valid":true,"total":1.3,"total_returned":286011.6},{"power":-1236.97,"pf":-0.98,"current":5.39,"voltage":232.12,"is_valid":true,"total":0.0,"total_returned":326058.6}],"total_power":-3403.74,"emeter_n":{"current":0.00,"ixsum":0.66,"mismatch":false,"is_valid":false},"fs_mounted":true,"v_data":1,"ct_calst":0,"update":{"status":"unknown","has_update":false,"new_version":"","old_version":"20230510-083155/v1.13.1-gda6f9f2"},"ram_total":49920,"ram_free":31784,"fs_size":233681,"fs_free":154867,"uptime":498254}
Eingestellt als Zähler "HTTP", 60s, JSON, URL http://Shelly3EM-IP/status, Parameter: Leistung, GET, Pfad "$.total_power", RegEx "$.total_power.:(/d+)." (damit positiver Wert).
Nur kommt bei Sunnyportal immer nur Verbrauch "0 Wh".
Was mache ich hier falsch ?
Beta Was this translation helpful? Give feedback.
All reactions