Skip to content

Commit

Permalink
[fixup] add modbus
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed May 10, 2024
1 parent b7c202c commit b86486e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ to any number of different targets, such as databases or MQTT.
* Supports _**multiple different power sensors**_
* [IotaWatt](http://iotawatt.com/)
* [Shelly](https://www.shelly.com/) (both Gen 1 and Gen 2)
* Generic Modbus sensors (limited support)
* Supports _**virtual power sensors**_
* A virtual power sensor gets its values from other configured sensors, enabling the user to calculate the total
power usage of three-phase devices or three-phase mains power
Expand Down
11 changes: 11 additions & 0 deletions examples/config.sample.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ circuits:
type: gen2-em
meter: 0
phase: a
# A circuit with a Modbus sensor
- name: Inverter/chargers
type: circuit
sensor:
type: modbus
modbus:
address: 10.112.4.250
port: 502
unit: 100
register: 866
type: int16

#
# Characteristics. Characteristics mean voltage and frequency, and potentially other non-power related readings.
Expand Down

0 comments on commit b86486e

Please sign in to comment.