Skip to content

Commit

Permalink
feature: add support for /Ac/Alarms/GridLost
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored and dirkjanfaber committed Sep 10, 2021
1 parent 7f03a8c commit bb9c446
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/missingpaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
"1": "Closed"
}
},
"/Ac/Alarms/GridLost": {
"description": "Grid lost alarm",
"dbusPath": "/Ac/Alarms/GridLost",
"dataType": "enum",
"enum": {
"0": "No alarm",
"2": "Alarm"
}
},
"/Ac/ConsumptionOnInput/NumberOfPhases": {
"description": "AC Consumption on Input Number Of Phases",
"dbusPath": "/Ac/ConsumptionOnInput/NumberOfPhases",
Expand Down
1 change: 1 addition & 0 deletions scripts/service-whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ module.exports = {
"input-system": {
"system": [
"/Ac/ActiveIn/Source",
"/Ac/Alarms/GridLost",
"/Ac/ConsumptionOnInput/L1/Power",
"/Ac/ConsumptionOnInput/L2/Power",
"/Ac/ConsumptionOnInput/L3/Power",
Expand Down
9 changes: 9 additions & 0 deletions src/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,15 @@
"240": "Inverting"
}
},
{
"path": "/Ac/Alarms/GridLost",
"type": "enum",
"name": "Grid lost alarm",
"enum": {
"0": "No alarm",
"2": "Alarm"
}
},
{
"path": "/Ac/ConsumptionOnInput/L1/Power",
"type": "float",
Expand Down

0 comments on commit bb9c446

Please sign in to comment.