Search found 54 matches

by PeJeWe
Tuesday 06 February 2024 20:49
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 617688

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: 2450

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

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

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

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

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

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

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 localhost ...
by PeJeWe
Monday 18 September 2023 22:09
Forum: Heating/cooling
Topic: AC1 (ACFreedom)
Replies: 1
Views: 1044

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: 361
Views: 79275

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: 361
Views: 79275

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
by PeJeWe
Monday 11 September 2023 21:49
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79275

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; ...
by PeJeWe
Monday 11 September 2023 21:45
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79275

Re: Domoticz-Google-Assistant (dzga)

somewhere i found this line Ngrok was unable to start. Error: 'NgrokTunnel' object has no attribute 'replace' is not valid But ngrock seems to be ok because he give a new url. in config.yaml i writed ngrok_tunnel: true ngrok_auth_token: 1-------------------yrO9el1_d5DS899GvZaspqPf3SZ3 I don't ...
by PeJeWe
Thursday 07 September 2023 12:02
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 361
Views: 79275

Re: Domoticz-Google-Assistant (dzga)

somewhere i found this line Ngrok was unable to start. Error: 'NgrokTunnel' object has no attribute 'replace' is not valid But ngrock seems to be ok because he give a new url. in config.yaml i writed ngrok_tunnel: true ngrok_auth_token: 1-------------------yrO9el1_d5DS899GvZaspqPf3SZ3 I don't ...
by PeJeWe
Saturday 29 July 2023 21:35
Forum: RFLink Transceiver
Topic: Dragino LoRa Gateway 433/868/915Mhz all in one
Replies: 11
Views: 7491

Re: Dragino LoRa Gateway 433/868/915Mhz all in one

Is there a FSK solution for RFLink
I use Brel BLE45-20, it is using bi-directional communication.
by PeJeWe
Sunday 14 May 2023 22:04
Forum: Utility
Topic: Ginlong Solis inverter via mqtt to nodered to Domoticz
Replies: 3
Views: 2364

Re: Ginlong Solis inverter via mqtt to nodered to Domoticz

https://github.com/ZuinigeRijder/SolisCloud2PVOutput

Import directly from soliscloud to domoticz without mqtt
And for use with de new soliscloud.com
If you don't use pvoutput, you can set it disabled.
by PeJeWe
Thursday 13 April 2023 6:38
Forum: Python
Topic: can't access python requests module
Replies: 8
Views: 1632

Re: can't access python requests module

waltervl wrote: Wednesday 12 April 2023 23:43 Seems the same issue as discussed in the other topic I referred to.

Your Dzvents issue is probably easier to solve. Did you use the async way of calling openUrl()?
My coding skills are not that good to fully understand what you mean by "the async way of calling openUrl()"
by PeJeWe
Wednesday 12 April 2023 20:14
Forum: Python
Topic: can't access python requests module
Replies: 8
Views: 1632

Re: can't access python requests module

That is all fixed in 2022.2 and later. There are still some issues when you define sub functions in your python script, see for example https://www.domoticz.com/forum/viewtopic.php?p=297430 i want to use a python script for my toon because when i let it run by DzVents i get random errors like "Toon ...
by PeJeWe
Tuesday 11 April 2023 21:53
Forum: Python
Topic: can't access python requests module
Replies: 8
Views: 1632

Re: can't access python requests module

Try to install the request module with sudo as Domoticz will probably run as root. There is currently a big issue with python plugins on bullseye. It is sidenote: known and a fix is close but until that there is no other way than wait, downgrade to Buster or use a docker environment. Is there a fix ...
by PeJeWe
Thursday 26 January 2023 17:34
Forum: Python
Topic: Combine 2 scripts SolisCloud>Domoticz.
Replies: 3
Views: 549

Re: Combine 2 scripts SolisCloud>Domoticz.

How do I use it in Domoticz?