]> git.basschouten.com Git - openhab-addons.git/commitdiff
[netatmo] Extend example with things for energy stuff (#13568)
authorlolodomo <lg.hc@free.fr>
Thu, 20 Oct 2022 20:51:03 +0000 (22:51 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 20:51:03 +0000 (22:51 +0200)
* [netatmo] Extend example with things for energy stuff

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.netatmo/README.md

index 2f17d23d927d48e340d4ec379bcdb440529ce5ca..f5a64dd4f67d6c0e6dd210b03d1a87ce139dc2bf 100644 (file)
@@ -697,6 +697,13 @@ Bridge netatmo:account:myaccount "Netatmo Account" [clientId="xxxxx", clientSecr
                 Type live-stream-url : live#vpn-stream-url [ quality="low" ]
         }
     }
+    Bridge home myhomeheating "Home heating" [ id="..." ] {
+        Bridge plug relay "Boiler relay" [ id="..." ] {
+            thermostat thermostat "Thermostat" [ id="..." ]
+            valve valveoffice "Valve in office" [ id="..." ]
+        }
+        room office "Office" [ id="..." ]
+    }
 }
 ```