-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello all,
experimenting with my Indexa 8000 (a JA 80) and this integration, I receive the following errors.
Querying components / Setup of the Integration only possible, if I enter admin mode via the keypad manually.
After the setup of the integration, integration quits admin mode.
The integration does not recognize sensor state changes.
cat | hexdump shows data flow, and data
Setup
JA82 T cable to rPI, USBIP connected to HA (/dev/hidraw1)
`2025-09-26 12:12:46.261 WARNING (MainThread) [py.warnings] /config/custom_components/jablotron80/jablotron.py:2618: RuntimeWarning: coroutine 'JA80CentralUnit.enter_elevated_mode' was never awaited
if self.enter_elevated_mode(self._master_code):
2025-09-26 12:12:48.173 WARNING (MainThread) [custom_components.jablotron80] Unknown message type 0x0 with data 00 00 7b ff received
2025-09-26 12:12:53.301 WARNING (MainThread) [custom_components.jablotron80] no accepted message for sequence:0 received
2025-09-26 12:18:07.625 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Jablotron 80 for alarm_control_panel
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/alarm_control_panel/__init__.py", line 118, in async_setup_entry
return await hass.data[DATA_COMPONENT].async_setup_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 219, in async_setup_entry
raise ValueError(
...<2 lines>...
)`
I also see CRC errors
no accepted message for sequence:0 received
2025-09-26 13:16:08.229 WARNING (MainThread) [custom_components.jablotron80] Unknown message type 0xc0 with data c0 00 00 10 00 38 fe ed 40 00 00 01 00 00 00 16 ff received
2025-09-26 13:16:08.229 WARNING (MainThread) [custom_components.jablotron80] Unknown message type 0xc0 with data c0 00 00 10 00 38 fe ed 40 00 00 01 00 00 00 16 ff received
2025-09-26 13:16:08.229 WARNING (MainThread) [custom_components.jablotron80] Unknown message type 0xc0 with data c0 00 00 10 00 38 fe ed 40 00 00 01 00 00 00 16 ff received
2025-09-26 13:16:08.700 WARNING (MainThread) [custom_components.jablotron80] Invalid CRC for e5 12 00 10 00 38 fe ed 40 00 00 01 00 00 00 16 ff
2025-09-26 13:16:08.700 WARNING (MainThread) [custom_components.jablotron80] Invalid CRC for e5 12 00 10 00 38 fe ed 40 00 00 01 00 00 00 16 ff
2025-09-26 13:16:08.701 WARNING (MainThread) [custom_components.jablotron80] Invalid CRC for e5 12 00 10 00 38 fe ed 40 00 00 01 00 00 00 16 ff
Metadata
Metadata
Assignees
Labels
No labels