Browse Source
Merge pull request #172 from chehrlic/chris_readme
Add comment about missing python modules, move section about ahoy
pull/187/head
lumapu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
16 additions and
8 deletions
-
tools/rpi/README.md
|
|
@ -80,6 +80,21 @@ python3 getting_started.py # to test and see whether RF24 class can be loaded as |
|
|
|
|
|
|
|
If there are no error messages on the last step, then the NRF24 Wrapper has been installed successfully. |
|
|
|
|
|
|
|
Required python modules |
|
|
|
----------------------- |
|
|
|
|
|
|
|
Some modules are not installed by default on a RaspberryPi, therefore add them manually: |
|
|
|
|
|
|
|
``` |
|
|
|
pip install crcmod pyyaml paho-mqtt |
|
|
|
``` |
|
|
|
|
|
|
|
Configuration |
|
|
|
------------- |
|
|
|
|
|
|
|
Local settings are read from ahoy.yml |
|
|
|
An example is provided as ahoy.yml.example |
|
|
|
|
|
|
|
|
|
|
|
Example Run |
|
|
|
----------- |
|
|
@ -98,7 +113,7 @@ Python parameters |
|
|
|
|
|
|
|
The application describes itself |
|
|
|
``` |
|
|
|
python -m hoymiles --help |
|
|
|
python3 -m hoymiles --help |
|
|
|
usage: hoymiles [-h] -c [CONFIG_FILE] [--log-transactions] [--verbose] |
|
|
|
|
|
|
|
Ahoy - Hoymiles solar inverter gateway |
|
|
@ -158,13 +173,6 @@ A brief example log is supplied in the `example-logs` folder. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Configuration |
|
|
|
------------- |
|
|
|
|
|
|
|
Local settings are read from ahoy.yml |
|
|
|
An example is provided as ahoy.yml.example |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Todo |
|
|
|
---- |
|
|
|