Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA AddOn: Repository check #238

Closed
s-allius opened this issue Dec 8, 2024 · 13 comments · Fixed by #244
Closed

HA AddOn: Repository check #238

s-allius opened this issue Dec 8, 2024 · 13 comments · Fixed by #244
Assignees
Labels
Home Assistant add-on This issue is about the operation as HA add-on
Milestone

Comments

@s-allius
Copy link
Owner

s-allius commented Dec 8, 2024

I created a repository for the add-ons inside this project. The mandatory files are in this folder:

https://github.com/s-allius/tsun-gen3-proxy/tree/main/ha_addons

And there is a add-on which loads the following image:

docker.io/sallius/tsun-gen3-addon:dev
  • A test must be made if the approach is functional and if we can remove the Dockerfile
@s-allius s-allius added the Home Assistant add-on This issue is about the operation as HA add-on label Dec 8, 2024
@s-allius s-allius added this to the Version 0.12 milestone Dec 8, 2024
@Obi811
Copy link

Obi811 commented Dec 9, 2024

Hoffe das bringt was und ich mache alles richtig.
Wenn ich obigen Link eingebe, bringt er Fehlermeldung Not found
IMG_2842

wenn ich den Link auf https://github.com/s-allius/tsun-gen3-proxy/ kürze, bekomme ich felgende Meldung:
IMG_2843

@s-allius
Copy link
Owner Author

s-allius commented Dec 9, 2024

Ahh, da wird ein git clone durchgeführt. Probier doch mal folgenden Eintrag

https://github.com/s-allius/tsun-gen3-proxy

Wenn das auch nicht funktioniert muss ich vermutlich ein eigenes Repro dafür anlegen..-

@Obi811
Copy link

Obi811 commented Dec 9, 2024

Klappt auch nicht
IMG_2848
Ich kenn mich da nicht so aus aber muss nicht die repository.yaml im Main Verzeichnis liegen, wenn ich die anderen vergleiche?

@s-allius
Copy link
Owner Author

Ja, du hast recht das yaml file war nicht im root. Habe es verschoben. Bin gespannt, ob das AddOn jetzt gefunden wird. wenn nicht mache ich ein extra Projekt, damit die Verzeichnisstruktur nicht völlig kaput geht.

@s-allius
Copy link
Owner Author

So habe noch ein extra repro angelegt:

https://github.com/s-allius/ha-addons

vielleicht funktioniert es so besser

@Obi811
Copy link

Obi811 commented Dec 10, 2024

/Addon wird über beide links gefunden, habe jetzt den letzen mal dringelassen. Addon lässt sich auch installieren.
habe es nun konfiguriert.
Oben beim Änderungsprotokoll wenn ich draufklicke kommt die Meldung No changelog found for add-on c676133d_tsun-proxy!

Hier habe ich mal zusätzlich den Log mit angehängt inkl. einem Neustart des Addons

Home_ Assistant Supervisor: 2024.11.4
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Add-on environment started
check for Home Assistant MQTT
MQTT found
Start Proxyserver...
'2024-12-10 20:30:54  INFO | root | Server "proxy - 0.12.0-dev" will be started'
'2024-12-10 20:30:54  INFO | root | AddOn: False'
'2024-12-10 20:30:54  INFO | root | config_path: ./config/'
'2024-12-10 20:30:54  INFO | root | json_config: /data/options.json'
'2024-12-10 20:30:54  INFO | root | toml_config: None'
'2024-12-10 20:30:54  INFO | root | LOG_LVL    : INFO'
'2024-12-10 20:30:54  INFO | root | ******'
'2024-12-10 20:30:54  INFO | root | Read from default_config.toml => ok'
'2024-12-10 20:30:54  INFO | root | Read from Read environment => ok'
'2024-12-10 20:30:54  INFO | root | Read from ./config/config.json => n/a'
'2024-12-10 20:30:54  INFO | root | Read from ./config/config.toml => n/a'
'2024-12-10 20:30:54  INFO | root | Read from /data/options.json => ok'
'2024-12-10 20:30:54  INFO | root | ******'
'2024-12-10 20:30:54  INFO | mqtt | start MQTT: host:core-mosquitto  port:1883  user:addons'
'2024-12-10 20:30:54  INFO | root | HTTP server listen on port: 8127'
'2024-12-10 20:30:54  INFO | mqtt | MQTT broker connection established'
'2024-12-10 20:30:54  INFO | root | Initialize proxy device on home assistant'
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
'2024-12-10 20:31:37  INFO | root | Shutdown due to SIGTERM'
'2024-12-10 20:31:37  INFO | root | Proxy disconnecting done'
'2024-12-10 20:31:37  INFO | root | HTTP server cancelled'
'2024-12-10 20:31:37  INFO | root | Event loop is stopped'
'2024-12-10 20:31:37  INFO | root | Close MQTT Task'
'2024-12-10 20:31:37  INFO | root | Finally, exit Server "proxy"'
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting
-----------------------------------------------------------
 Add-on: TSUN-Proxy
 MQTT Proxy for TSUN Photovoltaic Inverters
-----------------------------------------------------------
 Add-on version: dev
 You are running the latest version of this add-on.
 System: Home Assistant OS 14.0  (amd64 / qemux86-64)
 Home Assistant Core: 2024.12.1
 Home Assistant Supervisor: 2024.11.4
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Add-on environment started
check for Home Assistant MQTT
MQTT found
Start Proxyserver...
'2024-12-10 20:32:01  INFO | root | Server "proxy - 0.12.0-dev" will be started'
'2024-12-10 20:32:01  INFO | root | AddOn: False'
'2024-12-10 20:32:01  INFO | root | config_path: ./config/'
'2024-12-10 20:32:01  INFO | root | json_config: /data/options.json'
'2024-12-10 20:32:01  INFO | root | toml_config: None'
'2024-12-10 20:32:01  INFO | root | LOG_LVL    : INFO'
'2024-12-10 20:32:01  INFO | root | ******'
'2024-12-10 20:32:01  INFO | root | Read from default_config.toml => ok'
'2024-12-10 20:32:01  INFO | root | Read from Read environment => ok'
'2024-12-10 20:32:01  INFO | root | Read from ./config/config.json => n/a'
'2024-12-10 20:32:01  INFO | root | Read from ./config/config.toml => n/a'
'2024-12-10 20:32:01  INFO | root | Read from /data/options.json => ok'
'2024-12-10 20:32:01  INFO | root | ******'
'2024-12-10 20:32:01  INFO | mqtt | start MQTT: host:core-mosquitto  port:1883  user:addons'
'2024-12-10 20:32:01  INFO | root | HTTP server listen on port: 8127'
'2024-12-10 20:32:01  INFO | mqtt | MQTT broker connection established'
'2024-12-10 20:32:01  INFO | root | Initialize proxy device on home assistant'

nach dieser Meldung passiert nichts mehr

Und was mir noch aufgefallen ist, wäre es möglich, z.B einen Ordner in dem Ordner /homeassistant zu erstellen und hier die logs abzulegen? So wäre es einfacher, auf die Logs dann zuzugreifen (z.B über das Addon File Editor)
hoffe das springt jetzt nicht dieses Issue

@s-allius
Copy link
Owner Author

OK, das ist ja schonmal gut. Ich bin mir noch nicht sicher, ob es besser ist das AddOn-Repository als separates Projekt in Github zu haben, oder ob wir es doch Zusammenlassen?
Im Grunde finde ich es charmant, wenn alles zusammen bleibt. Ist vermutlich einfacher zu pflegen

Für die Logs, könnte das Verzeichnis auch konfigurierbar machen.

@s-allius
Copy link
Owner Author

Ich habe jetzt noch ein zweites Add-On in das zweite Repro gelegt. Es handelt sich um die Debug-Version mit eingeschaltendem DEBUG Log-Level. Deine DOC File habe ich auch rein kopiert.

Wenn das so funktioniert, kümmere ich mich als nächstes um das Konfigurieren des Log-Paths.

Ach ja, die beiden Container sind noch mit den alten Dockerfiles gebaut, da ich die noch nicht gemerged habe.

@Obi811
Copy link

Obi811 commented Dec 11, 2024

Ein zweites Addon wird mir nicht angezeigt, es war nur eine Aktualisierung, statt dev steht jetzt debug.
habe es aktualisiert, hier das neue Log:

-----------------------------------------------------------
 Add-on: TSUN-Proxy (Debug)
 MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging
-----------------------------------------------------------
 Add-on version: debug
 You are running the latest version of this add-on.
 System: Home Assistant OS 14.0  (amd64 / qemux86-64)
 Home Assistant Core: 2024.12.1
 Home Assistant Supervisor: 2024.11.4
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Add-on environment started
check for Home Assistant MQTT
MQTT found
Start Proxyserver...
'2024-12-11 05:33:05  INFO | root | Server "proxy - 0.12.0-debug" will be started'
'2024-12-11 05:33:05  INFO | root | AddOn: False'
'2024-12-11 05:33:05  INFO | root | config_path: ./config/'
'2024-12-11 05:33:05  INFO | root | json_config: /data/options.json'
'2024-12-11 05:33:05  INFO | root | toml_config: None'
'2024-12-11 05:33:05  INFO | root | LOG_LVL    : INFO'
'2024-12-11 05:33:05  INFO | root | ******'
'2024-12-11 05:33:05  INFO | root | Read from default_config.toml => ok'
'2024-12-11 05:33:05  INFO | root | Read from Read environment => ok'
'2024-12-11 05:33:05  INFO | root | Read from ./config/config.json => n/a'
'2024-12-11 05:33:05  INFO | root | Read from ./config/config.toml => n/a'
'2024-12-11 05:33:05  INFO | root | Read from /data/options.json => ok'
'2024-12-11 05:33:05  INFO | root | ******'
'2024-12-11 05:33:05  INFO | mqtt | start MQTT: host:core-mosquitto  port:1883  user:addons'
'2024-12-11 05:33:05  INFO | root | HTTP server listen on port: 8127'
'2024-12-11 05:33:05  INFO | mqtt | MQTT broker connection established'
'2024-12-11 05:33:05  INFO | root | Initialize proxy device on home assistant'
'2024-12-11 07:55:49  INFO | conn | [G3:0] Accept connection from ('192.168.178.36', 62631)'
'2024-12-11 07:56:01  INFO | conn | [G3:1] Accept connection from ('192.168.178.36', 51225)'
'2024-12-11 07:56:14  INFO | conn | [G3:2] Accept connection from ('192.168.178.36', 59007)'
'2024-12-11 07:56:27  INFO | conn | [G3:3] Accept connection from ('192.168.178.36', 60324)'
'2024-12-11 07:56:40  INFO | conn | [G3:4] Accept connection from ('192.168.178.36', 52380)'
'2024-12-11 07:56:52  INFO | conn | [G3:5] Accept connection from ('192.168.178.36', 59373)'
'2024-12-11 07:57:05  INFO | conn | [G3:6] Accept connection from ('192.168.178.36', 54916)'
'2024-12-11 07:57:18  INFO | conn | [G3:7] Accept connection from ('192.168.178.36', 64389)'
'2024-12-11 07:57:31  INFO | conn | [G3:8] Accept connection from ('192.168.178.36', 55936)'
'2024-12-11 07:57:43  INFO | conn | [G3:9] Accept connection from ('192.168.178.36', 57096)'
'2024-12-11 07:57:55  INFO | conn | [G3:10] Accept connection from ('192.168.178.36', 63351)'
'2024-12-11 07:58:08  INFO | conn | [G3:11] Accept connection from ('192.168.178.36', 54737)'
'2024-12-11 07:58:20  INFO | conn | [G3:12] Accept connection from ('192.168.178.36', 56093)'
'2024-12-11 07:58:32  INFO | conn | [G3:13] Accept connection from ('192.168.178.36', 56726)'
'2024-12-11 07:58:46  INFO | conn | [G3:14] Accept connection from ('192.168.178.36', 51700)'
'2024-12-11 07:58:58  INFO | conn | [G3:15] Accept connection from ('192.168.178.36', 61263)'
'2024-12-11 07:59:10  INFO | conn | [G3:16] Accept connection from ('192.168.178.36', 51331)'
'2024-12-11 07:59:23  INFO | conn | [G3:17] Accept connection from ('192.168.178.36', 63237)'
'2024-12-11 07:59:36  INFO | conn | [G3:18] Accept connection from ('192.168.178.36', 49467)'
'2024-12-11 07:59:48  INFO | conn | [G3:19] Accept connection from ('192.168.178.36', 57286)'
'2024-12-11 08:00:01  INFO | conn | [G3:20] Accept connection from ('192.168.178.36', 53462)'
'2024-12-11 08:00:14  INFO | conn | [G3:21] Accept connection from ('192.168.178.36', 65335)'
'2024-12-11 08:00:27  INFO | conn | [G3:22] Accept connection from ('192.168.178.36', 51669)'
'2024-12-11 08:00:40  INFO | conn | [G3:23] Accept connection from ('192.168.178.36', 62218)'
'2024-12-11 08:00:53  INFO | conn | [G3:24] Accept connection from ('192.168.178.36', 62042)'
'2024-12-11 08:01:07  INFO | conn | [G3:25] Accept connection from ('192.168.178.36', 49329)'
'2024-12-11 08:01:20  INFO | conn | [G3:26] Accept connection from ('192.168.178.36', 61549)'
'2024-12-11 08:01:34  INFO | conn | [G3:27] Accept connection from ('192.168.178.36', 61065)'
'2024-12-11 08:01:47  INFO | conn | [G3:28] Accept connection from ('192.168.178.36', 64470)'
'2024-12-11 08:02:01  INFO | conn | [G3:29] Accept connection from ('192.168.178.36', 64524)'
'2024-12-11 08:02:15  INFO | conn | [G3:30] Accept connection from ('192.168.178.36', 52418)'
'2024-12-11 08:02:29 WARNING | conn | [G3:0] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:02:29  INFO | conn | [G3:0] Server loop stopped for r('192.168.178.36', 62631)'
'2024-12-11 08:02:29  INFO | conn | [G3:31] Accept connection from ('192.168.178.36', 58877)'
'2024-12-11 08:02:42 WARNING | conn | [G3:1] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:02:42  INFO | conn | [G3:1] Server loop stopped for r('192.168.178.36', 51225)'
'2024-12-11 08:02:44  INFO | conn | [G3:32] Accept connection from ('192.168.178.36', 64847)'
'2024-12-11 08:02:54 WARNING | conn | [G3:2] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:02:54  INFO | conn | [G3:2] Server loop stopped for r('192.168.178.36', 59007)'
'2024-12-11 08:03:07 WARNING | conn | [G3:3] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:03:07  INFO | conn | [G3:3] Server loop stopped for r('192.168.178.36', 60324)'
'2024-12-11 08:03:15  INFO | conn | [G3:33] Accept connection from ('192.168.178.36', 54913)'
'2024-12-11 08:03:20 WARNING | conn | [G3:4] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:03:20  INFO | conn | [G3:4] Server loop stopped for r('192.168.178.36', 52380)'
'2024-12-11 08:03:31  INFO | conn | [G3:34] Accept connection from ('192.168.178.36', 57837)'
'2024-12-11 08:03:32 WARNING | conn | [G3:5] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:03:32  INFO | conn | [G3:5] Server loop stopped for r('192.168.178.36', 59373)'
'2024-12-11 08:03:45 WARNING | conn | [G3:6] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:03:45  INFO | conn | [G3:6] Server loop stopped for r('192.168.178.36', 54916)'
'2024-12-11 08:03:49  INFO | conn | [G3:35] Accept connection from ('192.168.178.36', 63605)'
'2024-12-11 08:03:58 WARNING | conn | [G3:7] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:03:58  INFO | conn | [G3:7] Server loop stopped for r('192.168.178.36', 64389)'
'2024-12-11 08:04:08  INFO | conn | [G3:36] Accept connection from ('192.168.178.36', 64725)'
'2024-12-11 08:04:11 WARNING | conn | [G3:8] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:04:11  INFO | conn | [G3:8] Server loop stopped for r('192.168.178.36', 55936)'
'2024-12-11 08:04:23 WARNING | conn | [G3:9] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:04:23  INFO | conn | [G3:9] Server loop stopped for r('192.168.178.36', 57096)'
'2024-12-11 08:04:27  INFO | root | [PV-Garage/] Connect to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 08:04:29  INFO | root | [G3:37] Connected to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 08:04:30 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:04:31 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:04:35 WARNING | conn | [G3:10] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:04:35  INFO | conn | [G3:10] Server loop stopped for r('192.168.178.36', 63351)'
'2024-12-11 08:04:40  INFO | conn | [G3:38] Accept connection from ('192.168.178.36', 51463)'
'2024-12-11 08:04:44 ERROR | conn | [PV-Garage/:36] [Errno 104] Connection reset by peer for l('172.30.33.3', 5005) | r('192.168.178.36', 64725)'
'2024-12-11 08:04:44  INFO | conn | [PV-Garage/:36] Server loop stopped for r('192.168.178.36', 64725)'
'2024-12-11 08:04:44  INFO | conn | [PV-Garage/:36] disc client connection: [PV-Garage/:37]'
'2024-12-11 08:04:44  INFO | conn | [PV-Garage/:37] Peer closed. for ('172.30.33.3', 45850)'
'2024-12-11 08:04:44  INFO | conn | [PV-Garage/:37] Client loop stopped for l('172.30.33.3', 45850)'
'2024-12-11 08:04:48 WARNING | conn | [G3:11] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:04:48  INFO | conn | [G3:11] Server loop stopped for r('192.168.178.36', 54737)'
'2024-12-11 08:04:59  INFO | root | [PV-Garage/] Connect to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 08:04:59  INFO | root | [G3:39] Connected to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 08:05:00 WARNING | conn | [G3:12] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:05:00  INFO | conn | [G3:12] Server loop stopped for r('192.168.178.36', 56093)'
'2024-12-11 08:05:02 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:04 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:05 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:06 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:07 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:08 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:09 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:10 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:11 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:12 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:05:12 WARNING | conn | [G3:13] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:05:13  INFO | conn | [G3:13] Server loop stopped for r('192.168.178.36', 56726)'
'2024-12-11 08:05:26 WARNING | conn | [G3:14] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:05:26  INFO | conn | [G3:14] Server loop stopped for r('192.168.178.36', 51700)'
'2024-12-11 08:05:38 WARNING | conn | [G3:15] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:05:38  INFO | conn | [G3:15] Server loop stopped for r('192.168.178.36', 61263)'
'2024-12-11 08:05:50 WARNING | conn | [G3:16] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:05:50  INFO | conn | [G3:16] Server loop stopped for r('192.168.178.36', 51331)'
'2024-12-11 08:06:03 WARNING | conn | [G3:17] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:06:03  INFO | conn | [G3:17] Server loop stopped for r('192.168.178.36', 63237)'
'2024-12-11 08:06:16 WARNING | conn | [G3:18] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:06:16  INFO | conn | [G3:18] Server loop stopped for r('192.168.178.36', 49467)'
'2024-12-11 08:06:28 WARNING | conn | [G3:19] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:06:28  INFO | conn | [G3:19] Server loop stopped for r('192.168.178.36', 57286)'
'2024-12-11 08:06:41 WARNING | conn | [G3:20] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:06:41  INFO | conn | [G3:20] Server loop stopped for r('192.168.178.36', 53462)'
'2024-12-11 08:06:54 WARNING | conn | [G3:21] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:06:54  INFO | conn | [G3:21] Server loop stopped for r('192.168.178.36', 65335)'
'2024-12-11 08:07:07 WARNING | conn | [G3:22] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:07:07  INFO | conn | [G3:22] Server loop stopped for r('192.168.178.36', 51669)'
'2024-12-11 08:07:20 WARNING | conn | [G3:23] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:07:20  INFO | conn | [G3:23] Server loop stopped for r('192.168.178.36', 62218)'
'2024-12-11 08:07:33 WARNING | conn | [G3:24] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:07:33  INFO | conn | [G3:24] Server loop stopped for r('192.168.178.36', 62042)'
'2024-12-11 08:07:47 WARNING | conn | [G3:25] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:07:47  INFO | conn | [G3:25] Server loop stopped for r('192.168.178.36', 49329)'
'2024-12-11 08:08:00 WARNING | conn | [G3:26] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:08:00  INFO | conn | [G3:26] Server loop stopped for r('192.168.178.36', 61549)'
'2024-12-11 08:08:14 WARNING | conn | [G3:27] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:08:14  INFO | conn | [G3:27] Server loop stopped for r('192.168.178.36', 61065)'
'2024-12-11 08:08:27 WARNING | conn | [G3:28] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:08:27  INFO | conn | [G3:28] Server loop stopped for r('192.168.178.36', 64470)'
'2024-12-11 08:08:41 WARNING | conn | [G3:29] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:08:41  INFO | conn | [G3:29] Server loop stopped for r('192.168.178.36', 64524)'
'2024-12-11 08:08:55 WARNING | conn | [G3:30] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:08:55  INFO | conn | [G3:30] Server loop stopped for r('192.168.178.36', 52418)'
'2024-12-11 08:09:09 WARNING | conn | [G3:31] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:09:09  INFO | conn | [G3:31] Server loop stopped for r('192.168.178.36', 58877)'
'2024-12-11 08:09:24 WARNING | conn | [G3:32] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:09:24  INFO | conn | [G3:32] Server loop stopped for r('192.168.178.36', 64847)'
'2024-12-11 08:09:55 WARNING | conn | [G3:33] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:09:55  INFO | conn | [G3:33] Server loop stopped for r('192.168.178.36', 54913)'
'2024-12-11 08:10:11 WARNING | conn | [G3:34] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:10:11  INFO | conn | [G3:34] Server loop stopped for r('192.168.178.36', 57837)'
'2024-12-11 08:10:28 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:29 WARNING | conn | [G3:35] Dead connection timeout (400s) for ('172.30.33.3', 5005)'
'2024-12-11 08:10:29  INFO | conn | [G3:35] Server loop stopped for r('192.168.178.36', 63605)'
'2024-12-11 08:10:29 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:30 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:32 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:33 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:34 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:35 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:36 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:37 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:10:38 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:52 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:53 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:54 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:55 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:56 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:57 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:58 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:15:59 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:16:00 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:16:02 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:16 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:17 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:18 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:19 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:20 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:21 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:22 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:23 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:24 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:21:25 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:41 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:42 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:43 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:44 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:46 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:47 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:48 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:49 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:50 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:26:51 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:30:37 WARNING | conn | [PV-Garage/:38] Dead connection timeout (120s) for ('172.30.33.3', 5005)'
'2024-12-11 08:30:37  INFO | conn | [PV-Garage/:38] Server loop stopped for r('192.168.178.36', 51463)'
'2024-12-11 08:30:37  INFO | conn | [PV-Garage/:38] disc client connection: [PV-Garage/:39]'
'2024-12-11 08:30:37  INFO | conn | [PV-Garage/:39] Peer closed. for ('172.30.33.3', 46228)'
'2024-12-11 08:30:37  INFO | conn | [PV-Garage/:39] Client loop stopped for l('172.30.33.3', 46228)'
'2024-12-11 08:31:18  INFO | conn | [G3:40] Accept connection from ('192.168.178.36', 51464)'
'2024-12-11 08:33:43  INFO | conn | [G3:40] Peer closed. for ('172.30.33.3', 5005)'
'2024-12-11 08:33:43  INFO | conn | [G3:40] Server loop stopped for r('192.168.178.36', 51464)'
'2024-12-11 08:33:50  INFO | conn | [G3:41] Accept connection from ('192.168.178.36', 62597)'
'2024-12-11 08:34:09  INFO | root | [PV-Garage/] Connect to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 08:34:11  INFO | root | [G3:42] Connected to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 08:34:12 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:13 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:14 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:15 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:16 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:17 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:18 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:19 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:20 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:34:21 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:37 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:38 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:39 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:41 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:42 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:43 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:44 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:45 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:46 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:39:47 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:02 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:03 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:04 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:05 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:06 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:07 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:08 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:09 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:10 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:45:11 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:27 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:28 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:29 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:30 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:31 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:32 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:33 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:34 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:35 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:50:37 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:51 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:52 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:53 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:54 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:55 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:56 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:57 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:58 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:55:59 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:56:01 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 08:58:43 WARNING | conn | [PV-Garage/:41] Dead connection timeout (120s) for ('172.30.33.3', 5005)'
'2024-12-11 08:58:43  INFO | conn | [PV-Garage/:41] Server loop stopped for r('192.168.178.36', 62597)'
'2024-12-11 08:58:43  INFO | conn | [PV-Garage/:41] disc client connection: [PV-Garage/:42]'
'2024-12-11 08:58:43  INFO | conn | [PV-Garage/:42] Peer closed. for ('172.30.33.3', 51010)'
'2024-12-11 08:58:43  INFO | conn | [PV-Garage/:42] Client loop stopped for l('172.30.33.3', 51010)'
'2024-12-11 08:59:15  INFO | conn | [G3:43] Accept connection from ('192.168.178.36', 62598)'
'2024-12-11 09:01:40  INFO | conn | [G3:43] Peer closed. for ('172.30.33.3', 5005)'
'2024-12-11 09:01:40  INFO | conn | [G3:43] Server loop stopped for r('192.168.178.36', 62598)'
'2024-12-11 09:01:47  INFO | conn | [G3:44] Accept connection from ('192.168.178.36', 49993)'
'2024-12-11 09:02:06  INFO | root | [PV-Garage/] Connect to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 09:02:08  INFO | root | [G3:45] Connected to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 09:02:09 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:10 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:11 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:12 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:13 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:14 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:15 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:16 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:17 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:02:18 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:35 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:36 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:37 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:38 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:39 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:40 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:41 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:42 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:43 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:07:44 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:12:58 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:12:59 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:00 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:01 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:03 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:04 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:05 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:06 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:07 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:13:08 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:23 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:24 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:25 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:26 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:27 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:28 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:29 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:30 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:31 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:18:32 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:51 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:52 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:53 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:54 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:55 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:56 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:57 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:58 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:23:59 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:24:01 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:26:01 WARNING | conn | [PV-Garage/:44] Dead connection timeout (120s) for ('172.30.33.3', 5005)'
'2024-12-11 09:26:01  INFO | conn | [PV-Garage/:44] Server loop stopped for r('192.168.178.36', 49993)'
'2024-12-11 09:26:01  INFO | conn | [PV-Garage/:44] disc client connection: [PV-Garage/:45]'
'2024-12-11 09:26:01  INFO | conn | [PV-Garage/:45] Peer closed. for ('172.30.33.3', 40470)'
'2024-12-11 09:26:01  INFO | conn | [PV-Garage/:45] Client loop stopped for l('172.30.33.3', 40470)'
'2024-12-11 09:26:31  INFO | conn | [G3:46] Accept connection from ('192.168.178.36', 49994)'
'2024-12-11 09:28:57  INFO | conn | [G3:46] Peer closed. for ('172.30.33.3', 5005)'
'2024-12-11 09:28:57  INFO | conn | [G3:46] Server loop stopped for r('192.168.178.36', 49994)'
'2024-12-11 09:29:10  INFO | conn | [G3:47] Accept connection from ('192.168.178.36', 49615)'
'2024-12-11 09:29:29  INFO | root | [PV-Garage/] Connect to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 09:29:32  INFO | root | [G3:48] Connected to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 09:29:33 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:34 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:35 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:36 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:37 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:38 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:39 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:40 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:41 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:29:42 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:00 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:01 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:02 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:03 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:04 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:05 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:06 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:07 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:09 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:35:10 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:24 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:25 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:26 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:27 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:28 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:29 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:30 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:31 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:32 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:40:33 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:48 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:50 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:51 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:52 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:53 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:54 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:55 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:56 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:57 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:45:58 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:50:44 WARNING | conn | [PV-Garage/:47] Dead connection timeout (120s) for ('172.30.33.3', 5005)'
'2024-12-11 09:50:44  INFO | conn | [PV-Garage/:47] Server loop stopped for r('192.168.178.36', 49615)'
'2024-12-11 09:50:44  INFO | conn | [PV-Garage/:47] disc client connection: [PV-Garage/:48]'
'2024-12-11 09:50:44  INFO | conn | [PV-Garage/:48] Peer closed. for ('172.30.33.3', 60670)'
'2024-12-11 09:50:44  INFO | conn | [PV-Garage/:48] Client loop stopped for l('172.30.33.3', 60670)'
'2024-12-11 09:51:25  INFO | conn | [G3:49] Accept connection from ('192.168.178.36', 49616)'
'2024-12-11 09:53:50  INFO | conn | [G3:49] Peer closed. for ('172.30.33.3', 5005)'
'2024-12-11 09:53:50  INFO | conn | [G3:49] Server loop stopped for r('192.168.178.36', 49616)'
'2024-12-11 09:53:57  INFO | conn | [G3:50] Accept connection from ('192.168.178.36', 62445)'
'2024-12-11 09:54:16  INFO | root | [PV-Garage/] Connect to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 09:54:18  INFO | root | [G3:51] Connected to ('logger.talent-monitoring.com', 5005)'
'2024-12-11 09:54:19 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:20 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:21 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:22 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:23 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:24 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:25 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:26 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:27 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:54:28 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:45 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:47 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:47 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:48 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:49 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:50 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:51 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:52 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:53 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 09:59:54 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:10 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:11 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:12 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:13 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:14 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:15 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:16 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:18 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:19 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:05:20 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:34 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:35 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:36 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:37 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:38 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:39 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:40 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:41 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:42 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'
'2024-12-11 10:10:43 ERROR | root | Infos.parse: data_type: 8 @0x000a No:157 not supported'

@s-allius
Copy link
Owner Author

Hallo Michael,
Das Log sieht doch schonmal gut aus.

Im Add-On Repro habe ich nun für die beiden Versionen zwei verschiedene Slugs benutzt. Siehst du jetzt zwei Versionen (dev und debug)?

@Obi811
Copy link

Obi811 commented Dec 14, 2024

Es sind jetzt zwei Versionen in der repro https://github.com/s-allius/ha_addons vorhanden
IMG_2882

@s-allius
Copy link
Owner Author

Das ist doch prima. Dann werde ich mal schauen, dass ich die verschiedenen Files aus Template-Files erzeuge, damit das ganze auch wattbar bleibt.

@s-allius s-allius linked a pull request Dec 15, 2024 that will close this issue
@s-allius s-allius self-assigned this Dec 15, 2024
@s-allius
Copy link
Owner Author

closed with #244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Home Assistant add-on This issue is about the operation as HA add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants