Kostal: Switch to queued requests and add PIKO CI support
parent
439d35fd47
commit
d68f2ad261
|
|
@ -3,6 +3,8 @@
|
||||||
"protocol": "TCP",
|
"protocol": "TCP",
|
||||||
"endianness": "LittleEndian",
|
"endianness": "LittleEndian",
|
||||||
"errorLimitUntilNotReachable": 20,
|
"errorLimitUntilNotReachable": 20,
|
||||||
|
"queuedRequests": true,
|
||||||
|
"queuedRequestsDelay": 100,
|
||||||
"checkReachableRegister": "inverterState",
|
"checkReachableRegister": "inverterState",
|
||||||
"enums": [
|
"enums": [
|
||||||
{
|
{
|
||||||
|
|
@ -740,40 +742,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"registers": [
|
"registers": [
|
||||||
{
|
|
||||||
"id": "bidirectionalConverterNumber",
|
|
||||||
"address": 30,
|
|
||||||
"size": 1,
|
|
||||||
"type": "uint16",
|
|
||||||
"readSchedule": "init",
|
|
||||||
"registerType": "holdingRegister",
|
|
||||||
"description": "Number of bidirectional converter",
|
|
||||||
"defaultValue": "0",
|
|
||||||
"access": "RO"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "acPhasesNumber",
|
|
||||||
"address": 32,
|
|
||||||
"size": 1,
|
|
||||||
"type": "uint16",
|
|
||||||
"readSchedule": "init",
|
|
||||||
"registerType": "holdingRegister",
|
|
||||||
"description": "Number of bidirectional converter",
|
|
||||||
"defaultValue": "0",
|
|
||||||
"access": "RO"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "numberPvStrings",
|
|
||||||
"address": 34,
|
|
||||||
"size": 1,
|
|
||||||
"type": "uint16",
|
|
||||||
"readSchedule": "init",
|
|
||||||
"registerType": "holdingRegister",
|
|
||||||
"description": "Number of PV strings",
|
|
||||||
"unit": "",
|
|
||||||
"defaultValue": "0",
|
|
||||||
"access": "RO"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "inverterState",
|
"id": "inverterState",
|
||||||
"address": 56,
|
"address": 56,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue