Search found 14 matches
- Thursday 30 April 2020 17:16
- Forum: dzVents
- Topic: Read Plex status from dummy device [Solved]
- Replies: 4
- Views: 907
Re: Read Plex status from dummy device [Solved]
Strange, I played something in plex and paused but nothing happens in the log. The device is updated by the 'Plex status script'. The posted Plex status script uses the option silent() if you have not removed that it will not trigger any subsequent scripts. Wow thank you very much! Never thought ...
- Thursday 30 April 2020 16:59
- Forum: dzVents
- Topic: Read Plex status from dummy device [Solved]
- Replies: 4
- Views: 907
Re: Read Plex status from dummy device [Solved]
Now i would like to have my lighting respond to it so i have a separate script to read the Plex status from the dummy (Switch type: media player). can you try this? It does show you the actual state and nValue and check for the states as string return { on = { devices = {642} -- dz_plex_player IDX ...
- Thursday 30 April 2020 16:17
- Forum: dzVents
- Topic: Read Plex status from dummy device [Solved]
- Replies: 4
- Views: 907
Read Plex status from dummy device [Solved]
Hi all, i'm using this great script for reading my Plex status: https://www.domoticz.com/forum/viewtopic.php?f=72&t=31629 Now i would like to have my lighting respond to it so i have a separate script to read the Plex status from the dummy (Switch type: media player). Unfortunately I can't get it to ...
- Sunday 16 September 2018 12:34
- Forum: dzVents
- Topic: Motion Light Off after 2 minutes at Nighttime
- Replies: 8
- Views: 2513
Re: Motion Light Off after 2 minutes at Nighttime
For me this works perfectly. Maybe u can use it. This way the lights stay on for 1 minute after motion sensor detected motion. return { on = { devices = {motion sensor} }, execute = function(domoticz, device) local light = domoticz.devices(light u want to switch) if ((not light.active and device ...
- Monday 03 September 2018 12:27
- Forum: dzVents
- Topic: Monitor Synology NAS with SNMP
- Replies: 17
- Views: 11844
Re: Monitor Synology NAS with SNMP
Thanks for your script! It's easy to install but i get a error in the domoticz log: 2018-09-03 12:22:00.594 Status: dzVents: Error (2.4.7): Synology Monitor v1.03 : An error occured when calling event handler synology 2018-09-03 12:22:00.594 Status: dzVents: Error (2.4.7): Synology Monitor v1.03 ...
- Friday 08 June 2018 16:20
- Forum: Others
- Topic: Mi-Light / LimitlessLED / Applamp
- Replies: 232
- Views: 94806
Re: Mi-Light / LimitlessLED / Applamp
Are there any problems with Milight and Domoticz? I have a new installed Domoticz and i like to use Milight with it just like before. In hardware i put in the credentials but the devices are not created and added to Domoticz. Domoticz Beta V3.9580 In hardware i have: Enabled: yes Name: milights ...
- Thursday 07 June 2018 16:49
- Forum: Others
- Topic: Mi-Light / LimitlessLED / Applamp
- Replies: 232
- Views: 94806
Re: Mi-Light / LimitlessLED / Applamp
Are there any problems with Milight and Domoticz? I have a new installed Domoticz and i like to use Milight with it just like before. In hardware i put in the credentials but the devices are not created and added to Domoticz. Domoticz Beta V3.9580 In hardware i have: Enabled: yes Name: milights Type ...
- Monday 07 August 2017 17:13
- Forum: Python
- Topic: Python plugin: Sonos [new version]
- Replies: 69
- Views: 23719
Re: Python plugin: Sonos [new version]
Yes the other speakers are grouped so maybe that's the problem
- Monday 07 August 2017 16:25
- Forum: Python
- Topic: Python plugin: Sonos [new version]
- Replies: 69
- Views: 23719
Re: Python plugin: Sonos [new version]
I see you have multiple Sonos players. Can you activate only one and see if that still gives issues? Edit: I have checked the log file and can't find anything strange. If you can try the suggestion above, I will update my test system to latest beta and see if that gives any issues. I've tried today ...
- Saturday 05 August 2017 23:14
- Forum: Python
- Topic: Python plugin: Sonos [new version]
- Replies: 69
- Views: 23719
Re: Python plugin: Sonos [new version]
Sure, here it is! Now Domoticz is crasing after i use the plugin for play, pauze or something and go to the devices tab. Very strange. Hope you can find something in the log that wil help.
- Saturday 05 August 2017 22:19
- Forum: Python
- Topic: Python plugin: Sonos [new version]
- Replies: 69
- Views: 23719
Re: Python plugin: Sonos [new version]
Thanks for taking over this great plugin! Installed and it works but i get the following error in my domoticz logs: 2017-08-05 22:11:28.605 Error: (Sonos Badkamer) ----> Line 97 in /home/pi/domoticz/plugins/sonos/plugin.py, function onStart 2017-08-05 22:11:28.605 Error: (Sonos Badkamer) ----> Line ...
- Friday 17 February 2017 12:22
- Forum: Python
- Topic: Python plugin: Sonos [old version]
- Replies: 177
- Views: 40787
Re: Python plugin: Sonos
Thanks! It's working great now!mvzut wrote:You must fill in the IP address of the Sonos player you want to add. Easiest way to find this is via the Sonos app, under Settings > About my Sonos System.DomoRies wrote:Nice plugin, but what do you need to fill in at ip-adres in Domoticz? Now it's for default 127.0.0.1
- Thursday 16 February 2017 17:34
- Forum: Python
- Topic: Python plugin: Sonos [old version]
- Replies: 177
- Views: 40787
Re: Python plugin: Sonos
Nice plugin, but what do you need to fill in at ip-adres in Domoticz? Now it's for default 127.0.0.1
- Friday 25 November 2016 23:01
- Forum: Show your projects
- Topic: Step by step guide: Sonos integration
- Replies: 125
- Views: 83812
Re: Step by step guide: Sonos integration
Hi al, Trying to install the program and running npm start i get the following code. What am i doing wrong? I installed it on my raspberry pi with raspbian jessie node version 7.2.0 npm version 3.10.9 pi@raspberrypi:~/node-sonos-http-api $ npm start > [email protected] start /home/pi/node-sonos ...