What is the reason for this?
After reboot al larger list was coming up but also not complete.
At least the paths I was searching for where not in the list.
Where can I find these paths?
Dbus path: /Relay/0/State
Dbus path: /Ac/ActiveIn/ActiveInput
What is the reason for this?
After reboot al larger list was coming up but also not complete.
At least the paths I was searching for where not in the list.
Where can I find these paths?
Dbus path: /Relay/0/State
Dbus path: /Ac/ActiveIn/ActiveInput
Not sure if this is the issue, but when I had that problem, it was because under “Advanced” I had not subscribed correctly to my unit. I had to add:
”N/xxxxxxxxxxxx/#”
This did it for me.
No not realy.
Looking for something like this : N/{DeviceId}/grid/40/Ac/Power
N/{DeviceId}/Relay/0/State doesn’t work
Just switched off and back on MQTT in the settings and then the list showed up again but missing the paths I search in the list. Seems me not complete.
Working on the latest Beta firmware but i don’t think that is the cause as nowbody else mentioned this yet.
Sid you send ”keepalive” ? Without this, no ale topics are visible.
No how do I have to do this?
Ok thx found it
BUT can’t find a path ActiveIn : wich gives me the state if grid is active.
Any idea what the path name should be?
Well, Im offgrid with generator autostart. So no GRID in MPs selected. BUT you definetly can use LED status ![]()
Led in indeed option but found another one :
/vebus/276/Devices/2/ExtendStatus/AcIn1Available
I think this is the one I was looking for (led shall be processed out off this data).
Thanks for the help!
I was happy to help. Just be careful if you use “ignore AC in flag”. Then “AC1 in avilable” is available but the grid is not used.
I know but I found gridlost as well so I will use that one.
Adding my solution incl. the Node-RED code.

[
{
"id": "15e4f4339b18da09",
"type": "mqtt out",
"z": "3da6c257dee5a423",
"name": "Cerbo AS2",
"topic": "",
"qos": "",
"retain": "",
"respTopic": "",
"contentType": "",
"userProps": "",
"correl": "",
"expiry": "",
"broker": "d2736df38f68432a",
"x": 1190,
"y": 80,
"wires": []
},
{
"id": "8debaf609c62c2d2",
"type": "inject",
"z": "3da6c257dee5a423",
"name": "Keepalive",
"props": [
{
"p": "topic",
"vt": "str"
},
{
"p": "payload"
}
],
"repeat": "55",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "R/c0619ab3d76f/keepalive",
"payload": "",
"payloadType": "str",
"x": 1030,
"y": 80,
"wires": [
[
"15e4f4339b18da09"
]
]
},
{
"id": "125e64cf3945c990",
"type": "comment",
"z": "3da6c257dee5a423",
"name": "DOK",
"info": "https://communityarchive.victronenergy.com/questions/155407/mqtt-local-via-mqtt-broker.html\nleeres payload muss drin sein, sonst tut's nicht",
"x": 1230,
"y": 40,
"wires": []
},
{
"id": "d2736df38f68432a",
"type": "mqtt-broker",
"name": "",
"broker": "192.168.178.51",
"port": 1883,
"clientid": "",
"autoConnect": true,
"usetls": false,
"protocolVersion": 4,
"keepalive": 60,
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
}
]