Search found 68 matches

by Goldwing1973
Thursday 13 September 2018 11:54
Forum: Zigbee
Topic: Philips Hue Bridge + Osram Lightify + Domoticz?
Replies: 5
Views: 1927

Re: Philips Hue Bridge + Osram Lightify + Domoticz?

I bought a couple of Osram Lightify GU10 bulbs, linking them to the Hue (v2) bridge was easy, but they arn't showing as devices in Domoticz. Am i doing something wrong or is this a Osram Lightify bulbs + Hue problem? Even the scene i made in the Hue app isn't showing in Domoticz Hue Bridge devices ...
by Goldwing1973
Tuesday 11 September 2018 7:24
Forum: Zigbee
Topic: Philips Hue Bridge + Osram Lightify + Domoticz?
Replies: 5
Views: 1927

Re: Philips Hue Bridge + Osram Lightify + Domoticz?

Update, i have also a Home Assistant running, and there the Osram Lights are visable.
So apparantly its Domoticz not accepting the Lights from the Hue Bridge.
Is there a way to force the Lights to be accepted by Domoticz?
by Goldwing1973
Monday 10 September 2018 22:23
Forum: Zigbee
Topic: Philips Hue Bridge + Osram Lightify + Domoticz?
Replies: 5
Views: 1927

Philips Hue Bridge + Osram Lightify + Domoticz?

I bought a couple of Osram Lightify GU10 bulbs, linking them to the Hue (v2) bridge was easy, but they arn't showing as devices in Domoticz.
Am i doing something wrong or is this a Osram Lightify bulbs + Hue problem?
Even the scene i made in the Hue app isn't showing in Domoticz
by Goldwing1973
Thursday 28 June 2018 22:48
Forum: Blockly
Topic: Controlling Lucci Air in Blockly
Replies: 3
Views: 1136

Re: Controlling Lucci Air in Blockly

Tried that, without success.
by Goldwing1973
Thursday 28 June 2018 22:22
Forum: Blockly
Topic: Controlling Lucci Air in Blockly
Replies: 3
Views: 1136

Controlling Lucci Air in Blockly

I have a couple of Westinghouse RF Ceiling fan controllers build into the fans. Now i would like to be able to control the fans and especially the lights in the fans using a blockly script, but i'm unable to find the correct value to put in the "Set =" in Blockly. I can find the device ...
by Goldwing1973
Sunday 11 February 2018 20:18
Forum: Suggestions
Topic: [122] Philips Hue support
Replies: 169
Views: 75088

Re: [122] Philips Hue support

For the last week i’m having a lot of problems with Domoticz controlling my Hue Lights. A lot of times If “forgets” turning a light on, off or at the right color/brightness. This is only When i Control them from my iPad (Domoticz web) or from a z-wave wall switch. When i Control them from a Hue TAP i ...
by Goldwing1973
Sunday 19 November 2017 14:37
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 88118

Re: Buienradar Weather Lookup Plugin

Latest stable and Buienradar stopped working.
“Error: Buienradar hardware (19) thread seems to have ended unexpectedly”

I’ve set the log to True, but nothing in the log except the “Error: Buienradar hardware (19) thread seems to have ended unexpectedly”
by Goldwing1973
Monday 09 October 2017 22:21
Forum: Others
Topic: Popp Z-wave weatherstation
Replies: 3
Views: 1107

Re: Popp Z-wave weatherstation

alexsh1 wrote: Thursday 06 October 2016 15:57 Hello Jan,


Did you manage to resolved this issue?
Is it working fine with Domoticz?

Regards
Alex
Same Question for you, did you manage to get it working right?
I just bought one from eBay for nearly nothing.
by Goldwing1973
Monday 09 October 2017 10:26
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106312

Re: Python Plugin: Smart Virtual Thermostat

Ok, to bad.
To be sure, the popp thermostats are radiator valves and not thermostats you fix on the wall. (https://www.amazon.fr/Popp-Thermostat-c ... 01I5N9KFY/)
Only wall mounted thermostat is the Nest.
by Goldwing1973
Monday 09 October 2017 0:16
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 413
Views: 106312

Re: Python Plugin: Smart Virtual Thermostat

Question :

I have a nest (v1) and also 5 Popp Thermostat’s, (1 in each bedroom and 1 in the living room).
Can I use this project to control the nest and popp thermostats to heat each room individually?
by Goldwing1973
Monday 02 October 2017 12:45
Forum: Python
Topic: Plex Status
Replies: 24
Views: 16781

Re: Plex Status

I'm assuming commenting out these lines will stop the IDLE totally url = ("http://" + domoticz_host + ":" + domoticz_port + "/" + domoticz_url+ "?type=command&param=udevice&idx=" + domoticz_PlexStatus + "&nvalue=0&svalue=IDLE") urllib.urlopen(url) Isn't it possible to add "variable=1" when IDLE is ...
by Goldwing1973
Sunday 01 October 2017 12:21
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

Thanks, i copy'd/pasted your code and the errors are gone, now i have to wait until tomorrow night for the "Hello World" to be replaced with the garbage being collected next monday. Your welcome. Your code will runt twice at 18h00 and 18h01 :) Off course if you want to test you can change 18 to the ...
by Goldwing1973
Sunday 01 October 2017 0:51
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

Er zit n end te veel in in het begin, daardoor loopt het vast... Als die er uit is loopt ie prima hier :) commandArray = {} function os.capture(cmd, raw) -- os.command uitvoeren en resultaat daarvan lezen in string local f=assert(io.popen(cmd, 'r')) local s=assert(f:read('*a')) f:close() if raw ...
by Goldwing1973
Friday 29 September 2017 23:32
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

This is what i got commandArray = {} function os.capture(cmd, raw) -- os.command uitvoeren en resultaat daarvan lezen in string local f=assert(io.popen(cmd, 'r')) local s=assert(f:read('*a')) f:close() if raw then return s end s=string.gsub(s, '^%s+', '') s=string.gsub(s, '%s+$', '') s=string.gsub(s ...
by Goldwing1973
Wednesday 27 September 2017 20:25
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

function os.capture(cmd, raw) -- os.command uitvoeren en resultaat daarvan lezen in string local f=assert(io.popen(cmd, 'r')) local s=assert(f:read('*a')) f:close() if raw then return s end s=string.gsub(s, '^%s+', '') s=string.gsub(s, '%s+$', '') s=string.gsub(s, '[\n\r]+', ' ') end return s end ...
by Goldwing1973
Wednesday 27 September 2017 20:12
Forum: Others
Topic: CoCo Zigbee switch ZYCT-202
Replies: 4
Views: 1392

Re: CoCo Zigbee switch ZYCT-202

Looks very much like a Philips Hue Dimmer Switch, only with a couple of extra buttons.
by Goldwing1973
Saturday 23 September 2017 22:15
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

Thanks, take your time, i’m in no rush Basically it is the part where you have to enter your postalcode stops the party. I need to find out how to get past that landingsite in a smart way. If they have thought about security it might not be possible at all this way without entering your details m ...
by Goldwing1973
Saturday 23 September 2017 20:15
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

Not a very good site, afvalkalender.nl. It mentions something about participating municipalities, but there's no listing of them anywhere. It appears this site is owned by a large waste processing company that operates under various names in different parts of the country and world. That makes it ...
by Goldwing1973
Thursday 21 September 2017 22:54
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

Was it working before ? Do you have curl installed on windows ? (curl.exe in the domoticz directory ?) The textfield are a bit different on the site, so you have to search on a different string. But the site works fine. With small adjustment i got the script working also. try to change result = os ...
by Goldwing1973
Thursday 21 September 2017 21:27
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 56188

Re: Sharing : Afval kalendar in text sensor

Looks like afvalwijzer.nl is down, it only has a DEMO option. Script doesn't work anymore either. The site of the city where i live has a "afvalkalender" online, but i'm not experienced enough on implementing it in the script. Is there anyone that is willing to give it a go? The URL is http ...