Je viens de refaire une tentative de migration vers stable6.
Cette fois ci, j'ai fais une maj de python en 3.8.14 avant la migration. J'ai exactement le même comportement , aucun pb pour suivre la procedure de migration de la v5 vers V6, mais plantage de domoticz au démarrage.
je rappelle ma config:
- raspberry 3 sous buster avec le dernier niveau de patch
- zigate V1 avec le firmware 031E
- version du plugin avant migration :5.1.018
- python --version = 3.8.14
Avant la maj vers stable 6 tout fonctionne correctement.
Après la procedure de migration j'ai un "Segmentation fault" de domoticz.
Dans le log ( pas très bavard). Je remarque juste cette ligne
Alors que j'ai fais une maj en 3.8.14, cela veut que libpython (utilisé par domoticz) n'est pas mis a jour.
Cela pose t'il un probleme au plugin?
sinon voici le log :
Code : Tout sélectionner
2022-10-11 01:20:45.288 Sunrise: 08:04:00 SunSet: 19:18:00
2022-10-11 01:20:45.288 Day length: 11:15:00 Sun at south: 13:41:00
2022-10-11 01:20:45.288 Civil twilight start: 07:35:00 Civil twilight end: 19:47:00
2022-10-11 01:20:45.288 Nautical twilight start: 07:02:00 Nautical twilight end: 20:20:00
2022-10-11 01:20:45.288 Astronomical twilight start: 06:28:00 Astronomical twilight end: 20:53:00
2022-10-11 01:20:45.563 Active notification Subsystems: email, pushbullet (2/13)
2022-10-11 01:20:45.592 Starting shared server on: :::6144
2022-10-11 01:20:45.222 Status: Domoticz V2021.1 (c)2012-2021 GizMoCuz
2022-10-11 01:20:45.225 Status: Build Hash: 8547c5b7e, Date: 2021-04-17 17:29:11
2022-10-11 01:20:45.226 Status: Startup Path: /home/pi/domoticz/
2022-10-11 01:20:45.501 Status: PluginSystem: Started, Python version '3.7.3'.
2022-10-11 01:20:45.566 Status: WebServer(HTTP) started on address: :: with port 8080
2022-10-11 01:20:45.584 Status: WebServer(SSL) started on address: :: with port 443
2022-10-11 01:20:45.590 Status: Camera: settings (re)loaded
2022-10-11 01:20:45.593 Status: RxQueue: queue worker started...
2022-10-11 01:20:45.592 Status: TCPServer: shared server started...
2022-10-11 01:20:45.897 Status: Incoming connection from: 192.168.1.1
2022-10-11 01:20:45.583 Error: [web:443] missing SSL DH parameters from file ./server_cert.pem
2022-10-11 01:20:47.593 zigate hardware started.
2022-10-11 01:20:47.594 freebox hardware started.
2022-10-11 01:20:47.595 linky hardware started.
2022-10-11 01:20:47.593 Status: zigate: (zigate) Entering work loop.
2022-10-11 01:20:47.593 Status: zigate: (zigate) Started.
2022-10-11 01:20:47.594 Status: freebox: (freebox) Started.
2022-10-11 01:20:47.594 Status: freebox: (freebox) Entering work loop.
2022-10-11 01:20:47.594 Status: eco: Worker started...
2022-10-11 01:20:47.594 Status: meteo: Started...
2022-10-11 01:20:47.594 Status: envoy: Worker started...
2022-10-11 01:20:47.595 Status: linky: (linky) Entering work loop.
2022-10-11 01:20:47.595 Status: linky: (linky) Started.
2022-10-11 01:20:47.595 Status: NotificationSystem: thread started...
2022-10-11 01:20:47.596 Status: EventSystem: reset all events...
2022-10-11 01:20:47.597 Status: EventSystem: reset all device statuses...
2022-10-11 01:20:47.792 Status: PluginSystem: 3 plugins started.
2022-10-11 01:20:48.596 Status: mqtt: MQTT: Connecting to 192.168.1.73:1883
2022-10-11 01:20:48.797 Status: mqtt: MQTT: connected to: 192.168.1.73:1883
2022-10-11 01:20:48.998 Status: mqtt: MQTT: Subscribed
2022-10-11 01:20:52.815 eco: General/kWh (ConsoPiscineEco)
2022-10-11 01:20:52.853 eco: General/kWh (ConsoGeneraleEco)
2022-10-11 01:20:52.890 eco: General/kWh (ProductionSolaireEco)
2022-10-11 01:20:52.918 eco: General/kWh (Conso 4)
2022-10-11 01:20:52.952 eco: General/kWh (Conso 5)
2022-10-11 01:20:58.581 meteo: Temp + Humidity + Baro (TempMeteo)
2022-10-11 01:20:58.617 meteo: Wind (Vent)
2022-10-11 01:20:58.651 meteo: UV (UV Index)
2022-10-11 01:20:58.688 meteo: Rain (Pluie)
2022-10-11 01:20:58.716 meteo: General/Visibility (Unknown)
2022-10-11 01:20:58.743 meteo: General/Custom Sensor (Ozone Sensor)
2022-10-11 01:20:58.769 meteo: General/Percentage (Cloud Cover)
2022-10-11 01:20:58.412 Status: zigate: (zigate) Initialized version 6.2, author 'pipiche38'
2022-10-11 01:20:58.412 Error: Domoticz(pid:26527, tid:26544('zigate')) received fatal signal 11 (Segmentation fault)
2022-10-11 01:20:58.412 Error: siginfo address=0x679f, address=(nil)
je relance donc une procedure de restore de la SD.
Est ce que je peux avoir un log plus bavard dans le plugin? que dois-je activer dans l'ecran debug du plugin ?