Search found 27 matches

by wmn79
Monday 14 November 2016 11:47
Forum: ESP8266
Topic: Sonoff/ESP8266 (Duco/Storkair etc) mechanical home ventilation control
Replies: 34
Views: 28328

Re: RE: Re: Sonoff/ESP8266 (Duco/Storkair etc) mechanical home ventilation control

Ah, ok. So no OTA programming of the module. That's too bad. Looking at the picture, it should be possible to just add a z-wave module, right? L+N to the module and black to L3 of the Ducobox. Bigger investment, but less hassle. Why not using a (z-wave) 0-10V dimmer module? You can set all ...
by wmn79
Sunday 03 April 2016 21:09
Forum: Device information
Topic: Z-Wave factfile: GreenWave NS210-F
Replies: 2
Views: 5894

Re: Z-Wave factfile: GreenWave NS210-F

More information on the settings for this device: - parameter 0: Power change required to send a notification, in % from 1 to 100, default 10 - parameter 1: Keep alive time, in minutes from 1 to 255, default 2 - parameter 2: Color wheel selection, read only - parameter 3: State after power loss, 0 ...
by wmn79
Thursday 31 March 2016 15:59
Forum: Switches and Scenes
Topic: GreenWave NS210-F how to set to work.
Replies: 1
Views: 744

Re: GreenWave NS210-F how to set to work.

You should include it using the network button on the bottom of the device, for more information see this link: https://domotiga.nl/projects/domotiga/w ... _PowerNode
by wmn79
Monday 14 March 2016 23:26
Forum: Switches and Scenes
Topic: Switch in combination with Selector
Replies: 9
Views: 6489

Re: Switch in combination with Selector

Yes that is right, I don't get sValues with my Hue bulbs as well. Maybe that is something which can be improved by arjanwaard who has really improved the implementation of Hue in Domoticz lately.

Do the switches now work how you want them to work?
by wmn79
Monday 14 March 2016 14:04
Forum: Switches and Scenes
Topic: Switch in combination with Selector
Replies: 9
Views: 6489

Re: Switch in combination with Selector

I don't mean the commands you use in your set levels I mean the LUA script I posted. That script should only be executed if the Lamp Salon tafel 02 (or O2) is changed to off. If you use both the lua script and the command you have with set level 0 you will get in a loop. You better put a check in ...
by wmn79
Sunday 13 March 2016 21:26
Forum: Switches and Scenes
Topic: Switch in combination with Selector
Replies: 9
Views: 6489

Re: Switch in combination with Selector

Do you get an error in the log? If so what is the error? Did I get the name of the first switch correct? Not sure if it is the letter O or a zero. I think I used a zero in the name. If that is incorrect you need to change it.
by wmn79
Friday 11 March 2016 21:26
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81873

Re: Step by step guide: Sonos integration

I've improved my lua script a bit so it makes a distinction between the paused and stopped state. On pause it sets the selector on pause, on stopped it put the selector switch off (different icon, no button selected). Maybe this can be helpful for others. -- ~/domoticz/scripts/lua/script_time ...
by wmn79
Friday 11 March 2016 17:52
Forum: Switches and Scenes
Topic: Switch in combination with Selector
Replies: 9
Views: 6489

Re: Switch in combination with Selector

I think this can be easily fulfilled with a lua device script. Basically I think it should be something like this: commandArray = {} if devicechanged['Lamp Salontafel 02'] == 'Off' then commandArray['Lamp Salontafel']='Set Level 0' end return commandArray Put above code in a script_device ...
by wmn79
Thursday 10 March 2016 16:24
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81873

Re: Step by step guide: Sonos integration

So I now got it fixed, removed the two other network adapters and got the node-sonos-http-api up and running through pm2. 9. Create a selector switch according to the below images; I also created a functionality to extract a json string from the sonos. This way I can check the status of the sonos. E ...
by wmn79
Wednesday 09 March 2016 23:01
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81873

Re: Step by step guide: Sonos integration

I have a FreeNAS machine that runs a virtual box host in a jail. That virtual box hosts a Debian Jessie VM that runs domoticz. So a bit of a complicated setup. The VM has three network adapters: one for NAT (10.0.2.x range), one host-only adapter (192.168.95.x range) one bridged adapter(192.168.1.4 ...
by wmn79
Wednesday 09 March 2016 21:23
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81873

Re: Step by step guide: Sonos integration

I tried to install this but I run into an error which I'm not able to solve at the moment. Maybe you have an idea. The whole install works fine but when I then run: npm start I get the following: > [email protected] start /home/domoticz/node-sonos-http-api > node server.js info: binding SSDP to ...
by wmn79
Tuesday 08 March 2016 23:06
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81873

Re: Step by step guide: Sonos integration

Just made a link to this post on the Wiki (https://www.domoticz.com/wiki/Sonos) feel free to edit that where needed.
by wmn79
Friday 26 February 2016 11:13
Forum: PHP and all others
Topic: better hue integration?
Replies: 30
Views: 11584

Re: better hue integration?

That would be great! I'll try and see if I can test it this weekend. Will this also update the logs off the switches themselves when lights are switched outside of domoticz? Really appreciate your effort.
by wmn79
Friday 19 February 2016 16:19
Forum: Show your projects
Topic: Easy Sonos
Replies: 80
Views: 74855

Re: Easy Sonos

Hi All, I'm new to the forums but have been messing with Home Automation for awhile now. Currently I use EventGhost for a lot of my automation but have been intereseted in checking out other options like Domoticz. I currently have deap integration with SONOS from a plugin that I created and use ...
by wmn79
Thursday 21 January 2016 0:02
Forum: Third party and supplementary tools
Topic: Alarm clock
Replies: 15
Views: 7965

Re: Alarm clock

I use Morning Routine for this. You can choose to run a tasker task or open a url when you switch off the alarm. Any suggestions for IOS alternatives for this?
by wmn79
Thursday 14 January 2016 9:42
Forum: Suggestions
Topic: [122] Philips Hue support
Replies: 169
Views: 75420

Re: [122] Philips Hue support

Question is, why do you need lua ? If there is something missing in the native hue implementation in domoticz, maybe best if you look into this and supply a git pull request with a patch Both lua and blockly are impacted so maybe I better call it the event system instead of lua. I prefer lua ...
by wmn79
Thursday 14 January 2016 9:20
Forum: Suggestions
Topic: [122] Philips Hue support
Replies: 169
Views: 75420

Re: [122] Philips Hue support

Since this topic is unlocked again is this the place to report issues with the implemented Hue support in Domoticz like the one in this topic: http://www.domoticz.com/forum/viewtopic.php?f=23&t=9499 . Please only report issues with the native implementation here, not with scripts or other meanings ...
by wmn79
Wednesday 13 January 2016 22:58
Forum: Suggestions
Topic: [122] Philips Hue support
Replies: 169
Views: 75420

Re: [122] Philips Hue support

Since this topic is unlocked again is this the place to report issues with the implemented Hue support in Domoticz like the one in this topic: http://www.domoticz.com/forum/viewtopic.php?f=23&t=9499.
by wmn79
Monday 11 January 2016 22:20
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22172

Re: Chromecast status

Does someone know if it's possible to start a stream through Chromecast (audio) via Domoticz? I don't know it but this repository was posted in the tweakers domoticz topic last week by user zeu: https://github.com/balloob/pychromecast He has created a simple web interface himself to use with it and ...
by wmn79
Tuesday 05 January 2016 10:56
Forum: LUA
Topic: Is there a manual for Lua?
Replies: 2
Views: 1257

Re: Is there a manual for Lua?

There is no complete manual for LUA in Domoticz. There is no full list of every option you can use. My experience is you need to check many examples to get really going. It's all bits and pieces here and there. A lot is also 'hidden deep' into forum posts. LUA scripts trigger either every minute or ...