Page 1 of 1

Conbee II hardware

Posted: Monday 04 May 2020 14:28
by rudolfpi
Goedemiddag,
Ik krijg deCONZ niet zichtbaar als hardware in Domoticz?
De Phoscon App web gui voor de Conbee II is gewoo beschikbaar (http://ip_adres/pwa/)

Ik heb het volgende gedaan:
cd domoticz
cd plugins
git clone https://github.com/Smanar/Domoticz-deCONZ.gitConbee stick installatie
chmod +x Domoticz-deCONZ/plugin.py
cd Domoticz-deCONZ
python3 API_KEY.py 127.0.0.1 create
sudo service domoticz restart

En dit:
In Domoticz Instellingen – Instellingen
Accepteer nieuwe hardware” aangezet.

Groet,
Rudolf.

Re: Conbee II hardware

Posted: Monday 04 May 2020 16:35
by Thorgal789
Hello, it 's your first python plugin ? If yes, take a look here https://www.domoticz.com/wiki/Using_Python_plugins at "Troubleshooting"

Have you something special in log when domoticz start ? about python or plugin ?

Re: Conbee II hardware

Posted: Wednesday 06 May 2020 13:19
by rudolfpi
Thanks!
This entry was in the Log: PluginSystem: Failed dynamic library load

I fixed it with:
sudo apt-get install python3.7 libpython3.7 python3.7-dev -y
sudo systemctl restart domoticz.service