Git Product home page Git Product logo

jablotron80's People

Contributors

fraboch avatar heifisch avatar mattsaxon avatar raducotescu avatar schuesslingnicolas avatar sincze avatar tahvane1 avatar z-jun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jablotron80's Issues

Invalid message of type Saving received

Got these two messages in cascade

Logger: custom_components.jablotron80
Source: custom_components/jablotron80/jablotron.py:733
Integration: Jablotron 80 (documentation, issues)
First occurred: 4:40:46 PM (1 occurrences)
Last logged: 4:40:46 PM

Unexpected error: index out of range
Logger: custom_components.jablotron80
Source: custom_components/jablotron80/jablotron.py:902
Integration: Jablotron 80 (documentation, issues)
First occurred: 4:40:47 PM (1 occurrences)
Last logged: 4:40:47 PM

Invalid message of type Saving received ec ed 40 10 01 01 00 00 0a 1a ff

Index out of range

Another error I have found coming from this integration is

Unexpected error: Traceback (most recent call last): File "/config/custom_components/jablotron80/jablotron.py", line 709, in read_send_packet_loop records_tmp = self._read_data() File "/config/custom_components/jablotron80/jablotron.py", line 661, in _read_data if data[1 + int(size)] == 0xff: IndexError: index out of range

Need to find out how to reproduce it but maybe I get it when I arm the alarm through the home assistant integration.

For systems with "Arm without code" set in Jablotron control panel configuration, this set-up is sometime incorrectly read from control panel during integration setup.

I used (and slightly contributed) to the old integration made by Matt and I'm switching to this one.
Unfortunately, I'm unable to arm the system from home assistant (from the UI or direct service call).
To be more precise, it switch correctly to "arming" state (even on the physical keypad) and then after about 3 seconds go back to disarmed state.
Log shows only an "unknown activity received"

Logger: custom_components.jablotron80
Source: custom_components/jablotron80/jablotron.py:1643
Integration: Jablotron 80 (documentation, issues)
First occurred: 6 février 2022, 21:50:27 (102 occurrences)
Last logged: 22:00:32

Unknown activity received data=ed 51 44 00 09 00 00 1e 27 ff
Unknown activity received data=ed 51 44 00 09 00 00 00 77 ff
Unknown activity received data=ed 51 44 00 09 04 00 32 6c ff
Unknown activity received data=ed 51 44 00 09 04 00 1e 51 ff
Unknown activity received data=ed 51 44 00 09 04 00 00 01 ff

No data flows with this integration without "initialisation message" being first sent

My integration sends a startup message to trigger this to work.

It's only needed once per device reboot, so I only noticed it when I restarted my PI, not on restarts of HA.

Does no one else have this problem?

At the moment I've got my component installed side by side with this one to solve the problem, but I will add this startup message into this integration via a PR in due course, but before I do, I'm wondering why only I seem to have this problem.

        """ Send Start Message to panel"""

        _LOGGER.debug('Sending startup message')
        self._send_packet(b'\x00\x00\x01\x01')
        _LOGGER.debug('Successfully sent startup message')

is called from __init__() of JablotronAlarm

Change code entities to be last time user/code was seen/used

At the moment, there are codes entities for each user code and master.

There is no service code entity, though I believe there should be as some of the logged messages are relevant for the service code, for example entering elevated model.

Furthermore, the code entities, for my system never become active (my system is never set by code).

Looking at the python code, the intent appears to be that on setting of the system a code becomes active and on unsetting this would be cleared, I'm not sure if that makes sense given a different code could be used to set the system, from unset and this would leave the entities in a strange state.

Can you clarify what the intended behaviour of the code entities are?

Some activities not processed

Hello,
I tried your new integration for jablotron80, was using the old one, thought it maybe useful to have the connected devices in home assistant that can be used.
but this one is not working for me, i have it connected with a JA82-T usb cable to a JA-80K central unit with 2 keypads JA-81F, 3 door sensors, 7 PIRs and 4 smoke alarms, 1 sirene.

I can not arm or disarm it, if i arm it you see on the keypad that he wants to arm it for 1 sec and than stops. The only thing that i see its working is if i arm a zone on the fysical keypad (JA-80K zone A armed) then this goes to on.
Door and PIR sensors do not change in home assistant as detected.

in the home assistant logging i have the following errors:
error 1:

Invalid message of type Settings received e5 0f 04 08 03 3a 03 3a ff
Invalid message of type State received ed 20 42 e8 0d 22 ff
Invalid message of type Settings received e5 12 21 14 00 44 ed 20 42 00 01 00 00 00 2a ff
Invalid message of type StateDetail received e8 e8 0b 53 ff
Invalid message of type State received ed 0b 53 ff
error 2:
Unknown activity received data=ed 53 44 00 0f 04 00 00 6c ff

error 3:

Unknown message type 192 with data c0 00 00 00 00 44 fe ed 20 42 00 01 00 00 00 2a ff received
Unknown message type 202 with data ca 04 00 00 88 fc ed 20 42 00 01 00 00 00 2a ff received
Unknown message type 32 with data 20 42 00 01 00 00 00 2a ff received
Unknown message type 198 with data c6 ff received
Unknown message type 192 with data c0 e8 0e 4b ff received
error 4:
Unexpected error: ‘JA80CentralUnit’ object has no attribute ‘_get_zone’

Unexpected error:bytearray(b'\xc6\xff')

I have found in the logs more than 3285 occurrences of this error

Logger: custom_components.jablotron80
Source: custom_components/jablotron80/jablotron.py:2080
Integration: Jablotron 80 ([documentation](https://github.com/tahvane1/jablotron80), [issues](https://github.com/tahvane1/jablotron80/issues))
First occurred: February 19, 2022, 9:19:11 PM (3285 occurrences)
Last logged: 7:48:20 PM

Unexpected error:bytearray(b'\xc6\xff'): Traceback (most recent call last): File "/config/custom_components/jablotron80/jablotron.py", line 2077, in processing_loop self._process_message(record) File "/config/custom_components/jablotron80/jablotron.py", line 1954, in _process_message beep = JablotronKeyPress.get_beep_option(data[0]& 0x0f) File "/config/custom_components/jablotron80/jablotron.py", line 771, in get_beep_option return JablotronKeyPress._BEEP_OPTIONS[code] KeyError: 6

No idea what it is because I do not know the internals of Jablotron but I guess is something related with the latest updates.

/dev/ttyUSB1 not accepeted

Hi,

I'm trying to get it work but the plugin doesn't accept my path to the USB-cable.
When i fill in "/dev/ttyUSB1" and click on save i get the error "Unknown error occurred" directly.
2021-02-27_12-54-04

When i try the path of the cable it also not working.
2021-02-27_12-53-15

If i leave it as it is (/dev/hidraw0), i can continu but then i get the error "could not read setting" (off course)
Do you have a solution?

Thanks in advance

Unrecognised activity coming out of both Service and Maintenance modes

Out of Service Mode

2022-02-12 08:41:57 ERROR (MainThread) [custom_components.jablotron80] Unknown status message status=8 received data=ed 08 01 00 01 00 00 32 23 ff

Out of Maint Mode

2022-02-12 08:43:12 ERROR (MainThread) [custom_components.jablotron80] Unknown status message status=40 received data=ed 28 02 00 01 00 00 28 45 ff

In addition the logs say Service Mode entered and Exited for both
The only difference is that device 127 is for Service and Device 64 for Maint.

2022-02-12 08:41:25 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:41:26 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:41:27 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:41:28 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa1, 1 loud (long) beep triggered
2022-02-12 08:41:28 INFO (MainThread) [custom_components.jablotron80] JablotronCode(63): active changed from False to True
2022-02-12 08:41:28 INFO (MainThread) [custom_components.jablotron80] Date=2022-02-12 08:41:00,event_type=Service Mode Entered, 127:device_127
2022-02-12 08:41:28 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb7, no audible beep
2022-02-12 08:41:29 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb8, Infinite beeping triggered
2022-02-12 08:41:29 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa7, no audible beep
2022-02-12 08:41:29 INFO (MainThread) [custom_components.jablotron80] JablotronZone(1): status changed from Disarmed to Service
2022-02-12 08:41:29 INFO (MainThread) [custom_components.jablotron80] JablotronZone(2): status changed from Disarmed to Service
2022-02-12 08:41:29 INFO (MainThread) [custom_components.jablotron80] JablotronZone(3): status changed from Disarmed to Service
2022-02-12 08:41:57 ERROR (MainThread) [custom_components.jablotron80] Unknown status message status=8 received data=ed 08 01 00 01 00 00 32 23 ff
2022-02-12 08:41:57 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb8, Infinite beeping triggered
2022-02-12 08:41:57 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa1, 1 loud (long) beep triggered
2022-02-12 08:41:57 INFO (MainThread) [custom_components.jablotron80] Date=2022-02-12 08:42:00,event_type=Service Mode Exited, 24:Keypad
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] JablotronZone(1): status changed from Service to Disarmed
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] Zone A status changed from Service to Disarmed
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] JablotronZone(2): status changed from Service to Disarmed
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] Zone B status changed from Service to Disarmed
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] JablotronZone(3): status changed from Service to Disarmed
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] Zone C status changed from Service to Disarmed
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb8, Infinite beeping triggered
2022-02-12 08:41:58 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xfe, unknown beep(s) triggered
2022-02-12 08:42:39 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:42:40 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:42:41 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:42:42 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa0, 1 subtle (short) beep triggered
2022-02-12 08:42:42 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa1, 1 loud (long) beep triggered
2022-02-12 08:42:42 INFO (MainThread) [custom_components.jablotron80] JablotronCode(0): active changed from False to True
2022-02-12 08:42:42 INFO (MainThread) [custom_components.jablotron80] Date=2022-02-12 08:43:00,event_type=Service Mode Entered, 64:device_64
2022-02-12 08:42:43 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb7, no audible beep
2022-02-12 08:42:44 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb8, Infinite beeping triggered
2022-02-12 08:42:44 INFO (MainThread) [custom_components.jablotron80] JablotronZone(1): status changed from Disarmed to Service
2022-02-12 08:42:44 INFO (MainThread) [custom_components.jablotron80] JablotronZone(2): status changed from Disarmed to Service
2022-02-12 08:42:44 INFO (MainThread) [custom_components.jablotron80] JablotronZone(3): status changed from Disarmed to Service
2022-02-12 08:43:12 ERROR (MainThread) [custom_components.jablotron80] Unknown status message status=40 received data=ed 28 02 00 01 00 00 28 45 ff
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb8, Infinite beeping triggered
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xa1, 1 loud (long) beep triggered
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] Date=2022-02-12 08:43:00,event_type=Service Mode Exited, 24:Keypad
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] JablotronZone(1): status changed from Service to Disarmed
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] Zone A status changed from Service to Disarmed
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] JablotronZone(2): status changed from Service to Disarmed
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] Zone B status changed from Service to Disarmed
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] JablotronZone(3): status changed from Service to Disarmed
2022-02-12 08:43:13 INFO (MainThread) [custom_components.jablotron80] Zone C status changed from Service to Disarmed
2022-02-12 08:43:14 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xb8, Infinite beeping triggered
2022-02-12 08:43:14 INFO (MainThread) [custom_components.jablotron80] Keypad Beep: 0xfe, unknown beep(s) triggered

Not all entities create with large number of devices

My system configured correctly when done with zero devices, but when I choose the full number (26), the Zone B and Zone A are missing.

Furthermore, the behaviour is incorrect after this with Zone C triggered

JA-80T functionality

I have a JA-80T cable that doesn't work with this. However, I am able to perform beta testing and provide the necessary logs for debugging
jablotron.log
.

Control Panel needs an entity

The control panel itself should have an entity as it can have its owns states such as tamper, battery low etc.

The device is 51 and is distinct from the keypad which has its own battery, tamper alarm etc.

Integration not available in the integrations UI

Hi Erkka,

I tryed to use your intergration.
The jablotron is connected via /dev/hidraw0 with a JA-82T

How does the integration work in the ui? Should I find it here?
Integration UI
If yes than it is not shown.

Or did I misunderstand you?
Can I config the integration any other way?

Process "events" with message type 231 correctly

Initially this message was as follows;

2022-01-30 14:56:43 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 231 with data e7 30 01 16 20 05 18 55 ff received

After resolving a "Fault" on a Fire Alarm, it changed to

2022-01-30 14:57:10 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 231 with data e7 30 01 16 48 51 00 22 ff received

image

Entering non delayed zone after delayed zone no alarm

If i enter a delayed zone and do not disarm the system and walk to a non delayed zone the alarm sounds but in home assistent there is no alarm. The triggered pir also does not change.

If i directly enter a non delayed zone the alarm sounds and home Assistant sees it and the triggered pir is also changeing to triggered, so problem is only with delayed zone.

Cannot set integration - Unknown message type 239

Hi,

thanks for this nice Jablotron integration.
I installed package via HASC. During integration settings attempt I got error with following debug log (just last part of log):

2021-02-28 16:13:42 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 239 with data ef 42 00 00 00 00 00 00 00 1b ff received
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 14 01 11 00 00 00 32 ff
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-02-28 16:13:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-02-28 16:13:44 INFO (ThreadPoolExecutor-1_0) [custom_components.jablotron80] no confirmation for command Command name=Get settings received
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] Adding command Command name=Esc / back
2021-02-28 16:13:45 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 239 with data ef 42 00 00 00 00 00 00 00 1b ff received
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 14 01 11 00 00 00 32 ff
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-02-28 16:13:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-02-28 16:13:45 DEBUG (ThreadPoolExecutor-1_0) [custom_components.jablotron80] Sending new command Command name=Esc / back
2021-02-28 16:13:45 DEBUG (ThreadPoolExecutor-1_0) [custom_components.jablotron80] Command sent b'\x00\x02\x01\x8e'
2021-02-28 16:13:45 INFO (ThreadPoolExecutor-1_0) [custom_components.jablotron80] confirmation for command Command name=Esc / back received
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Message of type KeyPress received 8e ff
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Message of type Beep received a0 ff
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 10 02 01 00 00 00 38 ff
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-02-28 16:13:46 INFO (MainThread) [custom_components.jablotron80] JablotronLed(4): active changed from True to False
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronDevice function call active
2021-02-28 16:13:46 INFO (MainThread) [custom_components.jablotron80] JablotronDevice(2): active changed from False to True
2021-02-28 16:13:46 DEBUG (MainThread) [custom_components.jablotron80] Zone C action device_activated
2021-02-28 16:13:47 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 239 with data ef 42 00 00 00 00 00 00 00 1b ff received
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 10 02 01 00 00 00 38 ff
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] JablotronDevice function call active
2021-02-28 16:13:47 DEBUG (MainThread) [custom_components.jablotron80] Zone C action device_activated
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 16 00 01 00 00 00 06 ff
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-02-28 16:13:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-02-28 16:13:49 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 239 with data ef 42 00 00 00 00 00 00 00 1b ff received
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 16 00 01 00 00 00 06 ff
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-02-28 16:13:49 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-02-28 16:13:50 ERROR (MainThread) [custom_components.jablotron80.config_flow] Could not read settings!
2021-02-28 16:13:50 INFO (ThreadPoolExecutor-1_0) [custom_components.jablotron80] Disconnecting from JA80...

Thanks and Best Regards
Filip

Unknown timestamp message

2022-01-31 18:16:52 ERROR (MainThread) [custom_components.jablotron80] Unknown timestamp event data=e3 31 01 18 16 50 00 43 ff

This is an end of tamper alarm

Unknown message type 198

I get almost every 24 seconds an error message that looks like this:

2021-05-18 13:55:52 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 198 with data c6 ff received

How could I get what that c6 ff data corresponds?

Getting back vs getting out

Jablotron once is going to be armed it shows in the display the state to go out versus the state to getting back home.

These are two very important states that would be very helpful to automate properly the system.

Would be possible to map those into the logic?

Error adding integration

Hi Erkka,

I've closed the old issue, we couldn't get it working with a JA-80T.
So, i bought a JA-82T and i was hoping that this work instantly........

I get an error when add the integration with the following parameters:
image

I've added the settings below:
image

image

This gives the error below:
image

The log in HA:
image

And the extensive logging:
image

Do you have any idea?

Suggestion to remove unknown messages from logs

I've been clearing up my logs, making as many messages understood as possible.

Given we don't know how to validate the last byte of a message and I seem to get a fair amount of garbage messages in my logs still that look corrupted, i.e. a mix of multiple types of messages such as

2022-02-12 09:40:57 ERROR (MainThread) [custom_components.jablotron80] Invalid message of type StateDetail received e8 e8 0e 4b ff
2022-02-12 09:40:58 ERROR (MainThread) [custom_components.jablotron80] Invalid message of type Beep received b7 ed 40 00 00 01 00 00 ed 40 ed 40 00 ed 40 00 00 01 00 00 14 76 ff
2022-02-12 09:40:58 ERROR (MainThread) [custom_components.jablotron80] Invalid message of type State received ed 40 00 00 01 00 00 ed 40 00 00 01 00 00 14 76 ff
2022-02-12 09:40:59 ERROR (MainThread) [custom_components.jablotron80] Invalid message of type State received ed 40 00 00 01 00 00 0a ed 40 00 00 01 00 00 0a 26 ff
2022-02-12 09:40:59 ERROR (MainThread) [custom_components.jablotron80] Invalid message of type State received ed 40 00 00 01 00 00 ed 40 00 00 01 00 00 0a 26 ff

I suggest we add a configuration item to config.yaml to disable these unknown errors.

That way we wont have messy logs and we can also turn a simple setting on to show them for debug purposes

@tahvane1 what do you think?

Missing tamper attribute

2022-01-30 14:57:12 ERROR (MainThread) [custom_components.jablotron80] Unexpected error: 'NoneType' object has no attribute 'tamper'

Had this issue when "tampering" with both my keypad and a firealarm

False motion detection

Integration detect false motion in one of my sensors (on channel 6) at 19:28:50 and the motion status has been kept on the sensor until now. Alarm was disarmed and there was no maintenance or service mode thus PIR should not react to motion.

2021-03-08 19:28:49 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-03-08 19:28:49 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:49 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-03-08 19:28:49 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:49 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-03-08 19:28:49 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 00 16 ff
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-03-08 19:28:50 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 150.0 to 0.0
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 3c 15 ff
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-03-08 19:28:50 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 0.0 to 150.0
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 00 16 ff
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-03-08 19:28:50 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 150.0 to 0.0
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-03-08 19:28:50 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status```

Use master code only for initial setup and allow setting another simple user code for arming/disarming

The master code may be required to fetch the configuration from the control unit when setting up the integration, ok for that.
However the master code allows total control of the control unit and thus saving it in HA configu is a security risk IMHO.
It would be cleaner to use a normal user code for arming/disarming and never store the master code. On my system, I've added a dedicated code for HA.

Alarms are flagged when no error is present

After some testing I've worked out that state commands as processed via process_state() are not actually issue that are currently present.

As an example, for an unconfirmed alarm, this is only a present state for minutes, but it stays on the keypad until a "big" state change such as set/unset or a user clearing the warning via the "?" key.

As such I don't believe process_state() should call activate_source(), and this should only be done via process_event()

Let alarm control panel control alarm states, not integration software

The current code sets alarm states when, for example, there is tampering.

I propose that this should not be the case and the alarm should do this.

With tamper alarms this is relevant as the system can be configured to alarm on tamper when unset or not. The HA integration doesn't know this and doesn't need to.

Tried to arm the system but the sytem gets back to the disarmed status

Once I try to arm the system, the system immediately returns to the disarmed state.
Here the logs

2021-05-29 20:18:29 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:29 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:29 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:30 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 75.0
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 28 75 ff
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:30 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 100.0
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:30 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 100.0 to 75.0
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:30 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:31 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 25.0
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:31 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:32 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 198 with data c6 ff received
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:32 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:35 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:35 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:35 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:36 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:36 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:36 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:36 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:36 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:39 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:39 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:39 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:40 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:40 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:40 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:41 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:41 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:41 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:42 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:42 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:42 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 75.0
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:42 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:43 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:43 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:43 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:43 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:44 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 25.0
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:44 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 75.0
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:44 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 25.0
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:44 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:45 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 75.0
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:45 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 25.0
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:45 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:45 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:45 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:46 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:46 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:46 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:48 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:48 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:48 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 32 7b ff
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:51 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 125.0
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:51 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 125.0 to 25.0
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:51 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 75.0
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:51 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:52 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 50.0
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:52 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:52 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:52 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:53 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:53 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:54 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:54 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:54 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:57 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 198 with data c6 ff received
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:18:57 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:01 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:01 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:01 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:02 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:02 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:02 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:03 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:03 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:03 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:06 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:06 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:06 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 28 75 ff
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:09 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 100.0
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:09 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 100.0 to 75.0
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:09 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 25.0
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 1e 46 ff
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:09 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 75.0
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:09 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:10 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 75.0 to 25.0
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:10 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:12 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:12 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:12 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:13 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:13 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:13 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:18 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:18 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:19 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:19 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:21 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 198 with data c6 ff received
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:22 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:24 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:24 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:24 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 14 76 ff
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:25 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 25.0 to 50.0
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Message of type State received ed 40 00 00 01 00 00 0a 26 ff
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronLed function call active
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronSensor function call value
2021-05-29 20:19:25 INFO (MainThread) [custom_components.jablotron80] JablotronSensor(1): value changed from 50.0 to 25.0
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] publishing updates
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Zone A action disarm
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Zone B action disarm
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] Zone C action disarm
2021-05-29 20:19:25 DEBUG (MainThread) [custom_components.jablotron80] JablotronZone function call status

Tidy up message and warning sensors to be of correct types

To make the dashboards/cards easier to configure, we should have;

  1. A 'message' binary sensor that tells the UI of there is a message to display, with attribute of the message
  2. A 'warning' sensor that tell the UI to flash the warning triangle or not, with an attribute of the waring text

This should be accompanied by an updated readme that shows how to configure a basic UI widget

Dashboard code example doesn't work

The dashboard code needs custom components (card-mod) and also defined items such as spacers.

Please can the example/docs be improved so I can get the dashboard working

"Could not read settings! Is system disarmed?" Error

Hi there!

I'm trying to set up my JA80 with an 82 connector, using this integration.
Im using HASS on a Virtual Box.

Once I enable the integration, I cannot get past the error "Aborted. Could not read settings! Is system disarmed?"

My theory is that I'm not using the correct /dev/ usb path, however I feel like I've tried every path imagineable.

This is what my device looks like in the Hardware Info:

  • name: 1-2
    sysfs: '/sys/devices/pci0000:00/0000:00:06.0/usb1/1-2'
    dev_path: /dev/bus/usb/001/003
    subsystem: usb
    by_id: null
    attributes:
    BUSNUM: '001'
    DEVNAME: /dev/bus/usb/001/003
    DEVNUM: '003'
    DEVPATH: '/devices/pci0000:00/0000:00:06.0/usb1/1-2'
    DEVTYPE: usb_device
    DRIVER: usb
    ID_BUS: usb
    ID_FOR_SEAT: usb-pci-0000_00_06_0-usb-0_2
    ID_MODEL: JA-82T_PC_Interface
    ID_MODEL_ENC: JA-82T\x20PC\x20Interface
    ID_MODEL_ID: '0007'
    ID_PATH: 'pci-0000:00:06.0-usb-0:2'
    ID_PATH_TAG: pci-0000_00_06_0-usb-0_2
    ID_REVISION: '0100'
    ID_SERIAL: JABLOTRON_ALARMS_JA-82T_PC_Interface_00000000
    ID_SERIAL_SHORT: '00000000'
    ID_USB_INTERFACES: ':030000:'
    ID_VENDOR: JABLOTRON_ALARMS
    ID_VENDOR_ENC: JABLOTRON\x20ALARMS
    ID_VENDOR_ID: 16d6
    MAJOR: '189'
    MINOR: '2'
    PRODUCT: 16d6/7/100
    SUBSYSTEM: usb
    TAGS: ':seat:'
    TYPE: 0/0/0
    USEC_INITIALIZED: '2860670'

image
And the above is what my Log says.

Any idea what to do from here?

UPDATE:
When I use /dev/bus/usb/001/003 as my device, I get a different error ("Index out of range"). Here's a part of the log (it goes on for over 9000 lines like this):

2021-03-26 12:25:06 INFO (MainThread) [custom_components.jablotron80] Init JablotronConnection of type JA_82T with device /dev/bus/usb/001/003
2021-03-26 12:25:06 DEBUG (MainThread) [custom_components.jablotron80] JA80CentralUnit function call system_status
2021-03-26 12:25:06 INFO (MainThread) [custom_components.jablotron80] Connecting to JA80 via JA_82T using /dev/bus/usb/001/003...
2021-03-26 12:25:06 DEBUG (MainThread) [custom_components.jablotron80] JA80CentralUnit function call mode
2021-03-26 12:25:06 INFO (MainThread) [custom_components.jablotron80] JA80CentralUnit(N/A): initializing mode to Unsplit
2021-03-26 12:25:06 INFO (MainThread) [custom_components.jablotron80] initializing
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Loop endlessly reading serial
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data 12 01 00 02 00 00 00 08 d6 16 07 00 00 01 01 02 03 01 09 02 29 00 01 01 00 80 32 09 04 00 00 02 03 00 00 00 09 21 11 01 00 01 22 1b 00 07 05 81 03 40 00 0a 07 05 01 03 40 00 0a
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 INFO (MainThread) [custom_components.jablotron80] initialization done.
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range
2021-03-26 12:25:06 DEBUG (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Received raw data
2021-03-26 12:25:06 ERROR (ThreadPoolExecutor-0_0) [custom_components.jablotron80] Unexpected error: index out of range

Unknown Message Type 180 & 186

2022-01-30 14:56:43 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 186 with data ba ff received

and

2022-01-30 18:07:30 ERROR (MainThread) [custom_components.jablotron80] Unknown message type 180 with data b4 ff received

Have been consistent with my integration as I've resolved various warnings.

Any suggestions for what these might be?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.