Skip to content
New issue

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

Missing "Flags 6" decode #2

Open
OLFDB opened this issue Jul 12, 2020 · 0 comments
Open

Missing "Flags 6" decode #2

OLFDB opened this issue Jul 12, 2020 · 0 comments

Comments

@OLFDB
Copy link

OLFDB commented Jul 12, 2020

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"
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant