...meine Konfig sieht wie folgt aus; ich habe Wemo-Steckdosen und möchte diese in iobroker zur Verfügung haben:
[image: 1667481950068-bildschirm-foto-2022-11-03-um-14.23.56.png]
Konfig:
{
"description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
"accessories": [],
"platforms": [
{
"name": "Wemo",
"mode": "auto",
"wemoClient": {
"discover_opts": {},
"listen_interface": "eth1"
},
"wemoOutlets": [
{
"showAs": "default",
"manualIP": "xxx.xxx.xxx.xxx",
"label": "irgendeinname"
}
],
"discoveryInterval": 15,
"pollingInterval": 15,
"upnpInterval": 60
}
]
}
der HAM-Objektbaum bleibt damit leer:
[image: 1667482063980-bildschirm-foto-2022-11-03-um-14.27.08.png]
Mit anderen Plugins ist es, wie weiter oben beschrieben, leider das gleiche Ergebnis