We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code 0x71 is missing in io-package.json leading to frequent warning "No mapping found for code 0x71. Datagram was 01 11 21 71 00 A4"
Here is the missing data
{ "_id": "Readings.Flags6", "type": "state", "common": { "name": "Remotecontrol", "type": "boolean", "role": "indicator.remotecontrol", "read": true, "write": false, "desc": "remotecontrol unit attached", "custom": { "fieldCodes": [ "0x71" ], "fieldBitPattern": "0x10", "encoding": "onOff" } } }, { "_id": "Readings.Flags6", "type": "state", "common": { "name": "Fireplace switch", "type": "boolean", "role": "indicator.fireplaceswitch", "read": true, "write": false, "desc": "fireplaceswitch activation", "custom": { "fieldCodes": [ "0x71" ], "fieldBitPattern": "0x20", "encoding": "onOff" } } }, { "_id": "Readings.Flags6", "type": "state", "common": { "name": "Fireplace boost function", "type": "boolean", "role": "indicator.fireplcaeboostfunction", "read": true, "write": false, "desc": "fireplcae boost activated", "custom": { "fieldCodes": [ "0x71" ], "fieldBitPattern": "0x30", "encoding": "onOff" } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code 0x71 is missing in io-package.json leading to frequent warning "No mapping found for code 0x71. Datagram was 01 11 21 71 00 A4"
Here is the missing data
{
"_id": "Readings.Flags6",
"type": "state",
"common": {
"name": "Remotecontrol",
"type": "boolean",
"role": "indicator.remotecontrol",
"read": true,
"write": false,
"desc": "remotecontrol unit attached",
"custom": {
"fieldCodes": [
"0x71"
],
"fieldBitPattern": "0x10",
"encoding": "onOff"
}
}
},
{
"_id": "Readings.Flags6",
"type": "state",
"common": {
"name": "Fireplace switch",
"type": "boolean",
"role": "indicator.fireplaceswitch",
"read": true,
"write": false,
"desc": "fireplaceswitch activation",
"custom": {
"fieldCodes": [
"0x71"
],
"fieldBitPattern": "0x20",
"encoding": "onOff"
}
}
},
{
"_id": "Readings.Flags6",
"type": "state",
"common": {
"name": "Fireplace boost function",
"type": "boolean",
"role": "indicator.fireplcaeboostfunction",
"read": true,
"write": false,
"desc": "fireplcae boost activated",
"custom": {
"fieldCodes": [
"0x71"
],
"fieldBitPattern": "0x30",
"encoding": "onOff"
}
}
}
The text was updated successfully, but these errors were encountered: