Skip to content

Commit

Permalink
added features
Browse files Browse the repository at this point in the history
- Energy sum
- LED display
- Units
  • Loading branch information
mr-manuel committed Aug 22, 2023
1 parent 7167e76 commit cdf08d0
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 212 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.0.3
* Added: Energy sum of power from `Out to Inverter` and `Inverter to Out`
* Added: LED display
* Added: Units to the values

## v0.0.2
* Added: Get automatically the grid and battery meter, if there is only one
* Added: Select on which phase the PV Inverter is connected to
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
## Purpose
The script emulates a MultiPlus II in Venus OS. This allows to show the correct values in the overview.

## Supporting/Sponsoring this project

You like the project and you want to support me?

[<img src="https://github.md0.eu/uploads/donate-button.svg" height="50">](https://www.paypal.com/donate/?hosted_button_id=3NEVZBDM5KABW)

## Config
There is nothing specific to configure and it should work out of the box. If you have multiple grid meters, batteries or phases, then a configuration is maybe needed. In this case edit the `dbus-multiplus-emulator.py` and search for the `USER CHANGABLE VALUES | START` section.

Expand All @@ -29,10 +35,3 @@ Run `/data/etc/dbus-multiplus-emulator/restart.sh`
### Debugging

The logs can be checked with `tail -n 100 -f /data/log/dbus-multiplus-emulator/current | tai64nlocal`


## Supporting/Sponsoring this project

You like the project and you want to support me?

[<img src="https://github.md0.eu/uploads/donate-button.svg" height="50">](https://www.paypal.com/donate/?hosted_button_id=3NEVZBDM5KABW)
Loading

0 comments on commit cdf08d0

Please sign in to comment.