Ga naar de inhoud
Home » Domoticz Plugins

Domoticz Plugins

Domoticz Blog Header

Enig ellende die je kunt krijgen: How to solve “error: externally-managed-environment” when installing via pip3

De oplossing vindt je hier https://www.jeffgeerling.com/blog/2023/how-solve-error-externally-managed-environment-when-installing-pip3

In het kort:

sudo rm /usr/lib/python*/EXTERNALLY-MANAGED

RemehaHome-Domoticz

Home: https://github.com/tuk90/RemehaHome-Domoticz

Install:

sudo apt install python3-pip
cd /home/domoticz/plugins
git clone https://github.com/tuk90/RemehaHome-Domoticz.git
sudo systemctl restart domoticz

TinyTuya

Home: https://github.com/jasonacox/tinytuya and the domoticz plugin at https://github.com/Xenomes/Domoticz-TinyTUYA-Plugin

Install:

# Install TinyTuya Library???
python -m pip install tinytuya

# Optional: Install Command Line Tool
pipx install tinytuya

# the plugin stuff
sudo pip3 install requests==2.23.0 charset-normalizer==3.0.1 tinytuya -U
cd /home/domoticz/plugins
git clone https://github.com/Xenomes/Domoticz-TinyTUYA-Plugin.git

sudo systemctl restart domoticz

Domoticz-Zigbee TODO

Home: https://github.com/zigbeefordomoticz/Domoticz-Zigbee

 

sudo apt install python3-dev
cd /home/domoticz/plugins
git clone https://github.com/zigbeefordomoticz/Domoticz-Zigbee.git
cd Domoticz-Zigbee/
sudo pip3 install -r requirements.txt
# OR
sudo pip3 install -r requirements.txt --break-system-packages
sudo chown -R pi:pi .
git config --add submodule.recurse true
git submodule update --init --recursive
sudo chmod +x plugin.py
sudo systemctl restat domoticz

Domoticz-SunMoon-Plugin

Kan deze niet meer vinden, daarom … weg ermee 🙂

Domoticz-KNMI-Weather-Plugin

Home: https://github.com/bramvreugd/Domoticz-KNMI-Weather-Plugin

Garbage Calendar

Ga naar https://github.com/jvanderzande/GarbageCalendar voor de code

Ga naar https://github.com/jvanderzande/GarbageCalendar/wiki/Setup voor alle instructies

 

 

abc