Skip to content

Commit

Permalink
removed shutdown kludge
Browse files Browse the repository at this point in the history
The previous version implemented a shutdown mechanism that employed a "relay" output looped back to a "digital input". This version removes this functionality.

ShutdownMonitor provides the same clean shutdown functionality without looping back pins on the PI's GPIO header.
  • Loading branch information
kwindrem committed Oct 1, 2021
1 parent fae1f27 commit 853dfbc
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 816 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified FileSets/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion FileSets/fileList
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/opt/victronenergy/dbus-systemcalc-py/delegates/relaystate.py
/opt/victronenergy/gui/qml/PageSettingsGeneral.qml
8 changes: 0 additions & 8 deletions FileSets/gpio_list
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,3 @@
# Digital input 5 Pin 37 / GPIO 26
26 in digital_input_5


#### Gracefull shutdown - connect pin 36 to pin 38
#### Note these inputs and outputs is NOT added to the available I/O used by Venus OS !!!!
# Pin 36 / GPIO 16
16 in digital_input_6
# Relay 7 Pin 38 / GPIO 20
20 out relay_7

135 changes: 0 additions & 135 deletions FileSets/v2.40/PageSettingsGeneral.qml

This file was deleted.

109 changes: 0 additions & 109 deletions FileSets/v2.40/PageSettingsGeneral.qml.orig

This file was deleted.

Binary file removed FileSets/v2.60/.DS_Store
Binary file not shown.
Loading

0 comments on commit 853dfbc

Please sign in to comment.