From Tasmota side I have in logs:
2020-07-11 00:42:42.805 User: Admin initiated a switch command (32/Esp Led RGB Strip 1/On)
2020-07-11 00:42:42.806 (Esp Led RGB Strip 1) Lighting Limitless/Applamp (Esp Led RGB Strip 1)
2020-07-11 00:42:46.669 (Esp Led RGB Strip 1) Lighting Limitless/Applamp (Esp ...
Search found 8 matches
- Saturday 11 July 2020 1:46
- Forum: ESP8266
- Topic: Tasmota under ESP8266 with 3 channel RGB in Domoticz
- Replies: 2
- Views: 3940
- Saturday 11 July 2020 1:31
- Forum: ESP8266
- Topic: Tasmota under ESP8266 with 3 channel RGB in Domoticz
- Replies: 2
- Views: 3940
Tasmota under ESP8266 with 3 channel RGB in Domoticz
Hello everyone,
I have a Tasmota running in one ESP8266 connected with a 3 channel RGB, and working well:
http://prntscr.com/tfngi9
Now I am trying to add this ESP with a RGB Led Strip to Domoticz, but till now, I am only able to turn it ON and OFF.
I have setup a Dummy Hardware for this Esp Led ...
I have a Tasmota running in one ESP8266 connected with a 3 channel RGB, and working well:
http://prntscr.com/tfngi9
Now I am trying to add this ESP with a RGB Led Strip to Domoticz, but till now, I am only able to turn it ON and OFF.
I have setup a Dummy Hardware for this Esp Led ...
- Monday 18 June 2018 1:34
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Trying to ON/OFF device through shell command in Domoticz
- Replies: 2
- Views: 1097
Re: Trying to ON/OFF device through shell command in Domoticz
Finally(!) I was able to turn it on and off :o
There was a missing ' after my xiaomi token in switch:
On action:
script:///usr/local/bin/python3.6 /home/root/domoticz/scripts/python/MyAir.py '192.168.1.81' 'e7cad3a10ea385ee2b9ce3c55f9e2696' --power ON
Off action:
script:///usr/local/bin ...
There was a missing ' after my xiaomi token in switch:
On action:
script:///usr/local/bin/python3.6 /home/root/domoticz/scripts/python/MyAir.py '192.168.1.81' 'e7cad3a10ea385ee2b9ce3c55f9e2696' --power ON
Off action:
script:///usr/local/bin ...
- Monday 18 June 2018 1:00
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Trying to ON/OFF device through shell command in Domoticz
- Replies: 2
- Views: 1097
Re: Trying to ON/OFF device through shell command in Domoticz
I have tried to add an event through GUI for when there is a change in switch state, but dont know if its well 'pointed' to GUI ON/OFF that I have created:
local sensor = 'ON/OFF'
commandArray = {}
if devicechanged['sensor'] == 'On' then
os.execute ("python3.6 MyAir.py '192.168.1.81 ...
local sensor = 'ON/OFF'
commandArray = {}
if devicechanged['sensor'] == 'On' then
os.execute ("python3.6 MyAir.py '192.168.1.81 ...
- Sunday 17 June 2018 14:19
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Trying to ON/OFF device through shell command in Domoticz
- Replies: 2
- Views: 1097
Trying to ON/OFF device through shell command in Domoticz
Hello,
I have recently installed for the first time Domoticz, and I am trying to turn on/off a Xiaomi Air Purifier 2, where I am already able to read and send commands through OS shell (debian 8), and now I am trying to add a switch botton on Domoticz to execute those commands on Domoticz GUI, but ...
I have recently installed for the first time Domoticz, and I am trying to turn on/off a Xiaomi Air Purifier 2, where I am already able to read and send commands through OS shell (debian 8), and now I am trying to add a switch botton on Domoticz to execute those commands on Domoticz GUI, but ...
- Sunday 10 June 2018 22:37
- Forum: Python
- Topic: Xiaomi Air Purifier 2
- Replies: 82
- Views: 39829
Re: Xiaomi Air Purifier 2
I have received tons of warnings at step 2) and 3) :( :
2) Install miIO Device Library: npm install --save miio
npm WARN engine [email protected]: wanted: {"node":">=6.6.0"} (current: {"node":"0.10.29","npm":"1.4.21"})
npm WARN engine [email protected]: wanted: {"node":">=4"} (current: {"node":"0.10.29 ...
2) Install miIO Device Library: npm install --save miio
npm WARN engine [email protected]: wanted: {"node":">=6.6.0"} (current: {"node":"0.10.29","npm":"1.4.21"})
npm WARN engine [email protected]: wanted: {"node":">=4"} (current: {"node":"0.10.29 ...
- Saturday 09 June 2018 3:52
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz not showing HTTP and HTTPS in Debian 9.4
- Replies: 3
- Views: 3225
Re: Domoticz not showing HTTP and HTTPS in Debian 9.4
From what I am reading from other ppl that error came from a lib for ssl libssl1.0.0, who is only available in old debian versions(7,8), and not in Debian 9 where I already have libssl1.0.2. From other posts in this forum seems like to use HTTP, it should be installed that lib too. 
- Saturday 09 June 2018 3:38
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz not showing HTTP and HTTPS in Debian 9.4
- Replies: 3
- Views: 3225
Domoticz not showing HTTP and HTTPS in Debian 9.4
Hello,
I have made my first fresh installation of Domoticz through,
sudo curl -L install.domoticz.com | bash
and use the default installation for HTTP at 8080 and HTTPS at 443, but still after a successful installation (no errors), I was unable to open any webservice at those ports, even at ...
I have made my first fresh installation of Domoticz through,
sudo curl -L install.domoticz.com | bash
and use the default installation for HTTP at 8080 and HTTPS at 443, but still after a successful installation (no errors), I was unable to open any webservice at those ports, even at ...