Skip to content

Commit

Permalink
added images
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed May 31, 2023
1 parent ffcdb03 commit b838fc6
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 4 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ See [dbus](https://github.com/victronenergy/venus/wiki/dbus#solar-chargers) docu

```json
{
"NrOfTrackers": 4, --> Int - Number of MPPT trackers, calculated if not set
"Pv": {
"0": {
"V": 60.0, --> Float - Voltage of 1. MPPT tracker
Expand Down Expand Up @@ -117,7 +116,7 @@ See [dbus](https://github.com/victronenergy/venus/wiki/dbus#solar-chargers) docu
"TemperatureSense": 20.0, --> See dbus documentation
"TemperatureSenseActive": 0, --> See dbus documentation
"VoltageSense": 80.0, --> See dbus documentation
"VoltageSenseActive": 0, --> See dbus documentation
"VoltageSenseActive": 0 --> See dbus documentation
},
"Settings": {
"BmsPresent": 0, --> See dbus documentation
Expand Down Expand Up @@ -215,7 +214,7 @@ See [dbus](https://github.com/victronenergy/venus/wiki/dbus#solar-chargers) docu
}
}
},
"2": { --> String - 2 days ago
"2": { --> String - 2 days ago (I do not recommend more than 30 days)
"Yield": 11, --> Float - kWh of 2 days ago
"Consumption": 22, --> Int - kWh of 2 days ago
"MaxPower": 33, --> Float - Watt peak of 2 days ago
Expand Down Expand Up @@ -326,6 +325,29 @@ It was tested on Venus OS Large `v2.92` on the following devices:
* MultiPlus II (GX Version)


### Screenshots

<details><summary>MQTT Solar Charger</summary>

![MQTT Solar Charger - pages](/screenshots/solar-charger_pages.png)
![MQTT Solar Charger - device list](/screenshots/solar-charger_device_list.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_1.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_2.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_3.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_4.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_5.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_6.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_7.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_8.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_9.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_10.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_11.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_12.png)
![MQTT Solar Charger - device list - mqtt solar-charger](/screenshots/solar-charger_device_list_mqtt-solar-charger_13.png)

</details>


## Supporting/Sponsoring this project

You like the project and you want to support me?
Expand Down
2 changes: 1 addition & 1 deletion dbus-mqtt-solar-charger/dbus-mqtt-solar-charger.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def __init__(
self._dbusservice.add_path("/ProductName", productname)
self._dbusservice.add_path("/CustomName", customname)
self._dbusservice.add_path("/FirmwareVersion", 399)
self._dbusservice.add_path("/HardwareVersion", "1.0.0 (20230528)")
self._dbusservice.add_path("/HardwareVersion", "1.0.0 (20230601)")
self._dbusservice.add_path("/Connected", 1)

self._dbusservice.add_path("/Latency", None)
Expand Down
Binary file added screenshots/solar-charger_device_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/solar-charger_pages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b838fc6

Please sign in to comment.