-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 arm states #1
Comments
@wifi75 {'ArmStatusList': [{'ArmStatus': {'id': 1, 'name': '-', 'status': 'armed'}}]} And full system status {
"SubSysList": [{
"SubSys": {
"id": 1,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 1",
"delayTime": 0
}
}, {
"SubSys": {
"id": 2,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 2",
"delayTime": 0
}
}, {
"SubSys": {
"id": 3,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 3",
"delayTime": 0
}
}, {
"SubSys": {
"id": 4,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 4",
"delayTime": 0
}
}, {
"SubSys": {
"id": 5,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 5",
"delayTime": 0
}
}, {
"SubSys": {
"id": 6,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 6",
"delayTime": 0
}
}, {
"SubSys": {
"id": 7,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 7",
"delayTime": 0
}
}, {
"SubSys": {
"id": 8,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 8",
"delayTime": 0
}
}, {
"SubSys": {
"id": 9,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 9",
"delayTime": 0
}
}, {
"SubSys": {
"id": 10,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "10 Kanceláře",
"delayTime": 0
}
}, {
"SubSys": {
"id": 11,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 11",
"delayTime": 0
}
}, {
"SubSys": {
"id": 12,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 12",
"delayTime": 0
}
}, {
"SubSys": {
"id": 13,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 13",
"delayTime": 0
}
}, {
"SubSys": {
"id": 14,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "14 - Grafik",
"delayTime": 0
}
}, {
"SubSys": {
"id": 15,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 15",
"delayTime": 0
}
}, {
"SubSys": {
"id": 16,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 16",
"delayTime": 0
}
}, {
"SubSys": {
"id": 17,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 17",
"delayTime": 0
}
}, {
"SubSys": {
"id": 18,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Vrata",
"delayTime": 0
}
}, {
"SubSys": {
"id": 19,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 19",
"delayTime": 0
}
}, {
"SubSys": {
"id": 20,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 20",
"delayTime": 0
}
}, {
"SubSys": {
"id": 21,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 21",
"delayTime": 0
}
}, {
"SubSys": {
"id": 22,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 22",
"delayTime": 0
}
}, {
"SubSys": {
"id": 23,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 23",
"delayTime": 0
}
}, {
"SubSys": {
"id": 24,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 24",
"delayTime": 0
}
}, {
"SubSys": {
"id": 25,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 25",
"delayTime": 0
}
}, {
"SubSys": {
"id": 26,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 26",
"delayTime": 0
}
}, {
"SubSys": {
"id": 27,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 27",
"delayTime": 0
}
}, {
"SubSys": {
"id": 28,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 28",
"delayTime": 0
}
}, {
"SubSys": {
"id": 29,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 29",
"delayTime": 0
}
}, {
"SubSys": {
"id": 30,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 30",
"delayTime": 0
}
}, {
"SubSys": {
"id": 31,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 31",
"delayTime": 0
}
}, {
"SubSys": {
"id": 32,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 32",
"delayTime": 0
}
}]
} It would be possible from full system status but we don't have zones in HA.
Is it OK solution ? |
for me it is important that there is a voice in the state like
Armed way and armed home and disarmed and triggered...
Il lun 20 feb 2023, 17:26 Petr Leo Compel ***@***.***> ha
scritto:
… @wifi75 <https://github.com/wifi75>
Currently seems it is not possible to get simple response with "info"
about "arming type"
Normal system status sends
{'ArmStatusList': [{'ArmStatus': {'id': 1, 'name': '-', 'status': 'armed'}}]}
And full system status
{
"SubSysList": [{
"SubSys": {
"id": 1,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 1",
"delayTime": 0
}
}, {
"SubSys": {
"id": 2,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 2",
"delayTime": 0
}
}, {
"SubSys": {
"id": 3,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 3",
"delayTime": 0
}
}, {
"SubSys": {
"id": 4,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 4",
"delayTime": 0
}
}, {
"SubSys": {
"id": 5,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 5",
"delayTime": 0
}
}, {
"SubSys": {
"id": 6,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 6",
"delayTime": 0
}
}, {
"SubSys": {
"id": 7,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 7",
"delayTime": 0
}
}, {
"SubSys": {
"id": 8,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 8",
"delayTime": 0
}
}, {
"SubSys": {
"id": 9,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 9",
"delayTime": 0
}
}, {
"SubSys": {
"id": 10,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "10 Kanceláře",
"delayTime": 0
}
}, {
"SubSys": {
"id": 11,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 11",
"delayTime": 0
}
}, {
"SubSys": {
"id": 12,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 12",
"delayTime": 0
}
}, {
"SubSys": {
"id": 13,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 13",
"delayTime": 0
}
}, {
"SubSys": {
"id": 14,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "14 - Grafik",
"delayTime": 0
}
}, {
"SubSys": {
"id": 15,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 15",
"delayTime": 0
}
}, {
"SubSys": {
"id": 16,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 16",
"delayTime": 0
}
}, {
"SubSys": {
"id": 17,
"arming": "away",
"alarm": false,
"enabled": true,
"name": "Oblast 17",
"delayTime": 0
}
}, {
"SubSys": {
"id": 18,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Vrata",
"delayTime": 0
}
}, {
"SubSys": {
"id": 19,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 19",
"delayTime": 0
}
}, {
"SubSys": {
"id": 20,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 20",
"delayTime": 0
}
}, {
"SubSys": {
"id": 21,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 21",
"delayTime": 0
}
}, {
"SubSys": {
"id": 22,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 22",
"delayTime": 0
}
}, {
"SubSys": {
"id": 23,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 23",
"delayTime": 0
}
}, {
"SubSys": {
"id": 24,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 24",
"delayTime": 0
}
}, {
"SubSys": {
"id": 25,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 25",
"delayTime": 0
}
}, {
"SubSys": {
"id": 26,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 26",
"delayTime": 0
}
}, {
"SubSys": {
"id": 27,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 27",
"delayTime": 0
}
}, {
"SubSys": {
"id": 28,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 28",
"delayTime": 0
}
}, {
"SubSys": {
"id": 29,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 29",
"delayTime": 0
}
}, {
"SubSys": {
"id": 30,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 30",
"delayTime": 0
}
}, {
"SubSys": {
"id": 31,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 31",
"delayTime": 0
}
}, {
"SubSys": {
"id": 32,
"arming": "disarm",
"alarm": false,
"enabled": false,
"name": "Oblast 32",
"delayTime": 0
}
}]
}
It would be possible from full system status but we don't have zones in HA.
Only possible way is if any of zones is in state:
- "away" it will be full away (ignore next)
- any "home" it will be home all
- "all disarmed" = "disarmed"
Is it OK solution ?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXUJ4S4U6BTVTPOCM6QOTWYOLLRANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
hello after update, nothing seems not working..
If my axpro it Is armed on Ha status it Is disarmed.
Il lun 20 feb 2023, 19:45 Petr Leo Compel ***@***.***> ha
scritto:
… Closed #1 <#1> as
completed via ffb6768
<ffb6768>
.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXUJ2AJIIH3E6CCBSXB6TWYO3WFANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It should leave trace in log for this purpose please provide the logs 😇 |
hello below log:
…-02-20 20:43:01.147 WARNING (SyncWorker_7)
[custom_components.hikvision_axpro.model] Detector info: {'id': 1, 'name':
'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 9, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 1, 'abnormalOrNot': False}
2023-02-20 20:43:01.148 WARNING (SyncWorker_7)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-20 20:43:01.148 WARNING (SyncWorker_7)
[custom_components.hikvision_axpro.model] Detector info: {'id': 2, 'name':
'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 8, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 9, 'abnormalOrNot': False}
2023-02-20 20:43:01.149 WARNING (SyncWorker_7)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-20 20:43:01.149 WARNING (SyncWorker_7)
Il lun 20 feb 2023, 20:28 Petr Leo Compel ***@***.***> ha
scritto:
It should leave trace in log for this purpose please provide the logs 😇
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXUJZWD6HEK3ZB5V2BBV3WYPAUHANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There should be an |
Hi Peter, debugging enabled, what should I do now?
Il giorno lun 20 feb 2023 alle ore 21:12 Petr Leo Compel <
***@***.***> ha scritto:
… There should be an "Error getting status: " or Axpro status: (this one in
"debug" of integration - can be enabled in "devices" clicking on
integration 3 dots)
[image: image]
<https://user-images.githubusercontent.com/9423543/220190988-14f41e8c-82ff-4f09-847c-513a8863752f.png>
Provided log helped with 1 sensor from #2
<#2> but not with
your alarm state
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXUJ24DXBV6UPY7YKLPV3WYPF2FANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Grazie
|
In the menu reload the integration and go get the logs
út 21. 2. 2023 v 8:12 odesílatel wifi75 ***@***.***> napsal:
… Hi Peter, debugging enabled, what should I do now?
Il giorno lun 20 feb 2023 alle ore 21:12 Petr Leo Compel <
***@***.***> ha scritto:
> There should be an "Error getting status: " or Axpro status: (this one in
> "debug" of integration - can be enabled in "devices" clicking on
> integration 3 dots)
> [image: image]
> <
https://user-images.githubusercontent.com/9423543/220190988-14f41e8c-82ff-4f09-847c-513a8863752f.png
>
> Provided log helped with 1 sensor from #2
> <#2> but not with
> your alarm state
>
> —
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AHSXUJ24DXBV6UPY7YKLPV3WYPF2FANCNFSM6AAAAAAVB4PRL4
>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
--
Grazie
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACH4VN4AJ6EMRITQUWDRA2DWYRTFHANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
below:
2023-02-21 08:18:19.231 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
magneticContact
2023-02-21 08:18:19.233 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 0, 'name':
'Porta ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'magnetOpenStatus': False, 'tamperEvident': False, 'shielded': False,
'bypassed': False, 'armed': False, 'isArming': False, 'alarm': False,
'charge': 'normal', 'chargeValue': 100, 'signal': 121, 'temperature': 18,
'subSystemNo': 1, 'linkageSubSystem': [1], 'detectorType':
'magneticContact', 'model': '0x00006', 'stayAway': False, 'zoneType':
'Instant', 'InputList': [{'id': 1, 'enabled': False, 'mode':
'normalClose'}, {'id': 2, 'enabled': False, 'mode': 'normalClose'}],
'isViaRepeater': False, 'zoneAttrib': 'wireless', 'isSupportAddType': True,
'version': 'V1.0.25', 'deviceNo': 10, 'abnormalOrNot': False}
2023-02-21 08:18:19.235 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:19.236 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 1, 'name':
'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
False, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue': 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled': True,
'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 1,
'abnormalOrNot': False}
2023-02-21 08:18:19.237 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:19.238 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 2, 'name':
'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
False, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue': 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled': True,
'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 9,
'abnormalOrNot': False}
2023-02-21 08:18:19.239 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:19.240 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 3, 'name':
'Pir Basculante', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
False, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue': 100, 'signal': 121, 'temperature': 7, 'subSystemNo': 1,
'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled': True,
'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 14,
'abnormalOrNot': False}
2023-02-21 08:18:49.143 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro] Error getting status: {'SubSysList':
[{'SubSys': {'id': 1, 'arming': 'stay', 'alarm': False, 'enabled': True,
'name': 'Casa Totale', 'delayTime': 0}}, {'SubSys': {'id': 2, 'arming':
'disarm', 'alarm': False, 'enabled': False, 'name': 'Casa Corriere',
'delayTime': 0}}, {'SubSys': {'id': 3, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 3', 'delayTime': 0}}, {'SubSys': {'id': 4,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 4',
'delayTime': 0}}, {'SubSys': {'id': 5, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 5', 'delayTime': 0}}, {'SubSys': {'id': 6,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 6',
'delayTime': 0}}, {'SubSys': {'id': 7, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 7', 'delayTime': 0}}, {'SubSys': {'id': 8,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 8',
'delayTime': 0}}, {'SubSys': {'id': 9, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 9', 'delayTime': 0}}, {'SubSys': {'id': 10,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 10',
'delayTime': 0}}, {'SubSys': {'id': 11, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 11', 'delayTime': 0}}, {'SubSys': {'id':
12, 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area
12', 'delayTime': 0}}, {'SubSys': {'id': 13, 'arming': 'disarm', 'alarm':
False, 'enabled': False, 'name': 'Area 13', 'delayTime': 0}}, {'SubSys':
{'id': 14, 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name':
'Area 14', 'delayTime': 0}}, {'SubSys': {'id': 15, 'arming': 'disarm',
'alarm': False, 'enabled': False, 'name': 'Area 15', 'delayTime': 0}},
{'SubSys': {'id': 16, 'arming': 'disarm', 'alarm': False, 'enabled': False,
'name': 'Area 16', 'delayTime': 0}}]}
2023-02-21 08:18:49.158 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
magneticContact
2023-02-21 08:18:49.160 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 0, 'name':
'Porta ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'magnetOpenStatus': False, 'tamperEvident': False, 'shielded': False,
'bypassed': False, 'armed': True, 'isArming': False, 'alarm': False,
'charge': 'normal', 'chargeValue': 100, 'signal': 121, 'temperature': 18,
'subSystemNo': 1, 'linkageSubSystem': [1], 'detectorType':
'magneticContact', 'model': '0x00006', 'stayAway': False, 'zoneType':
'Instant', 'InputList': [{'id': 1, 'enabled': False, 'mode':
'normalClose'}, {'id': 2, 'enabled': False, 'mode': 'normalClose'}],
'isViaRepeater': False, 'zoneAttrib': 'wireless', 'isSupportAddType': True,
'version': 'V1.0.25', 'deviceNo': 10, 'abnormalOrNot': False}
2023-02-21 08:18:49.161 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:49.162 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 1, 'name':
'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 1, 'abnormalOrNot': False}
2023-02-21 08:18:49.163 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:49.164 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 2, 'name':
'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 9, 'abnormalOrNot': False}
2023-02-21 08:18:49.165 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:49.165 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 3, 'name':
'Pir Basculante', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 7, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 14, 'abnormalOrNot': False}
2023-02-21 08:18:52.101 WARNING (MainThread) [custom_components.ecowitt]
Unhandled sensor type runtime value 140339, file a PR.
2023-02-21 08:18:52.146 WARNING (Bot:1012105650:updater)
[telegram.vendor.ptb_urllib3.urllib3.connectionpool] Retrying
(Retry(total=0, connect=None, read=None, redirect=None)) after connection
broken by
'NewConnectionError('<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection
object at 0x7f6aff974a30>: Failed to establish a new connection: [Errno
101] Network unreachable')':
/bot1012105650:AAGyypblVIH-vxPiVD0MmsYF_qWqD3GB3CM/getUpdates
Il giorno mar 21 feb 2023 alle ore 08:17 Petr Leo Compel <
***@***.***> ha scritto:
… In the menu reload the integration and go get the logs
út 21. 2. 2023 v 8:12 odesílatel wifi75 ***@***.***> napsal:
> Hi Peter, debugging enabled, what should I do now?
>
> Il giorno lun 20 feb 2023 alle ore 21:12 Petr Leo Compel <
> ***@***.***> ha scritto:
>
> > There should be an "Error getting status: " or Axpro status: (this one
in
> > "debug" of integration - can be enabled in "devices" clicking on
> > integration 3 dots)
> > [image: image]
> > <
>
https://user-images.githubusercontent.com/9423543/220190988-14f41e8c-82ff-4f09-847c-513a8863752f.png
> >
> > Provided log helped with 1 sensor from #2
> > <#2> but not with
> > your alarm state
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#1 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AHSXUJ24DXBV6UPY7YKLPV3WYPF2FANCNFSM6AAAAAAVB4PRL4
> >
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***>
> >
>
>
> --
> Grazie
>
> —
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACH4VN4AJ6EMRITQUWDRA2DWYRTFHANCNFSM6AAAAAAVB4PRL4
>
> .
> You are receiving this because you modified the open/close state.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXUJZCDAH2AKB5UWHBJLDWYRTXFANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Grazie
|
The state of your system was armed home?
út 21. 2. 2023 v 8:20 odesílatel wifi75 ***@***.***> napsal:
… below:
2023-02-21 08:18:19.231 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
magneticContact
2023-02-21 08:18:19.233 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 0, 'name':
'Porta ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'magnetOpenStatus': False, 'tamperEvident': False, 'shielded': False,
'bypassed': False, 'armed': False, 'isArming': False, 'alarm': False,
'charge': 'normal', 'chargeValue': 100, 'signal': 121, 'temperature': 18,
'subSystemNo': 1, 'linkageSubSystem': [1], 'detectorType':
'magneticContact', 'model': '0x00006', 'stayAway': False, 'zoneType':
'Instant', 'InputList': [{'id': 1, 'enabled': False, 'mode':
'normalClose'}, {'id': 2, 'enabled': False, 'mode': 'normalClose'}],
'isViaRepeater': False, 'zoneAttrib': 'wireless', 'isSupportAddType': True,
'version': 'V1.0.25', 'deviceNo': 10, 'abnormalOrNot': False}
2023-02-21 08:18:19.235 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:19.236 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 1, 'name':
'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
False, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue': 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled': True,
'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 1,
'abnormalOrNot': False}
2023-02-21 08:18:19.237 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:19.238 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 2, 'name':
'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
False, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue': 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled': True,
'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 9,
'abnormalOrNot': False}
2023-02-21 08:18:19.239 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:19.240 WARNING (SyncWorker_2)
[custom_components.hikvision_axpro.model] Detector info: {'id': 3, 'name':
'Pir Basculante', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
False, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue': 100, 'signal': 121, 'temperature': 7, 'subSystemNo': 1,
'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled': True,
'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 14,
'abnormalOrNot': False}
2023-02-21 08:18:49.143 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro] Error getting status: {'SubSysList':
[{'SubSys': {'id': 1, 'arming': 'stay', 'alarm': False, 'enabled': True,
'name': 'Casa Totale', 'delayTime': 0}}, {'SubSys': {'id': 2, 'arming':
'disarm', 'alarm': False, 'enabled': False, 'name': 'Casa Corriere',
'delayTime': 0}}, {'SubSys': {'id': 3, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 3', 'delayTime': 0}}, {'SubSys': {'id': 4,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 4',
'delayTime': 0}}, {'SubSys': {'id': 5, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 5', 'delayTime': 0}}, {'SubSys': {'id': 6,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 6',
'delayTime': 0}}, {'SubSys': {'id': 7, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 7', 'delayTime': 0}}, {'SubSys': {'id': 8,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 8',
'delayTime': 0}}, {'SubSys': {'id': 9, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 9', 'delayTime': 0}}, {'SubSys': {'id': 10,
'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 10',
'delayTime': 0}}, {'SubSys': {'id': 11, 'arming': 'disarm', 'alarm': False,
'enabled': False, 'name': 'Area 11', 'delayTime': 0}}, {'SubSys': {'id':
12, 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area
12', 'delayTime': 0}}, {'SubSys': {'id': 13, 'arming': 'disarm', 'alarm':
False, 'enabled': False, 'name': 'Area 13', 'delayTime': 0}}, {'SubSys':
{'id': 14, 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name':
'Area 14', 'delayTime': 0}}, {'SubSys': {'id': 15, 'arming': 'disarm',
'alarm': False, 'enabled': False, 'name': 'Area 15', 'delayTime': 0}},
{'SubSys': {'id': 16, 'arming': 'disarm', 'alarm': False, 'enabled': False,
'name': 'Area 16', 'delayTime': 0}}]}
2023-02-21 08:18:49.158 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
magneticContact
2023-02-21 08:18:49.160 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 0, 'name':
'Porta ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'magnetOpenStatus': False, 'tamperEvident': False, 'shielded': False,
'bypassed': False, 'armed': True, 'isArming': False, 'alarm': False,
'charge': 'normal', 'chargeValue': 100, 'signal': 121, 'temperature': 18,
'subSystemNo': 1, 'linkageSubSystem': [1], 'detectorType':
'magneticContact', 'model': '0x00006', 'stayAway': False, 'zoneType':
'Instant', 'InputList': [{'id': 1, 'enabled': False, 'mode':
'normalClose'}, {'id': 2, 'enabled': False, 'mode': 'normalClose'}],
'isViaRepeater': False, 'zoneAttrib': 'wireless', 'isSupportAddType': True,
'version': 'V1.0.25', 'deviceNo': 10, 'abnormalOrNot': False}
2023-02-21 08:18:49.161 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:49.162 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 1, 'name':
'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 1, 'abnormalOrNot': False}
2023-02-21 08:18:49.163 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:49.164 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 2, 'name':
'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 9, 'abnormalOrNot': False}
2023-02-21 08:18:49.165 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Invalid detector type
wirelessDTAMCurtainDetector
2023-02-21 08:18:49.165 WARNING (SyncWorker_8)
[custom_components.hikvision_axpro.model] Detector info: {'id': 3, 'name':
'Pir Basculante', 'status': 'online', 'sensorStatus': 'normal',
'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
True, 'isArming': False, 'alarm': False, 'charge': 'normal', 'chargeValue':
100, 'signal': 121, 'temperature': 7, 'subSystemNo': 1, 'linkageSubSystem':
[1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
'wireless', 'version': 'V1.2.3', 'deviceNo': 14, 'abnormalOrNot': False}
2023-02-21 08:18:52.101 WARNING (MainThread) [custom_components.ecowitt]
Unhandled sensor type runtime value 140339, file a PR.
2023-02-21 08:18:52.146 WARNING (Bot:1012105650:updater)
[telegram.vendor.ptb_urllib3.urllib3.connectionpool] Retrying
(Retry(total=0, connect=None, read=None, redirect=None)) after connection
broken by
'NewConnectionError('<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection
object at 0x7f6aff974a30>: Failed to establish a new connection: [Errno
101] Network unreachable')':
/bot1012105650:AAGyypblVIH-vxPiVD0MmsYF_qWqD3GB3CM/getUpdates
Il giorno mar 21 feb 2023 alle ore 08:17 Petr Leo Compel <
***@***.***> ha scritto:
> In the menu reload the integration and go get the logs
>
> út 21. 2. 2023 v 8:12 odesílatel wifi75 ***@***.***> napsal:
>
> > Hi Peter, debugging enabled, what should I do now?
> >
> > Il giorno lun 20 feb 2023 alle ore 21:12 Petr Leo Compel <
> > ***@***.***> ha scritto:
> >
> > > There should be an "Error getting status: " or Axpro status: (this
one
> in
> > > "debug" of integration - can be enabled in "devices" clicking on
> > > integration 3 dots)
> > > [image: image]
> > > <
> >
>
https://user-images.githubusercontent.com/9423543/220190988-14f41e8c-82ff-4f09-847c-513a8863752f.png
> > >
> > > Provided log helped with 1 sensor from #2
> > > <#2> but not
with
> > > your alarm state
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#1 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AHSXUJ24DXBV6UPY7YKLPV3WYPF2FANCNFSM6AAAAAAVB4PRL4
> > >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***>
> > >
> >
> >
> > --
> > Grazie
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#1 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ACH4VN4AJ6EMRITQUWDRA2DWYRTFHANCNFSM6AAAAAAVB4PRL4
> >
> > .
> > You are receiving this because you modified the open/close
state.Message
> > ID: ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AHSXUJZCDAH2AKB5UWHBJLDWYRTXFANCNFSM6AAAAAAVB4PRL4
>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
--
Grazie
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACH4VNZVU436T2TAV7WU3S3WYRUCTANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Yes, it is.
I armed and then disarmed it.
Il giorno mar 21 feb 2023 alle ore 08:22 Petr Leo Compel <
***@***.***> ha scritto:
… The state of your system was armed home?
út 21. 2. 2023 v 8:20 odesílatel wifi75 ***@***.***> napsal:
> below:
>
> 2023-02-21 08:18:19.231 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Invalid detector type
> magneticContact
> 2023-02-21 08:18:19.233 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 0,
'name':
> 'Porta ingresso ', 'status': 'online', 'sensorStatus': 'normal',
> 'magnetOpenStatus': False, 'tamperEvident': False, 'shielded': False,
> 'bypassed': False, 'armed': False, 'isArming': False, 'alarm': False,
> 'charge': 'normal', 'chargeValue': 100, 'signal': 121, 'temperature': 18,
> 'subSystemNo': 1, 'linkageSubSystem': [1], 'detectorType':
> 'magneticContact', 'model': '0x00006', 'stayAway': False, 'zoneType':
> 'Instant', 'InputList': [{'id': 1, 'enabled': False, 'mode':
> 'normalClose'}, {'id': 2, 'enabled': False, 'mode': 'normalClose'}],
> 'isViaRepeater': False, 'zoneAttrib': 'wireless', 'isSupportAddType':
True,
> 'version': 'V1.0.25', 'deviceNo': 10, 'abnormalOrNot': False}
> 2023-02-21 08:18:19.235 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Invalid detector type
> wirelessDTAMCurtainDetector
> 2023-02-21 08:18:19.236 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 1,
'name':
> 'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
> 'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
> False, 'isArming': False, 'alarm': False, 'charge': 'normal',
> 'chargeValue': 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
> 'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
> 'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
> 'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled':
True,
> 'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 1,
> 'abnormalOrNot': False}
> 2023-02-21 08:18:19.237 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Invalid detector type
> wirelessDTAMCurtainDetector
> 2023-02-21 08:18:19.238 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 2,
'name':
> 'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
> 'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
> False, 'isArming': False, 'alarm': False, 'charge': 'normal',
> 'chargeValue': 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
> 'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
> 'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
> 'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled':
True,
> 'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 9,
> 'abnormalOrNot': False}
> 2023-02-21 08:18:19.239 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Invalid detector type
> wirelessDTAMCurtainDetector
> 2023-02-21 08:18:19.240 WARNING (SyncWorker_2)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 3,
'name':
> 'Pir Basculante', 'status': 'online', 'sensorStatus': 'normal',
> 'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
> False, 'isArming': False, 'alarm': False, 'charge': 'normal',
> 'chargeValue': 100, 'signal': 121, 'temperature': 7, 'subSystemNo': 1,
> 'linkageSubSystem': [1], 'detectorType': 'wirelessDTAMCurtainDetector',
> 'model': '0x00032', 'stayAway': False, 'zoneType': 'Instant',
> 'isViaRepeater': False, 'mountingType': 'wall', 'antiMaskingEnabled':
True,
> 'zoneAttrib': 'wireless', 'version': 'V1.2.3', 'deviceNo': 14,
> 'abnormalOrNot': False}
> 2023-02-21 08:18:49.143 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro] Error getting status: {'SubSysList':
> [{'SubSys': {'id': 1, 'arming': 'stay', 'alarm': False, 'enabled': True,
> 'name': 'Casa Totale', 'delayTime': 0}}, {'SubSys': {'id': 2, 'arming':
> 'disarm', 'alarm': False, 'enabled': False, 'name': 'Casa Corriere',
> 'delayTime': 0}}, {'SubSys': {'id': 3, 'arming': 'disarm', 'alarm':
False,
> 'enabled': False, 'name': 'Area 3', 'delayTime': 0}}, {'SubSys': {'id':
4,
> 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 4',
> 'delayTime': 0}}, {'SubSys': {'id': 5, 'arming': 'disarm', 'alarm':
False,
> 'enabled': False, 'name': 'Area 5', 'delayTime': 0}}, {'SubSys': {'id':
6,
> 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 6',
> 'delayTime': 0}}, {'SubSys': {'id': 7, 'arming': 'disarm', 'alarm':
False,
> 'enabled': False, 'name': 'Area 7', 'delayTime': 0}}, {'SubSys': {'id':
8,
> 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 8',
> 'delayTime': 0}}, {'SubSys': {'id': 9, 'arming': 'disarm', 'alarm':
False,
> 'enabled': False, 'name': 'Area 9', 'delayTime': 0}}, {'SubSys': {'id':
10,
> 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area 10',
> 'delayTime': 0}}, {'SubSys': {'id': 11, 'arming': 'disarm', 'alarm':
False,
> 'enabled': False, 'name': 'Area 11', 'delayTime': 0}}, {'SubSys': {'id':
> 12, 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name': 'Area
> 12', 'delayTime': 0}}, {'SubSys': {'id': 13, 'arming': 'disarm', 'alarm':
> False, 'enabled': False, 'name': 'Area 13', 'delayTime': 0}}, {'SubSys':
> {'id': 14, 'arming': 'disarm', 'alarm': False, 'enabled': False, 'name':
> 'Area 14', 'delayTime': 0}}, {'SubSys': {'id': 15, 'arming': 'disarm',
> 'alarm': False, 'enabled': False, 'name': 'Area 15', 'delayTime': 0}},
> {'SubSys': {'id': 16, 'arming': 'disarm', 'alarm': False, 'enabled':
False,
> 'name': 'Area 16', 'delayTime': 0}}]}
> 2023-02-21 08:18:49.158 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Invalid detector type
> magneticContact
> 2023-02-21 08:18:49.160 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 0,
'name':
> 'Porta ingresso ', 'status': 'online', 'sensorStatus': 'normal',
> 'magnetOpenStatus': False, 'tamperEvident': False, 'shielded': False,
> 'bypassed': False, 'armed': True, 'isArming': False, 'alarm': False,
> 'charge': 'normal', 'chargeValue': 100, 'signal': 121, 'temperature': 18,
> 'subSystemNo': 1, 'linkageSubSystem': [1], 'detectorType':
> 'magneticContact', 'model': '0x00006', 'stayAway': False, 'zoneType':
> 'Instant', 'InputList': [{'id': 1, 'enabled': False, 'mode':
> 'normalClose'}, {'id': 2, 'enabled': False, 'mode': 'normalClose'}],
> 'isViaRepeater': False, 'zoneAttrib': 'wireless', 'isSupportAddType':
True,
> 'version': 'V1.0.25', 'deviceNo': 10, 'abnormalOrNot': False}
> 2023-02-21 08:18:49.161 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Invalid detector type
> wirelessDTAMCurtainDetector
> 2023-02-21 08:18:49.162 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 1,
'name':
> 'Pir Giardino ', 'status': 'online', 'sensorStatus': 'normal',
> 'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
> True, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue':
> 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
'linkageSubSystem':
> [1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
> 'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
> 'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
> 'wireless', 'version': 'V1.2.3', 'deviceNo': 1, 'abnormalOrNot': False}
> 2023-02-21 08:18:49.163 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Invalid detector type
> wirelessDTAMCurtainDetector
> 2023-02-21 08:18:49.164 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 2,
'name':
> 'Pir Ingresso ', 'status': 'online', 'sensorStatus': 'normal',
> 'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
> True, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue':
> 100, 'signal': 121, 'temperature': 5, 'subSystemNo': 1,
'linkageSubSystem':
> [1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
> 'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
> 'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
> 'wireless', 'version': 'V1.2.3', 'deviceNo': 9, 'abnormalOrNot': False}
> 2023-02-21 08:18:49.165 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Invalid detector type
> wirelessDTAMCurtainDetector
> 2023-02-21 08:18:49.165 WARNING (SyncWorker_8)
> [custom_components.hikvision_axpro.model] Detector info: {'id': 3,
'name':
> 'Pir Basculante', 'status': 'online', 'sensorStatus': 'normal',
> 'tamperEvident': False, 'shielded': False, 'bypassed': False, 'armed':
> True, 'isArming': False, 'alarm': False, 'charge': 'normal',
'chargeValue':
> 100, 'signal': 121, 'temperature': 7, 'subSystemNo': 1,
'linkageSubSystem':
> [1], 'detectorType': 'wirelessDTAMCurtainDetector', 'model': '0x00032',
> 'stayAway': False, 'zoneType': 'Instant', 'isViaRepeater': False,
> 'mountingType': 'wall', 'antiMaskingEnabled': True, 'zoneAttrib':
> 'wireless', 'version': 'V1.2.3', 'deviceNo': 14, 'abnormalOrNot': False}
> 2023-02-21 08:18:52.101 WARNING (MainThread) [custom_components.ecowitt]
> Unhandled sensor type runtime value 140339, file a PR.
> 2023-02-21 08:18:52.146 WARNING (Bot:1012105650:updater)
> [telegram.vendor.ptb_urllib3.urllib3.connectionpool] Retrying
> (Retry(total=0, connect=None, read=None, redirect=None)) after connection
> broken by
>
>
'NewConnectionError('<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection
> object at 0x7f6aff974a30>: Failed to establish a new connection: [Errno
> 101] Network unreachable')':
> /bot1012105650:AAGyypblVIH-vxPiVD0MmsYF_qWqD3GB3CM/getUpdates
>
>
> Il giorno mar 21 feb 2023 alle ore 08:17 Petr Leo Compel <
> ***@***.***> ha scritto:
>
> > In the menu reload the integration and go get the logs
> >
> > út 21. 2. 2023 v 8:12 odesílatel wifi75 ***@***.***> napsal:
> >
> > > Hi Peter, debugging enabled, what should I do now?
> > >
> > > Il giorno lun 20 feb 2023 alle ore 21:12 Petr Leo Compel <
> > > ***@***.***> ha scritto:
> > >
> > > > There should be an "Error getting status: " or Axpro status: (this
> one
> > in
> > > > "debug" of integration - can be enabled in "devices" clicking on
> > > > integration 3 dots)
> > > > [image: image]
> > > > <
> > >
> >
>
https://user-images.githubusercontent.com/9423543/220190988-14f41e8c-82ff-4f09-847c-513a8863752f.png
> > > >
> > > > Provided log helped with 1 sensor from #2
> > > > <#2> but not
> with
> > > > your alarm state
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#1 (comment)
> > > >,
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AHSXUJ24DXBV6UPY7YKLPV3WYPF2FANCNFSM6AAAAAAVB4PRL4
> > > >
> > > > .
> > > > You are receiving this because you were mentioned.Message ID:
> > > > ***@***.***>
> > > >
> > >
> > >
> > > --
> > > Grazie
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#1 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ACH4VN4AJ6EMRITQUWDRA2DWYRTFHANCNFSM6AAAAAAVB4PRL4
> > >
> > > .
> > > You are receiving this because you modified the open/close
> state.Message
> > > ID: ***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#1 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AHSXUJZCDAH2AKB5UWHBJLDWYRTXFANCNFSM6AAAAAAVB4PRL4
> >
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***>
> >
>
>
> --
> Grazie
>
> —
> Reply to this email directly, view it on GitHub
> <
#1 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACH4VNZVU436T2TAV7WU3S3WYRUCTANCNFSM6AAAAAAVB4PRL4
>
> .
> You are receiving this because you modified the open/close state.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSXUJYNDKVBRW5BRBVICH3WYRUL7ANCNFSM6AAAAAAVB4PRL4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Grazie
|
Mistake with naming of that type. "Armed home" is not "home" but "stay" fixed now. And also next time use Web interface on github with proper formating 😇 that plain text log has lines broken and it is nightmare to read and use... |
ok you're right sorry, next time i won't reply via email, but from here. |
you are the best now there are status changes... I let you know for that you are number 1 Peter Thank you so much! |
a question but why do the Wireless PIR AM curtain detectors only display the temperature, not the presence? |
On request of "Wifi75"
There are missing states of "system"
see https://developers.home-assistant.io/docs/core/entity/alarm-control-panel#states
The text was updated successfully, but these errors were encountered: