Skip to content

Commit 809abd0

Browse files
authored
Update README.md
1 parent ee30605 commit 809abd0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@
33
With a lot of inspiration and help from https://github.com/Apollon77/node-ph803w project I ported the basic functionallity to python with the hope and expectation to deploy it as an Home Assistant intagration without need for a docker service and MQTT.
44
Still a lot left to do but at least it can poll the device and show values in Home Assistant.
55
In desktop mode (running cyclic with lib/main.py) it performs a bit better.
6+
7+
## Installation of HA component
8+
9+
1. Clone this repo as `ph803w` dir into `$HA_CONFIG_DIR/custom_components/`:
10+
```
11+
$ cd custom_components
12+
$ git clone git@github.com:dala318/ph803w.git ./ph803w
13+
```
14+
2. Setup `$HA_CONFIG_DIR/configuration.yaml`:
15+
16+
```yaml
17+
ph803w:
18+
host: 192.168.1.2 # IP of your gateway
19+
```

0 commit comments

Comments
 (0)