Custom Charger status: outdated #17369
Replies: 15 comments 17 replies
-
setz mal zu jedem topic noch ein timeout und ein payload muss doch nur beim schreiben rein, nciht beim lesen |
Beta Was this translation helpful? Give feedback.
-
Hallo Ich muss ja den Charger mit Nod.Red simulieren, das wird aber wohl nur gehen so lange kein outdated kommt. So sende ich mit dem Knoten Inject und MQTT Out ein A B oder C mit Ich nehme mal an das die Simulation so läuft. |
Beta Was this translation helpful? Give feedback.
-
Hallo @VolkerK62 Ich muss mal weiter schauen ob es über Node Red mit wiederholung des Topics geht. Meine WP eine Stiebel WPL20 mit ISG-Web wird über Modbus gesteuert. |
Beta Was this translation helpful? Give feedback.
-
Hallo Wir werden mal sehen ob das timeout dann noch vorhanden ist. Ich weiß noch nicht ob ich das Wochenende dazu komme das so einzurichten. @RenatusRo |
Beta Was this translation helpful? Give feedback.
-
Hallo
|
Beta Was this translation helpful? Give feedback.
-
Danke |
Beta Was this translation helpful? Give feedback.
-
Hallo power: Ich habe ja unter meters:
Wenn ich usage:charge rausnehme. Gruß NetFritz |
Beta Was this translation helpful? Give feedback.
-
Hallo
loadpoints
Wie bekomme ich das hin das enable auf true schaltet wenn überschuss oder Mode auf now geschaltet wird? |
Beta Was this translation helpful? Give feedback.
-
Hallo enable: Bekomme einfach hin den Code mit <> hier reinzusrellen. |
Beta Was this translation helpful? Give feedback.
-
Hallo Log Charger WP off und now [lp-3 ] DEBUG 2024/11/30 11:23:16 set charge mode: off #mode off charger enable ist nichts zu sehen- |
Beta Was this translation helpful? Give feedback.
-
Der Topic enabled meldet sich auch nicht- |
Beta Was this translation helpful? Give feedback.
-
Hallo In Node-Red habe ich den Aedes-MQTT-Broker als Knoten installiert. Um das Problem einzukreisen ob es an mqtt liegt, habe ich mit script versucht, ob dann enable enable: |
Beta Was this translation helpful? Give feedback.
-
Hallo Habe den enabld timeout auf 24h gestellt. fritz@fritz-FUTRO-S740: Dez 01 09:47:28 fritz-FUTRO-S740 Start Was kann das sein? |
Beta Was this translation helpful? Give feedback.
-
Hallo |
Beta Was this translation helpful? Give feedback.
-
Hallo |
Beta Was this translation helpful? Give feedback.
-
Hallo
Ich habe jetzt in meine evcc.yaml einen custom carger für meine Wärmepumpe eingefügt.
EVCC läuft und läd meinen BMW 225xe und auch meinen Speicher.
Ich bekomme immer eine Fehlermeldung vom lp3 .
` [lp-3 ] ERROR 2024/11/20 18:30:52 charger status: outdated
Wie bekomme ich die weg.
Meine Config
chargers:
type: custom
status: # charger status A..F
source: mqtt
topic: wp/status
payload: ${var:%d} # Test
enabled:
source: mqtt
topic: wp/enabled
payload: ${var:%d} # Test
enable:
source: mqtt
topic: wp/enable
payload: ${var:%d} # Test
maxcurrent:
source: mqtt
topic: wp/maxcurrent
payload: ${maxcurrent}
features:
`
loadpoints:
charger: wp
meter: wp-shelly
mode: pv
phases: 3
mincurrent: 9
maxcurrent: 9
enable:
threshold: -100
delay: 1m
disable:
threshold: 100
delay: 1m`
In Node-Red habe ich schon den Status mit B u. C und auch enable, enabled mit true und false beschrieben.
In der Konsole mit dem evcc Meldungen sind dann keine änderungen zu sehen.
evcc.Mode steht auf pv wird aber auch nicht in der Konsole angezeigt.
Was kann ich machen?
Gruß NetFritz
Beta Was this translation helpful? Give feedback.
All reactions