Search found 12 matches
- Friday 01 March 2024 21:00
- Forum: Other questions and discussions
- Topic: Can't include devices anymore
- Replies: 0
- Views: 159
Can't include devices anymore
Hi, I don't have the slighest idea why, but Domoticz doesn't recognize devices anymore. I've tried with three different devices, of which i am sure they are in inclusion mode. Domoticz enters inclusion mode and says: including zwave node, but nothing happens. I use a raspberry pi 3b and a zwave.me ...
- Friday 22 September 2023 9:40
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
I asume you installed ngrok on your raspberry. For configuration Ngrok instellingen sudo nano ~/.ngrok2/ngrok.yml tunnels: nginx-server: proto: http addr: 3030 bind-tls: true console_ui: false authtoken: jouw authtoken region: eu sudo nano /etc/systemd/system/ngrok-client.service [Unit] Description ...
- Thursday 21 September 2023 11:01
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
I asume you installed ngrok on your raspberry. For configuration Ngrok instellingen sudo nano ~/.ngrok2/ngrok.yml tunnels: nginx-server: proto: http addr: 3030 bind-tls: true console_ui: false authtoken: jouw authtoken region: eu sudo nano /etc/systemd/system/ngrok-client.service [Unit] Description ...
- Wednesday 20 September 2023 22:20
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
Latest versions stable domoticz and dzga I use ngrok free connection with google home works fine. Sychr domoticz dzga function oke. Problem is that devices in google home app are showing offline, but voice command works for all devices. When I change roomnumber in dzga instandly correct devices for ...
- Tuesday 19 September 2023 21:50
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
Don't use http://localhost:3030/settings as url. I should be a ipnr like http://192.168.1.10:3030/settings Try run manually and see if there is any errors in terminal log: cd /home/${USER}/ sudo systemctl stop dzga #If service is running source Domoticz-Google-Assistant/env/bin/activate python3 ...
- Tuesday 19 September 2023 9:16
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
This helped! turns out i made a mistake in my ip number in the configuration. But now i get the following error in the log: 2023-09-18 13:37:39 - ERROR - Error in getting devices and settings You have to enable Allow Basic Authentication over plain HTTP in menu https://www.domoticz.com/wiki ...
- Tuesday 19 September 2023 9:11
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
Don't use http://localhost:3030/settings as url. I should be a ipnr like http://192.168.1.10:3030/settings Try run manually and see if there is any errors in terminal log: cd /home/${USER}/ sudo systemctl stop dzga #If service is running source Domoticz-Google-Assistant/env/bin/activate python3 ...
- Monday 18 September 2023 13:44
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
could it be tha you have a firewall running UFW perhaps in that case you can do sudo ufw disable sudo ufw allow 3030 sudo ufw enable this allows you to commuicatie over port 3030 I tried the first command but it returns with: 'sudo: ufw: command not found.' Thanks for the suggestion though! Don't ...
- Tuesday 12 September 2023 17:11
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
Hi DewGew, I've been trying for a couple of days now but i can't even seem to get http://localhost:3030/settings running. It's giving: ERR_CONNECTION_REFUSED. sudo systemctl status dzga returns with: " ● dzgaservice - Domoticz-Google-Assistant Service Loaded: loaded (/etc/systemd/system/dzgaservice; ...
- Monday 11 September 2023 11:51
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 86421
Re: Domoticz-Google-Assistant (dzga)
Hi DewGew, I've been trying for a couple of days now but i can't even seem to get http://localhost:3030/settings running. It's giving: ERR_CONNECTION_REFUSED. sudo systemctl status dzga returns with: " ● dzgaservice - Domoticz-Google-Assistant Service Loaded: loaded (/etc/systemd/system/dzgaservice; ...
- Sunday 13 November 2022 9:41
- Forum: Dashticz
- Topic: Unable to get weather information
- Replies: 6
- Views: 572
Re: Unable to get weather information
Thanks alot! that was it!HansieNL wrote: ↑Saturday 12 November 2022 15:22 At config['owm_api'] = 'https://api.openweathermap.org/data/3.0 ... &appid=xxx'; you have only to add your api key, not the string you did.
Can you try if the block then works.
- Friday 11 November 2022 11:53
- Forum: Dashticz
- Topic: Unable to get weather information
- Replies: 6
- Views: 572
Unable to get weather information
Hi guys, I'd like some help, i've been trying for days now and getting hopeless. I am unable to get any type of weather information in Dashticz. here's my config.js, hope someone see's what am doing wrong. var config = {} config['domoticz_ip'] = 'xxx; config['language'] = 'nl_NL'; config['app_title ...