I need to run domoticz beta then, and i had recently some issues with that. I will stick to the Tasmota fw for the Shelly 2.5.
Many thanks for your support!
Search found 11 matches
- Tuesday 18 February 2020 12:41
- Forum: ESP8266
- Topic: Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
- Replies: 7
- Views: 3519
- Tuesday 18 February 2020 12:27
- Forum: ESP8266
- Topic: Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
- Replies: 7
- Views: 3519
Re: Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
May I ask you how do you integrate the original shelly to domoticz? I cant find MQTT.
- Tuesday 18 February 2020 11:26
- Forum: ESP8266
- Topic: Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
- Replies: 7
- Views: 3519
Re: Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
Oh this is good to know, but i dont like the cloud services, so I moved to Tasmota.
Many thanks!
Many thanks!
- Tuesday 18 February 2020 10:36
- Forum: ESP8266
- Topic: Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
- Replies: 7
- Views: 3519
Shelly 2.5 Tasmota Shutter and MQTT Update to Domotic
Hi, i have a problem and im sure the problem its me! So i have a shelly 2.5 flashed with Tasmota and the shutter option enabled. I can control the shutter in percentage. When im now going to change the value in domoticz the shutter will start moving in the desired direction. But as soon as the ...
- Thursday 26 July 2018 21:09
- Forum: Other questions and discussions
- Topic: Magic Home RGB WiFi controller integration
- Replies: 28
- Views: 24843
Re: Magic Home RGB WiFi controller integration
Any news on that folks?
- Thursday 24 May 2018 22:18
- Forum: Other questions and discussions
- Topic: Magic Home RGB WiFi controller integration
- Replies: 28
- Views: 24843
Re: Magic Home RGB WiFi controller integration
I would be also interested into! Would do some coding... if i could ;p
In the moment im thinking about some bad workarounds, and use virtual switches for Szenes and run a script in the background. Not that nice, but will work for now.
In the moment im thinking about some bad workarounds, and use virtual switches for Szenes and run a script in the background. Not that nice, but will work for now.
- Thursday 24 May 2018 22:14
- Forum: Third party and supplementary tools
- Topic: Arilux AL-LC0X? RGB Stripe Controller
- Replies: 1
- Views: 2652
Arilux AL-LC0X? RGB Stripe Controller
Hello Guys, im going to install some LED Stripes into my house. Of course i want to have them controlled by domoticz! I was playing around a little bit with the Arilux AL-LC06 so far. Until now i could not get it to work in Domoticz. Big question: Is the Al-LC01 fully supported? Is dimming and color ...
- Sunday 22 October 2017 9:48
- Forum: LUA
- Topic: Dummy Switch wont update as wanted
- Replies: 2
- Views: 637
Re: Dummy Switch wont update as wanted
Sorry for not beeing that precise! Here is the full code. commandArray = {} now=os.date("*t") if now.min % 1 == 0 then local stringTuerGartenhaus = assert(io.popen("curl -s http://10.168.2.60:8088/rest/devices/Tuerrkontakt/attributes/Tuer1/value" , 'r')) local tuergartenhaus = stringTuerGartenhaus ...
- Saturday 21 October 2017 21:40
- Forum: LUA
- Topic: Dummy Switch wont update as wanted
- Replies: 2
- Views: 637
Dummy Switch wont update as wanted
Hi, i have a door switch that gives 1 or 0. I get the data from an API. For any reason my code below does not work as expected: If value from door switch API = 1 and dummy switch == on, then set dummy switch Off If value from door switch API = 0 and dummy switch == off, then set dummy switch On if ...
- Saturday 21 October 2017 21:38
- Forum: LUA
- Topic: LUA Script Data from ext. Rest not usable
- Replies: 3
- Views: 804
Re: LUA Script Data from ext. Rest not usable
Many thanks! I understand now what was wrong. Thank you very much!
- Thursday 19 October 2017 11:18
- Forum: LUA
- Topic: LUA Script Data from ext. Rest not usable
- Replies: 3
- Views: 804
LUA Script Data from ext. Rest not usable
Hi, i have a really strange problem. I dont know if im right in LUA or Blocky board, but lets start. I have the following LUA script, that gets me data every minute from a REST: commandArray = {} now=os.date("*t") -- NB : every 5 minutes only, if u prefer every 2 min or even every 1 min -- change ...