Search found 63 matches
- Sunday 04 January 2026 15:54
- Forum: Bugs and Problems
- Topic: Google Cloud Messaging not working
- Replies: 15
- Views: 557
Re: Google Cloud Messaging not working
Is there any simple alternative without installing an app?
- Saturday 03 January 2026 21:43
- Forum: Bugs and Problems
- Topic: Google Cloud Messaging not working
- Replies: 15
- Views: 557
Re: Google Cloud Messaging not working
Same here
Version: 2025.2
Build Hash: e63981b
Version: 2025.2
Build Hash: e63981b
Code: Select all
Error: FCM: Unable to get access token!- Tuesday 14 October 2025 18:58
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
Problem is that the update script is already on your system, it came with the last release you installed. So a check for the next release is not possible without some extra handling (first download and execute a check script and then download and execute the update).
Maybe they can adapt the ...
- Monday 13 October 2025 19:17
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
I have updated my rpi to bookworm and have domoticz up and running again.
maybe in the update script a warning that the debian version is to old???
I think that is not possible as the script is already on your system.
How did you update your RPI to bookworm, what instructions did you use?
I ...
- Monday 13 October 2025 17:06
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
I have updated my rpi to bookworm and have domoticz up and running again.
maybe in the update script a warning that the debian version is to old???
maybe in the update script a warning that the debian version is to old???
- Monday 13 October 2025 16:33
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
I'm not running docker.
I'm currently upgrading to bookworm
can it run on trixie
- Monday 13 October 2025 16:25
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
You have Bookworm of a newer OS installed or use Docker?
No docker, and running on bullseye
From the announcement: https://forum.domoticz.com/viewtopic.php?f=3&t=44018
Please note that this release is using OpenSSL 3.0, you need a Debian version Bookworm or newer (Debian 13 Trixie),
on ...
- Monday 13 October 2025 16:08
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
No docker, and running on bullseye
- Monday 13 October 2025 15:50
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2828
Re: Domoticz version 2025.2 released (Fails)
my domoticz is down after update
My crash.log:
gdb: warning: Couldn't determine a path for the index cache directory.
[New LWP 8743]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
__pthread_clockjoin_ex (threadid ...
My crash.log:
gdb: warning: Couldn't determine a path for the index cache directory.
[New LWP 8743]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
__pthread_clockjoin_ex (threadid ...
- Tuesday 06 February 2024 20:49
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 679544
Re: Domoticz app 2.0
I use wireguard as vpn on my raspberry to connect to my domoticz server from the internet.
I first have to start the wireguard vpn app on my android phone before i can use the app to control my devices.
Im using the domoticz premium beta app version 0.2.369 (9432)
Is there a build option in the app ...
I first have to start the wireguard vpn app on my android phone before i can use the app to control my devices.
Im using the domoticz premium beta app version 0.2.369 (9432)
Is there a build option in the app ...
- Saturday 20 January 2024 11:27
- Forum: Switches and Scenes
- Topic: Selector switch action mqtt
- Replies: 4
- Views: 4369
Re: Selector switch action mqtt
I have been busy to build this:
#!/bin/bash
# MQTT Broker instellingen
BROKER="IPadresBBROKER"
PORT="1883"
USERNAME="USERNAME_BROKER"
PASSWORD="PASSWORD_BROKER"
# Topics for different commands
MODE_TOPIC="domoticz//climate/airco/mode/command"
FAN_MODE_TOPIC="domoticz//climate/airco/fan_mode ...
#!/bin/bash
# MQTT Broker instellingen
BROKER="IPadresBBROKER"
PORT="1883"
USERNAME="USERNAME_BROKER"
PASSWORD="PASSWORD_BROKER"
# Topics for different commands
MODE_TOPIC="domoticz//climate/airco/mode/command"
FAN_MODE_TOPIC="domoticz//climate/airco/fan_mode ...
- Saturday 13 January 2024 22:06
- Forum: Switches and Scenes
- Topic: Selector switch action mqtt
- Replies: 4
- Views: 4369
Re: Selector switch action mqtt
I'am not that good in scripting.
this is the message from mqtt regarding the airco
{
"curr_temp_t": "domoticz//climate/airco/current_temperature/state",
"mode_cmd_t": "domoticz//climate/airco/mode/command",
"mode_stat_t": "domoticz//climate/airco/mode/state",
"modes": [
"off",
"cool",
"heat ...
this is the message from mqtt regarding the airco
{
"curr_temp_t": "domoticz//climate/airco/current_temperature/state",
"mode_cmd_t": "domoticz//climate/airco/mode/command",
"mode_stat_t": "domoticz//climate/airco/mode/state",
"modes": [
"off",
"cool",
"heat ...
- Saturday 13 January 2024 21:24
- Forum: Switches and Scenes
- Topic: Selector switch action mqtt
- Replies: 4
- Views: 4369
Selector switch action mqtt
Hi,
I have created a virtual switch with a selector type
is it possible to send a mqtt message with a selector action?
the action i want to send is:
mosquitto_pub -t "domoticz/climate/airco/fan_mode/command" -m "auto"
Only domoticz requires to use only "Should start with http://, https:// or ...
I have created a virtual switch with a selector type
is it possible to send a mqtt message with a selector action?
the action i want to send is:
mosquitto_pub -t "domoticz/climate/airco/fan_mode/command" -m "auto"
Only domoticz requires to use only "Should start with http://, https:// or ...
- Sunday 22 October 2023 20:52
- Forum: Others
- Topic: Can't get MQTT to work.
- Replies: 5
- Views: 5053
Re: Can't get MQTT to work.
After a complete reinstall of domoticz and its components and mosquito.
I have not found te reason where it went wrong what was blocking the network connections. :roll:
I now have it running :) , and also I can connect mqtt explorer.
Only without tls.
Now I have to work it out how I can simple ...
I have not found te reason where it went wrong what was blocking the network connections. :roll:
I now have it running :) , and also I can connect mqtt explorer.
Only without tls.
Now I have to work it out how I can simple ...
- Friday 20 October 2023 10:44
- Forum: Others
- Topic: Can't get MQTT to work.
- Replies: 5
- Views: 5053
Re: Can't get MQTT to work.
Did you try without the user/password setup?
Try with log_type all or log_type_debug in the mosquitto config file.
Is there a config file in /etc/mosquitto/conf.d directory that could prevent anything?
Q. Did you try without the user/password setup?
A. Yes i have.
Q. Is there a config file in ...
- Friday 20 October 2023 8:15
- Forum: Others
- Topic: Can't get MQTT to work.
- Replies: 5
- Views: 5053
Re: Can't get MQTT to work.
What is in the log file?
Maybe there is more info, what the problem is
var/log/mosquitto/mosquitto.log
1697666632:
1697726065: Saving in-memory database to /var/lib/mosquitto//mosquitto.db.
1697726489: New connection from 192.168.2.3:50382 on port 1883.
1697726489: Client <unknown ...
- Thursday 19 October 2023 21:27
- Forum: Others
- Topic: Can't get MQTT to work.
- Replies: 5
- Views: 5053
Can't get MQTT to work.
I'm starting with MQTT and want to use it with esp8266 devices :oops:
i can't get it to work.
what's working now:
i can send local messages to domoticz (mosquitto_pub -h localhost -m '{ "idx" : 1, "nvalue" : 0, "svalue" : "25.0" }' -t 'domoticz/in')
I can''t get it to work from outside the ...
i can't get it to work.
what's working now:
i can send local messages to domoticz (mosquitto_pub -h localhost -m '{ "idx" : 1, "nvalue" : 0, "svalue" : "25.0" }' -t 'domoticz/in')
I can''t get it to work from outside the ...
- Monday 18 September 2023 22:09
- Forum: Heating/cooling
- Topic: AC1 (ACFreedom)
- Replies: 1
- Views: 1888
AC1 (ACFreedom)
Hello everyone,
i am searching for a solution to connect my AC1 airco system to domoticz.
It is based on AUX air condition system.
I do not use MQTT ore red-node because i am not a good programmer.
would some one of you programmers help me to create a plugin or something ?
I had found something ...
i am searching for a solution to connect my AC1 airco system to domoticz.
It is based on AUX air condition system.
I do not use MQTT ore red-node because i am not a good programmer.
would some one of you programmers help me to create a plugin or something ?
I had found something ...
- Wednesday 13 September 2023 22:19
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101467
Re: Domoticz-Google-Assistant (dzga)
I have removed dzga and ngrok, and reinstalled it. maybe there are stil some files left over after removing dzga and ngrok.
I still get the ngrok connection error. ("error: 'ngroktunnel' object has no attribute 'replace' is not valid")
i don't get a new tunnel adress, i still get the first adress ...
I still get the ngrok connection error. ("error: 'ngroktunnel' object has no attribute 'replace' is not valid")
i don't get a new tunnel adress, i still get the first adress ...
- Tuesday 12 September 2023 19:23
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101467
Re: Domoticz-Google-Assistant (dzga)
Then you don't have this firewall installed.
Maybe you have another installed.
ore you can use for example 192.168.1.100:3030/settings
change it in youre ip adress
Maybe you have another installed.
ore you can use for example 192.168.1.100:3030/settings
change it in youre ip adress