I think I got a bit further. Tested all the possible combinations of the USB path considering what HA shows me in the hardware info. I also removed the integration from the UI and added it again everytime. By using just ttyUSB0
instead of /dev/ttyUSB0
I got the following log
2020-09-28 10:46:40 INFO (MainThread) [custom_components.visonic.pyvisonic] Initialising Protocol - Component Version 0.4.4.1
2020-09-28 10:46:40 INFO (MainThread) [custom_components.visonic.config_flow] Visonic in async_step_user - trigger user input
2020-09-28 10:46:45 INFO (MainThread) [custom_components.visonic.config_flow] async_step_device {'type': 'USB'}
2020-09-28 10:47:40 INFO (MainThread) [custom_components.visonic.config_flow] [config] Detected a powermax so not asking about B0 parameters
2020-09-28 10:47:40 INFO (MainThread) [custom_components.visonic] visonic unique id was None
2020-09-28 10:47:40 INFO (MainThread) [custom_components.visonic] ************* create connection here **************
2020-09-28 10:47:40 INFO (MainThread) [custom_components.visonic.client] Exclude sensor list = [] Exclude x10 list = []
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] Checking HA Entity ID: binary_sensor.updater
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] Checking HA Entity ID: binary_sensor.sm_g920f_is_charging
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log Max Entries set to 10000
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log Reverse set to False
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log Create Event set to True
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log Final Event set to True
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log XML Filename set to visonic_xml.log
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log CSV Filename set to visonic_csv.log
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.client] [Settings] Log CSV title Row set to True
2020-09-28 10:47:40 INFO (SyncWorker_5) [custom_components.visonic.pyvisonic] Setting USB Options
2020-09-28 10:47:40 DEBUG (MainThread) [custom_components.visonic.alarm_control_panel] code format called *****************************
2020-09-28 10:47:40 DEBUG (MainThread) [custom_components.visonic.alarm_control_panel] code format none as armcode is none (panel starting up?) *****************************
This line caught my attention
2020-09-28 10:47:40 INFO (MainThread) [custom_components.visonic.config_flow] [config] Detected a powermax so not asking about B0 parameters
But no devices were imported…
If I restart HA I don’t see the line anymore.
2020-09-28 10:56:15 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-09-28 10:56:15 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-09-28 10:56:15 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for visonic which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-09-28 10:56:23 INFO (MainThread) [custom_components.visonic.pyvisonic] Initialising Protocol - Component Version 0.4.4.1
2020-09-28 10:56:23 INFO (MainThread) [custom_components.visonic] ************* create connection here **************
2020-09-28 10:56:23 INFO (MainThread) [custom_components.visonic.client] Exclude sensor list = [] Exclude x10 list = []
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log Max Entries set to 10000
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log Reverse set to False
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log Create Event set to True
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log Final Event set to True
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log XML Filename set to visonic_xml.log
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log CSV Filename set to visonic_csv.log
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.client] [Settings] Log CSV title Row set to True
2020-09-28 10:56:23 INFO (SyncWorker_0) [custom_components.visonic.pyvisonic] Setting USB Options
2020-09-28 10:56:24 DEBUG (MainThread) [custom_components.visonic.alarm_control_panel] code format called *****************************
2020-09-28 10:56:24 DEBUG (MainThread) [custom_components.visonic.alarm_control_panel] code format none as armcode is none (panel starting up?) *****************************
There must be something with the USB port mapping
Is there any goog guide to install a service like ser2net on a windows machine?