Search found 65 matches
- Tuesday 21 May 2019 11:29
- Forum: dzVents
- Topic: .silent() seems not to work anymore [Solved]
- Replies: 30
- Views: 2810
Re: .silent() seems not to work anymore [Solved]
I'm using virtual devices and lua scripts - anyway to do quiet updates for this combo?
- Wednesday 07 November 2018 15:30
- Forum: Other questions and discussions
- Topic: Cheap 433MHz door sensor (with open and close)
- Replies: 49
- Views: 26821
Re: Cheap 433MHz door sensor (with open and close)
Hallo, where must i write in the script the 2 names from the devices front door open/close (event) and the name from the virtual button front door? Thanks I used a lua script (setup/more options/events): commandArray = {} if devicechanged["$Open3"] and devicechanged["$Open3"]=='On' then ...
- Wednesday 07 November 2018 15:27
- Forum: ESP8266
- Topic: [ESP8266] Commercial H801 WiFi RGB-dimmer topic
- Replies: 119
- Views: 81856
Re: [ESP8266] Commercial H801 WiFi RGB-dimmer topic
so I've been messing the hte h801 for a couple of days. With espurna installed on the device, it works well. I like that it provides smooth transitions for the lighting when you make changes. Only bad thing is no domoticz plugin. So I tried tasmota with the plugin someone wrote in this thread. This ...
- Saturday 03 November 2018 14:02
- Forum: Other questions and discussions
- Topic: Cheap 433MHz door sensor (with open and close)
- Replies: 49
- Views: 26821
Re: Cheap 433MHz door sensor (with open and close)
Thanks for the heads-up on these, modded them to monitor locked status on all my uPVC doors. Surprisingly easy, just moved the reed switch to behind the dead bolt recess and glued a tiny magnet on the end of the dead bolt. Simples! Now Alexa warns me when going out or to bed if any door is unlocked 😁
- Tuesday 24 October 2017 17:29
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 174816
- Tuesday 24 October 2017 17:21
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 174816
Re: Easy Domoticz to Alexa Integration
Hi Madgeni, Great work! Just wondering, is there any way to filter which devices in domoticz are visible to controlicz? I only want to add certain devices to controlicz you see and already have rooms setup... Ideally controlicz would look for devices in a specifically named room, say a room called ...
- Tuesday 20 December 2016 9:40
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
ah ok sincze, thanks for the additional info :) If you ever find yourself with nothing to do feel free to try the following in a lua script to verify if it works for you :lol: -- show cctv on other kodi devices if otherdevices['Lounge (Kodi)'] ~= "Off" then commandArray['Lounge (Kodi)']='Execute ...
- Monday 19 December 2016 22:45
- Forum: Kodi (XBMC)
- Topic: Security CAM Overlay in XBMC
- Replies: 11
- Views: 11626
Re: Security CAM Overlay in XBMC
Thanks for confirming that
Oh poop, means it's something more involved then lol
Oh poop, means it's something more involved then lol
- Monday 19 December 2016 10:26
- Forum: Kodi (XBMC)
- Topic: Security CAM Overlay in XBMC
- Replies: 11
- Views: 11626
Re: Security CAM Overlay in XBMC
Hi!
Can anyone confirm if this still works as of the current betas?
It seems to have stopped working since the last stable...
Can anyone confirm if this still works as of the current betas?
It seems to have stopped working since the last stable...
- Monday 19 December 2016 10:17
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
Still can't seem to execute scripts/addons in kodi in the latest beta.
Last worked on the stable but was advised to try the beta as the stable has problems, doh!
Last worked on the stable but was advised to try the beta as the stable has problems, doh!
- Friday 16 December 2016 12:10
- Forum: Kodi (XBMC)
- Topic: Turn switch on when pausing kodi?
- Replies: 16
- Views: 10227
Re: Turn switch on when pausing kodi?
Here's a script I use to carry on watching a program (tv show of film) in bed :) When I run the "bed time" scene it triggers this script (and turns lots of lights off). This script checks to see if the lounge kodi is paused and therefore assumes i want to carry on watching it in bed. If not paused ...
- Friday 16 December 2016 9:10
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
Right so logged on git but told to come back here!
"Use the forum" lol
Can someone confirm this problem and then how will it get fixed if its not allowed to be logged on lol?!
"Use the forum" lol
Can someone confirm this problem and then how will it get fixed if its not allowed to be logged on lol?!
- Thursday 15 December 2016 14:09
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
Is this a domoticz fault or the kodi plugin fault then?
- Wednesday 14 December 2016 13:49
- Forum: Switches and Scenes
- Topic: Anyone using the LEDENET Magic UFO LED WIFI Controller
- Replies: 13
- Views: 4419
Re: Anyone using the LEDENET Magic UFO LED WIFI Controller
I tried using this (lua script): commandArray = {}; DomDevice = '???' IP = '192.168.2.180' Port = '5577'; print("UFO LED Controller Script") function send(msg) runcommand = "echo "..msg .."| telnet "..IP.." "..Port.." " print (runcommand) os.execute(runcommand) end if devicechanged[DomDevice] then ...
- Wednesday 14 December 2016 9:42
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
That's weird I replied yesterday but its gone!
I hadn't upgraded since the last "stable" earlier this year.
It works fine on the latest "stable". Noticed that the buttons on the kodi remote popup work ok on the beta.
I hadn't upgraded since the last "stable" earlier this year.
It works fine on the latest "stable". Noticed that the buttons on the kodi remote popup work ok on the beta.
- Tuesday 13 December 2016 14:08
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
Woops! Me being dumb! I forgot to reload kodi (this instance is running on windows, the others libreelec). Sorry, here's the output with kodi actually running lol: 6-12-13 13:05:16.351 Kodi: (Study (Kodi)) Connected to '192.168.2.110:9090'. 2016-12-13 13:05:16.353 Kodi: (Study (Kodi)) Event: 'On ...
- Tuesday 13 December 2016 13:50
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Re: Execute script.securitycam no longer working (lua)
hi, thanks for the quick response :) I changed the port to -9090 for the study kodi instance in the hardware tab and triggered the script: 2016-12-13 12:42:25.331 Kodi: (Study (Kodi)) Connect to '192.168.2.110:9090' failed: (111) Connection refused 2016-12-13 12:42:26.333 Kodi: (Study (Kodi ...
- Tuesday 13 December 2016 12:41
- Forum: LUA
- Topic: Execute script.securitycam no longer working (lua)
- Replies: 11
- Views: 2236
Execute script.securitycam no longer working (lua)
Hi! Since the last few betas the following command in my lua script no longer seems to work: -- show cctv on other kodi devices if otherdevices['Lounge (Kodi)'] ~= "Off" then commandArray['Lounge (Kodi)']='Execute script.securitycam' end if otherdevices['Bedroom (Kodi)'] ~= "Off" then commandArray ...
- Tuesday 29 November 2016 17:25
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131610
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hi again,
Just had time to try with the latest code on github and it runs through but doesn't find the virtual set points still
Just had time to try with the latest code on github and it runs through but doesn't find the virtual set points still
- Thursday 24 November 2016 20:24
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 131610
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
HIya, Hmm, the stats are still not discovered, also a few other devices are missing too. Also, can't seem to find the correct phrase to ask for a temperature reading... Ah, it's no longer working - { "errorMessage": "Unexpected token <<", "errorType": "SyntaxError", "stackTrace": [ "Module._compile ...