Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyatoe authored Nov 20, 2023
1 parent f789874 commit 0268f6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This script controls zero export power to the grid, monitoring over mqtt/nodered
which can be read with excel etc...

usage: *.py Controller=0/1 [1=controler&datalog] [0=only datalogger], Output=1/0, Limit=10-100
dtupro_ctrl.py 1 1 50 ; script running as zeroexport controller with limiting the microinverter to 50%, output to the console
dtupro_ctrl.py 0 1 ; script is running as datalogger, no limiting , output to the console

What do you need:
- set DTU-Pro RS485 device number to 101 or change it bellow
Expand All @@ -17,8 +19,8 @@ What do you need:
- install python3
- install pymodbus
- install MQTT mosquitto
- install Node-Red, if want to use my Node-red functions for data-graphics
- CONFIGURE this script
- install Node-Red, if you want to use my Node-red functions for data-graphics
- CONFIGURE "dtupro_ctrl.py" in script
- start the script in terminal

Please, place any issues here:
Expand Down

0 comments on commit 0268f6b

Please sign in to comment.