-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize API exposed enum generation
- Loading branch information
Showing
48 changed files
with
240 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
software/src/modules/automation/Automation Action ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
None | ||
MQTT | ||
Set Current | ||
LED | ||
Meter Reset | ||
Set Manager Current | ||
NFC Inject Tag | ||
Charge Limits | ||
EVSE GP Output | ||
Charge Tracker Reset | ||
PM Phase Switch | ||
PM Charge Mode Switch | ||
EM Relay Switch | ||
PM Limit Max Current | ||
PM Block Charge |
19 changes: 19 additions & 0 deletions
19
software/src/modules/automation/Automation Trigger ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
None | ||
Cron | ||
Charger State | ||
MQTT | ||
EVSE Button | ||
NFC | ||
Charge Limits | ||
EVSE Shutdown Input | ||
EVSE GP Input | ||
EVSE External Current Wd | ||
Require Meter | ||
Charge Manager Wd | ||
EM Input Three | ||
EM Input Four | ||
EM Phase Switch | ||
EM Contactor Monitoring | ||
PM Power Available | ||
PM Grid Power Draw | ||
HTTP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
meters_modbus_tcp_defs.h | ||
Modbus Value Type.uint8.enum | ||
meters_modbus_tcp_defs.inc |
5 changes: 5 additions & 0 deletions
5
software/src/modules/meters_modbus_tcp/Deye Hybrid Inverter Virtual Meter ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
None | ||
Inverter | ||
Grid | ||
Battery | ||
Load |
7 changes: 7 additions & 0 deletions
7
software/src/modules/meters_modbus_tcp/Meter Modbus TCP Table ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
None | ||
Custom | ||
Sungrow Hybrid Inverter | ||
Sungrow String Inverter | ||
Solarmax Max Storage | ||
Victron Energy GX | ||
Deye Hybrid Inverter |
2 changes: 2 additions & 0 deletions
2
software/src/modules/meters_modbus_tcp/Modbus Register Address Mode.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Address | ||
Number |
2 changes: 2 additions & 0 deletions
2
software/src/modules/meters_modbus_tcp/Modbus Register Type.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Holding Register | ||
Input Register |
4 changes: 4 additions & 0 deletions
4
software/src/modules/meters_modbus_tcp/Solarmax Max Storage Virtual Meter ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
None | ||
Inverter | ||
Grid | ||
Battery |
5 changes: 5 additions & 0 deletions
5
software/src/modules/meters_modbus_tcp/Sungrow Hybrid Inverter Virtual Meter ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
None | ||
Inverter | ||
Grid | ||
Battery | ||
Load |
4 changes: 4 additions & 0 deletions
4
software/src/modules/meters_modbus_tcp/Sungrow String Inverter Virtual Meter ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
None | ||
Inverter | ||
Grid | ||
Load |
5 changes: 5 additions & 0 deletions
5
software/src/modules/meters_modbus_tcp/Victron Energy GX Virtual Meter ID.uint8.enum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
None | ||
Inverter | ||
Grid | ||
Battery | ||
Load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.