Hi everyone,
I have an Sonoff TH10 flashed with ESPHome.
Created this config in the YAML file for ESPHome:
switch:
- platform: gpio
pin: 12
name: "Slaapkamer - Lamp"
id: slaapkamer_lamp
The device is discovered in Domoticz and works fine, however logging says:
MQTT Autodiscovery HomeAssistant ...
Search found 18 matches
- Monday 14 March 2022 8:21
- Forum: MQTT Auto Discovery
- Topic: Unhandled color switch type '{ onoff }
- Replies: 1
- Views: 329
- Wednesday 09 March 2022 15:55
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98524
Re: Python Plugin : Broadlink
Hi,
I did a clean install of Domoticz and tried to add this plugin:
pi@domoticz:~/domoticz/plugins/broadlink $ sudo python setup.py
File "setup.py", line 229
print("\r>> Bytes downloaded -->" + state + str(leng) + state, end='', flush=True)
^
SyntaxError: invalid syntax
Any ideas?
be ...
- Wednesday 09 March 2022 13:20
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101360
Re: Domoticz-Google-Assistant (dzga)
Did a clean install of Raspbian Buster, latest Domoticz stable and DZGA.
Tried to play a sound and getting this:
Page not found!: name 'cast' is not defined
Any ideas?
Tried to play a sound and getting this:
Page not found!: name 'cast' is not defined
Any ideas?
- Wednesday 09 March 2022 13:08
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98524
Re: Python Plugin : Broadlink
Hi,
I did a clean install of Domoticz and tried to add this plugin:
pi@domoticz:~/domoticz/plugins/broadlink $ sudo python setup.py
File "setup.py", line 229
print("\r>> Bytes downloaded -->" + state + str(leng) + state, end='', flush=True)
^
SyntaxError: invalid syntax
Any ideas?
I did a clean install of Domoticz and tried to add this plugin:
pi@domoticz:~/domoticz/plugins/broadlink $ sudo python setup.py
File "setup.py", line 229
print("\r>> Bytes downloaded -->" + state + str(leng) + state, end='', flush=True)
^
SyntaxError: invalid syntax
Any ideas?
- Wednesday 02 February 2022 8:43
- Forum: Switches and Scenes
- Topic: Fibaro Dimmer 2 (FGD212) Enable S2 (Scene)
- Replies: 0
- Views: 741
Fibaro Dimmer 2 (FGD212) Enable S2 (Scene)
Hi everyone,
I want to use the S2 connectors on the Fibaro Dimmer 2 (FGD212) for an extra button to activate other devices in Domoticz.
I set this options on the device:
20. Inputs Button./Switch configration: Bi-stable input
23. Double click optuon: Disable double click
26. The funtion ot 3-way ...
I want to use the S2 connectors on the Fibaro Dimmer 2 (FGD212) for an extra button to activate other devices in Domoticz.
I set this options on the device:
20. Inputs Button./Switch configration: Bi-stable input
23. Double click optuon: Disable double click
26. The funtion ot 3-way ...
- Thursday 17 September 2020 20:20
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101360
Re: Domoticz-Google-Assistant (dzga)
Since IFTTT is stopping its free service, i'm trying to install dzga.
However, the installation script does not work?
When entering the command in SSH, nothing happens?

However, the installation script does not work?
When entering the command in SSH, nothing happens?

- Tuesday 07 July 2020 11:24
- Forum: Python
- Topic: Python Plugin: Domoticz-Google-Plugin
- Replies: 132
- Views: 34862
Re: Python Plugin: Domoticz-Google-Plugin
Hello,
Does anybody know how to use this plugin?
I installed it, and it found my Google Home Mini.
How do i send a notification to my Home Mini with blockly? Can't get it to work.
And when i enable or disable the plugin under "Hardware", my whole Domoticz crashes....
Does anybody know how to use this plugin?
I installed it, and it found my Google Home Mini.
How do i send a notification to my Home Mini with blockly? Can't get it to work.
And when i enable or disable the plugin under "Hardware", my whole Domoticz crashes....
- Friday 19 July 2019 10:43
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 131503
Re: Python Plugin : Broadlink RM2 V4
Can anyone confirm this plugin works with the latest beta of Domoticz?
- Saturday 29 June 2019 14:18
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 131503
Re: Python Plugin : Broadlink RM2 V4
Okey, received my RM3 Mini today. Installed the app and connected it to the network.
The plugin however, isn't working!
It keeps saying:
2019-06-29 14:16:33.595 Error: (Broadlink RM3 Mini) ini file not found: /home/pi/domoticz/plugins/BroadlinkRM2/BroadlinkRM2-17-254.ini
The file BroadlinkRM2-17 ...
The plugin however, isn't working!
It keeps saying:
2019-06-29 14:16:33.595 Error: (Broadlink RM3 Mini) ini file not found: /home/pi/domoticz/plugins/BroadlinkRM2/BroadlinkRM2-17-254.ini
The file BroadlinkRM2-17 ...
- Thursday 20 June 2019 16:26
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 131503
Re: Python Plugin : Broadlink RM2 V4
Tried to install the Broadlink RM2 V4 plugin on my Raspberry Pi:
copied the files "plugin_send.py" , "plugin_http.sh", "plugin_http.py" and "plugin.py" to /home/pi/domoticz/plugins/BroadlinkRM2/
Then installed the required modules:
sudo apt install python-pip
sudo pip3 install pyaes
sudo pip3 ...
- Thursday 20 June 2019 16:09
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 131503
Re: Python Plugin : Broadlink RM2 V4
Tried to install the Broadlink RM2 V4 plugin on my Raspberry Pi:
copied the files "plugin_send.py" , "plugin_http.sh", "plugin_http.py" and "plugin.py" to /home/pi/domoticz/plugins/BroadlinkRM2/
Then installed the required modules:
sudo apt install python-pip
sudo pip3 install pyaes
sudo pip3 ...
copied the files "plugin_send.py" , "plugin_http.sh", "plugin_http.py" and "plugin.py" to /home/pi/domoticz/plugins/BroadlinkRM2/
Then installed the required modules:
sudo apt install python-pip
sudo pip3 install pyaes
sudo pip3 ...
- Tuesday 06 November 2018 10:41
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 187546
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
If you could please fetch the latest development-branch, run configure.py with the (newly added) --debug argument, and post the output?
$ cd IKEA-Tradfri
$ git checkout development
$ git pull
$ ./configure.py --debug IP KEY
Regards,
M
This is the output:
pi@raspberrypi:~/domoticz ...
- Tuesday 06 November 2018 8:24
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 187546
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hi bought a Tradfri gateway but can't connect it with the script:
I did enter:
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ ./configure.py 10.0.0.14 EwulNJJdX2UhrLCy
Script says:
Failed to generate ID/PSK-pair.
Check that the IP and Master Key is correct.
Security key is correct.
If ...
- Monday 05 November 2018 18:43
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 187546
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hi bought a Tradfri gateway but can't connect it with the script:
I did enter:
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ ./configure.py 10.0.0.14 EwulNJJdX2UhrLCy
Script says:
Failed to generate ID/PSK-pair.
Check that the IP and Master Key is correct.
Security key is correct.
I did enter:
pi@raspberrypi:~/domoticz/plugins/IKEA-Tradfri $ ./configure.py 10.0.0.14 EwulNJJdX2UhrLCy
Script says:
Failed to generate ID/PSK-pair.
Check that the IP and Master Key is correct.
Security key is correct.
- Thursday 20 September 2018 12:30
- Forum: Other questions and discussions
- Topic: Next beta (or stable)?
- Replies: 7
- Views: 1303
Re: Next beta (or stable)?
I'm also curious about whats going on. Nextversion 4.1000 or are we waiting for version 5.0 ? And when will the new beta be released?
- Thursday 21 June 2018 11:09
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 679166
Re: Domoticz app 2.0
Is it possible to sort the groups and scenes in the Android app like it's on the webpage?
There is an setting to sort it like the Dashboard. That works for the dashboard, switches, plans and all other pages but doesn't work for scenes and groups. Is this a bug in the app?
There is an setting to sort it like the Dashboard. That works for the dashboard, switches, plans and all other pages but doesn't work for scenes and groups. Is this a bug in the app?
- Wednesday 11 January 2017 9:28
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 185189
Re: Nefit Easy™
Yes, i have the Nefit Easy as hardware in Domoticz but there is no option to control temperature when using a scene.felix63 wrote:Have you added the Nefit Easy as Hardware? That should give you devices you can use to set the desired behavior.
- Tuesday 10 January 2017 16:45
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 185189
Re: Nefit Easy™
Can someone help me with some basic Nefit Easy stuff?
I have a scene "Go to bed" to switch of all light in de living room and turn on the lights in tbe bedroom.
Now i try to override the Nefit Easy program and set a manual temperature to save gas usage. My Nefit Easy programs sets temperature to 17 ...
I have a scene "Go to bed" to switch of all light in de living room and turn on the lights in tbe bedroom.
Now i try to override the Nefit Easy program and set a manual temperature to save gas usage. My Nefit Easy programs sets temperature to 17 ...