Skip to content

Commit

Permalink
Updated Readme , added node red picture.
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjinx committed Oct 10, 2023
1 parent 8791f82 commit 0662d27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added Images/lambda-node-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ A Docker image, specifically engineered for 64-bit ARM architecture, is availabl

This runs **modbus2mqtt** for a lambda heatpump and output the values to the mqtt server topic /lambda. If there is no mqtt server specified the server named *mqtt* is used.

This will look like the following on MQTT Explorer:
This will look like the following on *MQTT Explorer* or in *node-red*:

<img src="Images/mqtt-explorer.png" width="70%" alt="MQTT Explorer Screenshot"/>
<img src="Images/mqtt-explorer.png" width="70%" alt="MQTT Explorer Screenshot"/><img src="Images/lambda-node-red.png" width="20%" alt="MQTT Explorer Screenshot"/>

You can create your own docker container by using the following command:

Expand Down
2 changes: 1 addition & 1 deletion Sources/modbus2mqtt/Resources/lambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
"modbusaccess": "read",
"valuetype": "int16",
"mqtt": "visible",
"interval": 10,
"interval": 2,
"unit": "W",
"topic": "heatpump/inverterpower",
"title": "Heatpump Inverter Power"
Expand Down

0 comments on commit 0662d27

Please sign in to comment.