JVaassen / domoticz-remote-Pi-Monitor

Extended Xorfors pimonitor to run in client-server setup, monitoring other rasperry pi's in Domoticz
1 stars 3 forks source link

Monitoring Multiple Pi's #6

Open ajseesink opened 3 years ago

ajseesink commented 3 years ago

HI, My version of Domoticz: 2020.2

I can only monitor 1 Pi, local or remote. But as soon as I install 2 Pi's in the hardware section of Domoticz I get the following error log from Domoticz:

Error: pi hardware (9) thread seems to have ended unexpectedly

The message is from the last Pi that is added.

I can reproduce the error simply by deleting both hardware devices, add 1 Pi (it works), add second Pi and I get the above message. It doesnt matter in what sequence I add the Pi's.

Any idea?

pipiche38 commented 3 years ago

I have the same issue, it looks like the problem is around the Python Framework when doing the here after import a second time

import lxml.objectify as lxmlObjectify

Import Module error: Interpreter change detected - this module can only be loaded into one interpreter per process.