Skip to content

Commit a4ac021

Browse files
authored
[fronius] Document how to set username/password in .things file (openhab#18234)
Signed-off-by: Florian Hotze <[email protected]>
1 parent fc607c3 commit a4ac021

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bundles/org.openhab.binding.fronius/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,15 @@ froniusInverterActions.setBackupReservedBatteryCapacity(50);
212212
demo.things:
213213

214214
```java
215-
Bridge fronius:bridge:mybridge [hostname="192.168.66.148", refreshInterval=5] {
215+
Bridge fronius:bridge:mybridge [hostname="192.168.66.148", refreshInterval=5, username="customer", password="someSecretPassword"] {
216216
Thing powerinverter myinverter [deviceId=1]
217217
Thing meter mymeter [deviceId=0]
218218
Thing ohmpilot myohmpilot [deviceId=0]
219219
}
220220
```
221221

222+
Please note that `username` and `password` are only required if you want to use battery control Thing actions.
223+
222224
demo.items:
223225

224226
```java

0 commit comments

Comments
 (0)