Skip to content

Commit

Permalink
add v3.40, dropping support for firmware earlier than v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Jul 17, 2024
1 parent d24baf3 commit a7eb57e
Show file tree
Hide file tree
Showing 2,656 changed files with 8,777 additions and 74,776 deletions.
22 changes: 7 additions & 15 deletions ExtTransferSwitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,18 @@
import os
import time
import dbus

dbusSettingsPath = "com.victronenergy.settings"
dbusSystemPath = "com.victronenergy.system"



# accommodate both Python 2 and 3
# if the Python 3 GLib import fails, import the Python 2 gobject
try:
from gi.repository import GLib # for Python 3
except ImportError:
import gobject as GLib # for Python 2

from gi.repository import GLib
# add the path to our own packages for import
# use an established Victron service to maintain compatiblity
sys.path.insert(1, os.path.join('/opt/victronenergy/dbus-systemcalc-py', 'ext', 'velib_python'))
sys.path.insert(1, "/data/SetupHelper/velib_python")
from vedbus import VeDbusService
from ve_utils import wrap_dbus_value
from settingsdevice import SettingsDevice


dbusSettingsPath = "com.victronenergy.settings"
dbusSystemPath = "com.victronenergy.system"


class Monitor:

def getVeBusObjects (self):
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/Battery.qml-v3.40~32.orig 2024-07-09 10:19:41
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/Battery.qml-v3.40~32 2024-05-14 07:00:12
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/Battery.qml-v3.34.orig 2024-07-09 10:19:41
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/Battery.qml-v3.34 2024-05-14 07:00:12
@@ -6,9 +6,14 @@
width: 145
height: 101
Expand Down
File renamed without changes.
File renamed without changes.
20 changes: 0 additions & 20 deletions FileSets/PatchSource/MbItemDigitalInput.qml-v2.94.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40~35.orig 2024-07-09 10:19:45
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40~35 2024-05-14 07:00:12
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40.orig 2024-07-09 10:19:45
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbItemDigitalInput.qml-v3.40 2024-05-14 07:00:12
@@ -1,3 +1,5 @@
+//// modified for ExtTransferSwitch package
+
Expand Down
34 changes: 0 additions & 34 deletions FileSets/PatchSource/MbSpinBox.qml-v2.73.patch

This file was deleted.

34 changes: 0 additions & 34 deletions FileSets/PatchSource/MbSpinBox.qml-v2.89.patch

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbSpinBox.qml.orig 2024-07-09 10:19:46
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbSpinBox.qml 2024-05-14 07:00:12
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbSpinBox.qml-v3.40.orig 2024-07-09 10:19:46
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbSpinBox.qml-v3.40 2024-05-14 07:00:12
@@ -6,6 +6,10 @@
id: root
cornerMark: !readOnly && !spinbox.enabled
Expand Down
28 changes: 0 additions & 28 deletions FileSets/PatchSource/MbSpinBox.qml-v3.40~35.patch

This file was deleted.

43 changes: 0 additions & 43 deletions FileSets/PatchSource/MbStyle.qml-v2.94.patch

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbStyle.qml-v3.40~35.orig 2024-07-09 10:19:46
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbStyle.qml-v3.40~35 2024-05-14 07:00:12
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbStyle.qml-v3.40.orig 2024-07-09 10:19:46
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/MbStyle.qml-v3.40 2024-05-14 07:00:12
@@ -4,6 +4,10 @@
* common style properties
*/
Expand Down
120 changes: 0 additions & 120 deletions FileSets/PatchSource/PageMain.qml-v2.94.patch

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.40~13.orig 2024-07-08 09:45:00
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.40~13 2024-07-09 09:53:47
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.34.orig 2024-07-08 09:45:00
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.34 2024-07-09 09:53:47
@@ -1,11 +1,48 @@
+//////// GuiMods modified order to put Settings, then Notifications at top of list
+
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.40~35.orig 2024-07-08 09:45:00
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.40~35 2024-07-09 09:55:28
--- /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.40.orig 2024-07-08 09:45:00
+++ /Users/Kevin/GitHub/GuiMods.copy/FileSets/PatchSource/PageMain.qml-v3.40 2024-07-09 09:55:28
@@ -1,11 +1,48 @@
+//////// GuiMods modified order to put Settings, then Notifications at top of list
+
Expand Down
Loading

0 comments on commit a7eb57e

Please sign in to comment.