I have the same problem... Were you able to fix it?
Search found 9 matches
- Wednesday 26 January 2022 9:32
- Forum: Other questions and discussions
- Topic: problem with updating the reported state of a dimmer device via MQTT
- Replies: 6
- Views: 1092
- Saturday 14 November 2020 23:39
- Forum: Switches and Scenes
- Topic: Tasmota scene trigger not working
- Replies: 4
- Views: 1858
Re: Tasmota scene trigger not working
Guys, I found a solution! previously I coupled the sonoff (mqtt) devices to domoticz by creating a dummy switch and adding the idx of the dummy switch in the sonoff tasmota device in configuration-->cofigure domoticz. This gave the problem that scenes/scripts weren't triggered when the domoticz ...
- Tuesday 27 October 2020 13:00
- Forum: Switches and Scenes
- Topic: Tasmota scene trigger not working
- Replies: 4
- Views: 1858
Re: Tasmota scene trigger not working
Hi guys,
did any of you find a way to fix this? I am running in the same (kind of) issue. I have a switch that triggers a (bash) script. If I flip the switch in the domoticz UI it works. If I flip the switch using a Tasmota device using MQTT the script is not triggered...
Thanks!
did any of you find a way to fix this? I am running in the same (kind of) issue. I have a switch that triggers a (bash) script. If I flip the switch in the domoticz UI it works. If I flip the switch using a Tasmota device using MQTT the script is not triggered...
Thanks!
- Saturday 21 October 2017 15:47
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 180998
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Sorry for the late reply, the latest commit should address this, but an ongoing problem is maintaining a stable connection, as soon as a request times out, the plugin/adapter goes haywire... Working on a solution, but I fear that until the switch to aiocoap is done, this will continue to be a ...
- Tuesday 10 October 2017 9:37
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 180998
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
I've reproduced this error by specifying the wrong key, are you sure the key your using is correct? key is correct ! I checked with the next order $ python3 -i -m pytradfri IP KEY (and it works) Hm, I'm running out of ideas... coap-client must work from the command line, but since pytradfri works ...
- Monday 15 February 2016 13:14
- Forum: OpenTherm gateway
- Topic: Send OTGW command from bash script
- Replies: 7
- Views: 6372
Re: Send OTGW command from bash script
Hi ThinkPad, I used domoticz because I only had to add the OTGW to get all the functionality without writing scripts, etc. If your solution works I can use that as well, no biggie. I tried the otgwmonitor. It works without a problem on my Win7 notebook. However on my headless RPi I can not get it to ...
- Monday 15 February 2016 10:10
- Forum: OpenTherm gateway
- Topic: Send OTGW command from bash script
- Replies: 7
- Views: 6372
Send OTGW command from bash script
Guys, I recently installed an OTGW in my domoticz system. I specifically bought a Remeha iSense thermostat since the original designer of the OTGW used one as well. I can temporary override the setpoint from the domoticz interface, nice! This is done with the TT command (e.g. TT=19) I want to be ...
- Thursday 31 December 2015 9:05
- Forum: Switches and Scenes
- Topic: True two-way switch with KAKU/CICO and domoticz
- Replies: 3
- Views: 1791
True two-way switch with KAKU/CICO and domoticz
I have lightbulb with a KAKU fitting switch as here: http://www.klikaanklikuit.nl/shop/nl/producten-1/fitting-schakelaar-afr-61/ I have equipped an existing wall switch with an integrated transmitter as here: http://www.klikaanklikuit.nl/shop/nl/producten-1/inbouwzender-awmt-231/ I want to be able ...
- Monday 21 December 2015 11:48
- Forum: Temperature and Weather
- Topic: Scraping only the temperature from WeatherUnderground sensor
- Replies: 63
- Views: 28524
Re: Scraping only the temperature from WeatherUnderground se
I was facing the same problem. Important to know is that a pressure sensor needs the pressure in bar, a barometer needs the pressure in hPa and weather underground supplies the pressure in hPa. Further a barometer also needs a so called BAR_FOR = Barometer forecast (see domoticz json/api docs for ...