Search found 63 matches

by PeJeWe
Sunday 04 January 2026 15:54
Forum: Bugs and Problems
Topic: Google Cloud Messaging not working
Replies: 15
Views: 554

Re: Google Cloud Messaging not working

Is there any simple alternative without installing an app?
by PeJeWe
Saturday 03 January 2026 21:43
Forum: Bugs and Problems
Topic: Google Cloud Messaging not working
Replies: 15
Views: 554

Re: Google Cloud Messaging not working

Same here
Version: 2025.2
Build Hash: e63981b

Code: Select all

Error: FCM: Unable to get access token!
by PeJeWe
Tuesday 14 October 2025 18:58
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

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 ...
by PeJeWe
Monday 13 October 2025 19:17
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

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 ...
by PeJeWe
Monday 13 October 2025 17:06
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

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???
by PeJeWe
Monday 13 October 2025 16:33
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

Re: Domoticz version 2025.2 released (Fails)

jvdz wrote: Monday 13 October 2025 16:27 Did you upgrade the docker image yo the latest version?
I'm not running docker.
I'm currently upgrading to bookworm
can it run on trixie
by PeJeWe
Monday 13 October 2025 16:25
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

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 ...
by PeJeWe
Monday 13 October 2025 16:08
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

Re: Domoticz version 2025.2 released (Fails)

jannl wrote: Monday 13 October 2025 15:53 You have Bookworm of a newer OS installed or use Docker?
No docker, and running on bullseye
by PeJeWe
Monday 13 October 2025 15:50
Forum: Bugs and Problems
Topic: Domoticz version 2025.2 released (Fails)
Replies: 43
Views: 2824

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 ...
by PeJeWe
Tuesday 06 February 2024 20:49
Forum: Android
Topic: Domoticz app 2.0
Replies: 2382
Views: 679482

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 ...
by PeJeWe
Saturday 20 January 2024 11:27
Forum: Switches and Scenes
Topic: Selector switch action mqtt
Replies: 4
Views: 4368

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 ...
by PeJeWe
Saturday 13 January 2024 22:06
Forum: Switches and Scenes
Topic: Selector switch action mqtt
Replies: 4
Views: 4368

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 ...
by PeJeWe
Saturday 13 January 2024 21:24
Forum: Switches and Scenes
Topic: Selector switch action mqtt
Replies: 4
Views: 4368

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 ...
by PeJeWe
Sunday 22 October 2023 20:52
Forum: Others
Topic: Can't get MQTT to work.
Replies: 5
Views: 5051

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 ...
by PeJeWe
Friday 20 October 2023 10:44
Forum: Others
Topic: Can't get MQTT to work.
Replies: 5
Views: 5051

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 ...
by PeJeWe
Friday 20 October 2023 8:15
Forum: Others
Topic: Can't get MQTT to work.
Replies: 5
Views: 5051

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 ...
by PeJeWe
Thursday 19 October 2023 21:27
Forum: Others
Topic: Can't get MQTT to work.
Replies: 5
Views: 5051

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 ...
by PeJeWe
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 ...
by PeJeWe
Wednesday 13 September 2023 22:19
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 372
Views: 101444

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 ...
by PeJeWe
Tuesday 12 September 2023 19:23
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 372
Views: 101444

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