Hat schon mal jemand in node red den Zugriff auf eine Smart Steckdose von AVM integriert?
Falls ja, wie?
Has anyone ever integrated access to an AVM smart plug into Node Red?
If so, how?
Hat schon mal jemand in node red den Zugriff auf eine Smart Steckdose von AVM integriert?
Falls ja, wie?
Has anyone ever integrated access to an AVM smart plug into Node Red?
If so, how?
There are various fritz nodes available for nodered. You would need to find the right one and load it from the palette manager.
I found the solution:
JSON:
[
{
"id": "bee56f90b58f2aea",
"type": "victron-output-pvinverter",
"z": "3102f4c5.b60a7c",
"service": "com.victronenergy.pvinverter/101",
"path": "/Ac/Power",
"serviceObj": {
"service": "com.victronenergy.pvinverter/101",
"name": "BKW 325 Wp"
},
"pathObj": {
"path": "/Ac/Power",
"type": "float",
"name": "Total Power (W)"
},
"name": "",
"onlyChanges": false,
"x": 910,
"y": 440,
"wires": []
}
]
if you export the flow from nodered and paste the full json here, then it will be more complete. This paste seems to be missing something.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.