Search found 3 matches

by kabaret10
Friday 31 July 2020 13:13
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 91435

Re: Domoticz-Google-Assistant (dzga)

I have encountered error during container start with python. I don't know what could be wrong ? Is it just missing? Do I need to recreate img with dockerfile? pi@raspberrypi:~ $ docker-compose -f /home/pi/Domoticz-Google-Assistant/docker-compose.yaml up -d Creating domoticz-google-assistant ...
by kabaret10
Thursday 30 July 2020 13:42
Forum: Switches and Scenes
Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Replies: 49
Views: 29253

Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)

Hello, anyone tried to setup this with docker? installed container on my RPi4 -> ewpe-smart-mqtt using command: ##### MQTT for EWPE SMART https://github.com/stas-demydiuk/ewpe-smart-mqtt sudo docker run -it \ --network="host" \ -e "MQTT_SERVER=mqtt://127.0.0.1" \ -e "MQTT_BASE_TOPIC=ewpe-smart" \ -e ...
by kabaret10
Sunday 26 July 2020 10:19
Forum: Python
Topic: Tuya Cloud Plugin [No custom firmware require]: Finally for Domoticz
Replies: 61
Views: 20201

Re: Tuya Cloud Plugin [No custom firmware require]: Finally for Domoticz

Hello, I've got the same problem as nico4sen but I'm using domoticz in docker container. Inside container there's python 2.7 Python 2.7.16 (default, Jan 14 2020, 07:22:01) How to make this work? Do I need to update python inside container and then add dependencies? Or can I just pull python ver.3 ...