Skip to content

Commit

Permalink
added features and optimized code
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Jul 18, 2023
1 parent 44f9527 commit 7167e76
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 464 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 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
* Changed: Fixed caluclations for AC-Out

## v0.0.1
Initial release
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

<small>GitHub repository: [mr-manuel/venus-os_dbus-multiplus-emulator](https://github.com/mr-manuel/venus-os_dbus-multiplus-emulator)</small>

### Run
## Purpose
The script emulates a MultiPlus II in Venus OS. This allows to show the correct values in the overview.

To run the script once:

1. Copy the `dbus-multiplus-emulator` folder to `/data/etc` on your Venus OS device

2. Run `python /data/etc/dbus-multiplus-emulator/multiplus-emulator.py` as root
## 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.

### Install

Expand Down
Loading

0 comments on commit 7167e76

Please sign in to comment.