Because of these files in the docker-compose.yaml file
Code: Select all
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
Moderator: leecollings
Code: Select all
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
hello,marsflow wrote: ↑Thursday 24 June 2021 12:11 Hi,
the command "sudo systemctl start dzga" does not work anymore, I run it manually and it remains bugged on the command.andCode: Select all
pi@raspberrypi:~ $ sudo systemctl start dzga (after 2 min press CTRL C) pi@raspberrypi:~ $ sudo systemctl status dzga ● dzga.service - Domoticz-Google-Assistant Service Loaded: loaded (/etc/systemd/system/dzga.service; enabled; vendor preset: enabled) Active: inactive (dead)
sudo service dzga start (its good)
why ?
thank you
Hello, merry christmas to all the Domoticz Family!fabry91 wrote: ↑Tuesday 21 December 2021 10:44 Hello everyone,
I'm having some problem to start DZGA on my RS815+ with docker.
I succesfully installed the DZGA docker but when I run "sudo docker-compose -f /volume1/${USER}/Domoticz-Google-Assistant/docker-compose.yaml up -d" it returns with this error:
The default_config file is in the config folder.
Thank you in advance
Your docker cannot access the volume location you specified volume1. Check permissions and or try and move it to another location and confirm docker has permissions to read/write to itfabry91 wrote: ↑Friday 24 December 2021 19:26Hello, merry christmas to all the Domoticz Family!fabry91 wrote: ↑Tuesday 21 December 2021 10:44 Hello everyone,
I'm having some problem to start DZGA on my RS815+ with docker.
I succesfully installed the DZGA docker but when I run "sudo docker-compose -f /volume1/${USER}/Domoticz-Google-Assistant/docker-compose.yaml up -d" it returns with this error:
The default_config file is in the config folder.
Thank you in advance
Anyone could please help me about this problem?
Thank you very much
Hello, and thank you for your reply!vodor wrote: ↑Monday 27 December 2021 13:42Your docker cannot access the volume location you specified volume1. Check permissions and or try and move it to another location and confirm docker has permissions to read/write to itfabry91 wrote: ↑Friday 24 December 2021 19:26Hello, merry christmas to all the Domoticz Family!fabry91 wrote: ↑Tuesday 21 December 2021 10:44 Hello everyone,
I'm having some problem to start DZGA on my RS815+ with docker.
I succesfully installed the DZGA docker but when I run "sudo docker-compose -f /volume1/${USER}/Domoticz-Google-Assistant/docker-compose.yaml up -d" it returns with this error:
The default_config file is in the config folder.
Thank you in advance
Anyone could please help me about this problem?
Thank you very much
Have found some more error that seems related to this post on GitHub:
Code: Select all
Connection to Domoticz refused! Check configuration.
Code: Select all
2022-01-11 16:39:09 - DEBUG - Starting new HTTP connection (1): 192.168.0.12:8080
2022-01-11 16:39:09 - DEBUG - http://192.168.0.12:8080 "GET /json.htm?type=devices&plan=0&filter=all&used=true HTTP/1.1" 401 91
2022-01-11 16:39:09 - DEBUG - Starting new HTTP connection (1): 192.168.0.12:8080
2022-01-11 16:39:09 - DEBUG - http://192.168.0.12:8080 "GET /json.htm?type=settings HTTP/1.1" 401 91
2022-01-11 16:39:09 - DEBUG - Starting new HTTP connection (1): 192.168.0.12:8080
2022-01-11 16:39:09 - DEBUG - http://192.168.0.12:8080 "GET /json.htm?type=command¶m=getversion HTTP/1.1" 200 216
2022-01-11 16:39:09 - DEBUG - {
"dzversion": "2021.1 (build 14018)"
}
Hello, anyone can help me to solve this problem about the pip installation failed?fabry91 wrote: ↑Monday 27 December 2021 14:53Hello, and thank you for your reply!
I've cheched all the permission under file station, I set all to "Full Control", the container starts but after some seconds it stops automatically.
Code: Select all
docker-compose -f /volume1/docker/Domoticz-Google-Assistant/docker-compose.yaml up -d
Code: Select all
sudo /home/pi/Domoticz-Google-Assistant/env/bin/python3 /home/pi/Domoticz-Google-Assistant/
Code: Select all
version: '3'
services:
dz-googleassistant:
image: dewgew/domoticz-google-assistant:latest
container_name: domoticz-google-assistant
environment:
- PUID=1010
- PGID=1010
ports:
- 3030:3030
volumes:
- ./config:/config
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
What system are you on? I am starting to htink that my pi4 is what's causing the issues.wimmme wrote: ↑Tuesday 05 April 2022 9:06 I run it in docker, works great, just a bug when asking the temperature for a non thermostat device, that's not working.
my docker-compose.yaml:Code: Select all
version: '3' services: dz-googleassistant: image: dewgew/domoticz-google-assistant:latest container_name: domoticz-google-assistant environment: - PUID=1010 - PGID=1010 ports: - 3030:3030 volumes: - ./config:/config - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro restart: unless-stopped
I had it working, sort of, so that I could acces 192.168.0.11:3030/setting and could see the settings page, but not anymore. Safari gives an error that server unexpectedly closed the page. Chrome couldn't even locate the page.Apr 15 13:16:28 DomoServer systemd[1]: dzga.service: Service RestartSec=100ms expired, scheduling restart
Apr 15 13:16:28 DomoServer systemd[1]: dzga.service: Scheduled restart job, restart counter is at 10.
Apr 15 13:16:28 DomoServer systemd[1]: Stopped Domoticz-Google-Assistant Service.
Apr 15 13:16:28 DomoServer systemd[1]: dzga.service: Start request repeated too quickly.
Apr 15 13:16:28 DomoServer systemd[1]: dzga.service: Failed with result 'exit-code'.
Apr 15 13:16:28 DomoServer systemd[1]: Failed to start Domoticz-Google-Assistant Service.
~
Code: Select all
username: Edwin
Low_battery_limit: 9
PidFile: ''
auth_pass: Fire2010
auth_user: Edwin
loglevel: Info
logtofile: true
ngrok_auth_token: ****
ngrok_tunnel: true
pathToLogFile: ''
port_number: 3030
ssl_cert: ''
ssl_key: ''
use_ssl: false
userinterface: true
Users browsing this forum: No registered users and 1 guest