Search found 5 matches

by greg
Tuesday 20 June 2017 0:10
Forum: Heating/cooling
Topic: Multi heaters and sensors, PID and hysterisis heating script
Replies: 5
Views: 5589

Re: Multi heaters and sensors, PID and hysterisis heating script

Sorry for my late reply. Please find answers below : Kp = ΔPV / ΔCO -- On steady temperature states, ratio of temperature difference for command difference - What does this exactly mean? PV is the room's temperature ; CO - Controller Output - , is the power percentage of the heaters. The variable i ...
by greg
Saturday 01 April 2017 10:33
Forum: Switches and Scenes
Topic: [Plugin now available in Beta] Help with Yeelight Bulb
Replies: 350
Views: 71575

Re: [Plugin now available in Beta] Help with Yeelight Bulb

It's very fast, there is actually no delay to notice, even on a small machine
(i run domoticz on a loaded Xen VM on an AMD G series T40E APU).

Greg
by greg
Tuesday 28 March 2017 10:40
Forum: Switches and Scenes
Topic: [Plugin now available in Beta] Help with Yeelight Bulb
Replies: 350
Views: 71575

Re: [Plugin now available in Beta] Help with Yeelight Bulb

Hello,

My 2 cents about an alternative method to control Yeelight bulbs from LUA.
I'm using yeecli ( https://pypi.python.org/pypi/yeecli ), via a system call :

Code: Select all

os.execute('/opt/bin/yeecli/cli.py --ip 10.0.0.2 -e smooth -d 500 rgb 007fce')
Greg
by greg
Tuesday 21 February 2017 12:48
Forum: Heating/cooling
Topic: Multi heaters and sensors, PID and hysterisis heating script
Replies: 5
Views: 5589

Re: Multi heaters and sensors, PID and hysterisis heating script

Thank you ! I guess it can be used with a normal boiler heating system. I would be careful with the minimum time the boiler would need to heat to be effective. You can maybe tweak the line "if( fCycleDuration == 0 ) then fCycleDuration = 1 end -- Heating is needed, let's go for at least 1 minute" to ...
by greg
Monday 26 December 2016 23:12
Forum: Heating/cooling
Topic: Multi heaters and sensors, PID and hysterisis heating script
Replies: 5
Views: 5589

Multi heaters and sensors, PID and hysterisis heating script

Hello, As a new Domoticz user and member of this forum, it's my pleasure to share the script i've developed to heat my chalet in the french Alps. This script provides heating control in a room, providing different modes (Comfort, Eco), according to presence in the room and to a couple of setpoints ...