Skip to content

Commit

Permalink
[fronius] Document how to set username/password in .things file (open…
Browse files Browse the repository at this point in the history
…hab#18234)

Signed-off-by: Florian Hotze <dev@florianhotze.com>
  • Loading branch information
florian-h05 authored Feb 6, 2025
1 parent fc607c3 commit a4ac021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundles/org.openhab.binding.fronius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,15 @@ froniusInverterActions.setBackupReservedBatteryCapacity(50);
demo.things:

```java
Bridge fronius:bridge:mybridge [hostname="192.168.66.148", refreshInterval=5] {
Bridge fronius:bridge:mybridge [hostname="192.168.66.148", refreshInterval=5, username="customer", password="someSecretPassword"] {
Thing powerinverter myinverter [deviceId=1]
Thing meter mymeter [deviceId=0]
Thing ohmpilot myohmpilot [deviceId=0]
}
```

Please note that `username` and `password` are only required if you want to use battery control Thing actions.

demo.items:

```java
Expand Down

0 comments on commit a4ac021

Please sign in to comment.