Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nn0 committed Oct 29, 2023
1 parent 0b3203b commit 7dcfd15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

This Repository contains a Home Assistant Addon to run Ism7MQTT for reading data from Wolf heaters, equipped with an ISM7 Module, directly.

Please refer to <https://github.com/zivillian/ism7mqtt> for more information, especially for creation of the parameters.json file required to run this.
Also supports running multiple instances of ism7mqtt. To do so, configure the first instance normally, then, for each ISM7 you have, specify a block like this under "additional ISM7 devices":
```
- device_name: "WolfHeizung2
ism7_ip: "192.168.x.y"
ism7_password: "something"
interval: 60
```

Note that each ISM7 needs a distinct device name without spaces or special characters.

For more information, or if you encounter any issues, please refer to https://github.com/zivillian/ism7mqtt

0 comments on commit 7dcfd15

Please sign in to comment.