Update 'README.md'
This commit is contained in:
parent
0126b96a7f
commit
c23e5ffbd6
|
@ -6,13 +6,18 @@ Forké de https://github.com/SebastienReuiller/teleinfo-linky-with-raspberry
|
|||
* Ajout d'un fichier de configuration externe
|
||||
* Ajout d'un délai optionnel entre la transmission de deux trames
|
||||
|
||||
## Installation
|
||||
```
|
||||
cd /opt
|
||||
git clone https://git.garbaye.fr/gitouche/teleinfo-linky-with-raspberry.git
|
||||
```
|
||||
## Configuration
|
||||
Créer et modifier le fichier de configuration :
|
||||
```
|
||||
cp settings-example.py settings.py
|
||||
vi settings.py
|
||||
```
|
||||
Ajuster et installer l'unit systemd à vos besoins (chemin vers le script à minima) :
|
||||
Ajuster et installer l'unit systemd si besoin :
|
||||
```
|
||||
vi teleinfo.service
|
||||
cp teleinfo.service /usr/lib/systemd/system/teleinfo.service
|
||||
|
|
Loading…
Reference in a new issue