Skip to content

Commit

Permalink
Merge pull request #9 from javl/javl-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hansij66 authored Jan 10, 2024
2 parents cae3f26 + 36a9414 commit 81c4589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Test if P1 adapter is functional and providing dsmr data by running in a bash sh
* `tail -f /dev/ttyUSB0`

## Usage:
* Copy `systemd/power-mqtt.service` to `/etc/systemd/system`
* Adapt path in `power-mqtt.service` to your install location (default: `/opt/iot/dsmr`)
* Copy `systemd/dsmr-mqtt.service` to `/etc/systemd/system`
* Adapt path in `dsmr-mqtt.service` to your install location (default: `/opt/iot/dsmr`)
* Copy `config.rename.py` to `config.py` and adapt for your configuration (minimal: mqtt ip, username, password)
* `sudo systemctl enable power-mqtt`
* `sudo systemctl start power-mqtt`
* `sudo systemctl enable dsmr-mqtt`
* `sudo systemctl start dsmr-mqtt`

Use
* http://mqtt-explorer.com/
Expand Down

0 comments on commit 81c4589

Please sign in to comment.