Skip to content

Commit

Permalink
* (MyHomeMyData) Added info for data points 2404_BivalenceControlMode…
Browse files Browse the repository at this point in the history
… and 2831_BivalenceControlAlternativeTemperature
  • Loading branch information
MyHomeMyData committed May 26, 2024
1 parent 2058710 commit 8be9ef9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ Yes, that is possible under certain conditions:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
* (MyHomeMyData) Added info for data points 2404_BivalenceControlMode and 2831_BivalenceControlAlternativeTemperature
* (MyHomeMyData) Update of list of data points for E3 devices to version 20240505

### 0.9.0 (2024-04-21)
* (MyHomeMyData) Structure of data point 1690 (ElectricalEnergySystemPhotovoltaicStatus) changed based on issue https://github.com/MyHomeMyData/E3onCAN/issues/6. Manual adaptations may be needed, please check!
* (MyHomeMyData) Update of list of data points for E3 devices to version 20240420
Expand Down
53 changes: 48 additions & 5 deletions lib/didsE3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26268,10 +26268,49 @@
}
},
"2404": {
"codec": "RawCodec",
"codec": "O3EComplexType",
"len": 6,
"id": "BivalenceControlMode",
"args": {}
"args": {
"subTypes": [
{
"codec": "O3EByteVal",
"len": 1,
"id": "OperationMode",
"args": {
"offset": 0
}
},
{
"codec": "O3EInt16",
"len": 2,
"id": "BivalenceControlTemperature",
"args": {
"scale": 10,
"signed": true,
"offset": 0
}
},
{
"codec": "O3EInt16",
"len": 2,
"id": "BivalenceControlAlternativeTemperature",
"args": {
"scale": 10,
"signed": true,
"offset": 0
}
},
{
"codec": "O3EByteVal",
"len": 1,
"id": "ControlMode",
"args": {
"offset": 0
}
}
]
}
},
"2405": {
"codec": "RawCodec",
Expand Down Expand Up @@ -31344,10 +31383,14 @@
"args": {}
},
"2831": {
"codec": "RawCodec",
"codec": "O3EInt16",
"len": 2,
"id": "BivalenceControlAlternativeTemperature",
"args": {}
"args": {
"scale": 10,
"signed": true,
"offset": 0
}
},
"2832": {
"codec": "RawCodec",
Expand Down Expand Up @@ -32984,5 +33027,5 @@
"id": "ExtendedEventLoggingHistory",
"args": {}
},
"Version": "20240420"
"Version": "20240505"
}

0 comments on commit 8be9ef9

Please sign in to comment.