Page 1 of 1

P1 monitoring with OrangePi log file read out

Posted: Tuesday 28 February 2023 15:15
by Sl1mme01
Dear friends,
Found in the logfile.

2023-02-18 23:30:20.544 Status: Domoticz V2023.1 (c)2012-2023 GizMoCuz
2023-02-18 23:30:20.544 Status: Build Hash: f9b9ac774, Date: 2023-02-14 15:06:40
2023-02-18 23:30:20.544 Status: Startup Path: /home/domoticz/domoticz/
2023-02-18 23:30:20.601 Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2023-02-18 23:30:20.618 Status: WebServer(HTTP) started on address: :: with port 8080
2023-02-18 23:30:20.637 Status: WebServer(SSL) started on address: :: with port 443
2023-02-18 23:30:20.666 Status: TCPServer: shared server started...
2023-02-18 23:30:20.667 Status: RxQueue: queue worker started...
2023-02-18 23:30:22.667 Status: P1: Using serial port: /dev/ttyUSB0
2023-02-18 23:30:22.703 Status: P1: Using serial port: /dev/ttyUSB0
2023-02-18 23:30:22.703 Status: P1: Worker started...
2023-02-18 23:30:22.727 Status: P1: Worker started...
2023-02-18 23:30:22.727 Status: NotificationSystem: thread started...
2023-02-18 23:30:22.728 Status: EventSystem: reset all events...
2023-02-18 23:30:22.733 Status: EventSystem: reset all device statuses...
2023-02-18 23:30:22.798 Status: EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
2023-02-18 23:30:22.799 Status: EventSystem: Started
2023-02-18 23:30:22.799 Status: EventSystem: Queue thread started...
2023-02-18 23:30:23.464 Status: P1: Meter reports as ESMR 5.0
2023-02-18 23:30:23.512 Status: P1: Found gas meter on M-Bus channel 1
2023-02-18 23:30:24.423 Status: P1: Meter reports as ESMR 5.0
2023-02-18 23:30:24.509 Status: P1: Found gas meter on M-Bus channel 1

Tried to solve earlier stops in reading the P1 and having to restart by powering down and restart the domoticz software
thanks in advance
Ger

Re: P1 monitoring with OrangePi log file read out

Posted: Tuesday 28 February 2023 16:17
by Sl1mme01
in fact the question is : how to install the latest libpython3.x library

Re: P1 monitoring with OrangePi log file read out

Posted: Tuesday 28 February 2023 23:13
by waltervl
What Os is on your system?
Did you check the wiki page using python plugins? https://www.domoticz.com/wiki/Using_Python_plugins
If it is not there then use (where 'x' is the version from above: e,g libpython3.4 or libpython3.5 etc):

sudo apt install libpython3.x