Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans IJntema committed Mar 5, 2022
1 parent bdc512c commit b4bd41d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,25 @@ Includes Home Assistant MQTT Auto Discovery.
* `sudo systemctl enable trannery-mqtt`
* `sudo systemctl start trannergy-mqtt`

The are 2 clients integrated:
### TCP CLIENT
* Works with a specific set of wifi enabled inverters
* You need to have the wifi s/n
* Ability to read values every few seconds

### LISTEN Client
(I could not think of a better name)
* Inverter will broadcast every 5 minutes all parameters
* You have to configure the inverter; in this example, 192.168.1.48 is my Raspberry Pi
![configure](trannergy.PNG)

Use
http://mqtt-explorer.com/
to test & inspect MQTT messages

## Requirements
* paho-mqtt
* persist-queue
* python 3.x

Tested under Linux; there is no reason why it does not work under Windows.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
paho-mqtt
# Debian: sudo apt-get install python3-paho-mqtt
# sudo pip3 install paho-mqtt --user

0 comments on commit b4bd41d

Please sign in to comment.