Search found 4 matches

by dacora
Friday 11 December 2015 21:06
Forum: Z-Wave
Topic: Eurotronic Comet z-wave Thermostat does not seem to work
Replies: 40
Views: 10634

Re: Eurotronic Comet z-wave Thermostat does not seem to work

Yeah saw that one. I was the one asking for it :lol: Anyway. Someone made a commit to the repo with the xml: https://github.com/domoticz/domoticz/commit/71266acd77588a61bae769c2c04024b9c037c1ed#diff-eb1ec040001fa50651e0e2a2ce2f5699 So I used that one and it work. I assume it will find its way to the ...
by dacora
Thursday 10 December 2015 20:19
Forum: Z-Wave
Topic: Eurotronic Comet z-wave Thermostat does not seem to work
Replies: 40
Views: 10634

Eurotronic Comet z-wave Thermostat does not seem to work

Hi All. So I've installed a Eurotronic Comet z-wave Thermostat and I can find it and see it in domotiz. I've also been able to set the wakeup time alright. However I am not sure if setting the setpoint works. Here is a log from setting it: 2015-12-10 19:53:49.438 Info, Node004, Sending (WakeUp ...
by dacora
Saturday 05 September 2015 11:37
Forum: Suggestions
Topic: [372] Dimmer with 1% resolution
Replies: 7
Views: 3077

Re: [372] Dimmer with 1% resolution

I've made a logarithmic scaled LUA dimmer script, for anyone that might be interested.
Its hosted here on GitHub
by dacora
Saturday 22 August 2015 20:01
Forum: Suggestions
Topic: [372] Dimmer with 1% resolution
Replies: 7
Views: 3077

Re: [372] Dimmer with 1% resolution

To get something bit more usefull it might be possible to have a 32 entry table and then do a lookup. As the LED is not linear anyway, you could have a finer resolution in the lower values. Something like this: http://electromotiveforces.blogspot.dk/2011/10/led-fading-using-exponentially-changing ...