This is my first post

I already use the level control function (DHT22 + Relay for Gaz boiler) with a simple web interface.
But I would like to play with PID control instead.
What is the easiest way to do?
Thank you in advance for your help!
Moderators: grovkillen, Stuntteam, TD-er
pic wrote: ↑15 Dec 2017, 11:34 Dear everybody,
This is my first post(ESP Easy is very cool I use it everyday!)
I already use the level control function (DHT22 + Relay for Gaz boiler) with a simple web interface.
But I would like to play with PID control instead.
What is the easiest way to do?
Thank you in advance for your help!
1. IMHO this task is a bit too much for the combination rules/dummy and would be better implemented in a controller (like Domoticz, FHEM, OpenHAB, you name it). I don't see a way to store the different times in a variable to access it with rules. The temperatures could be held in a dummy.pic wrote: ↑10 Jan 2018, 09:49 HEllo, Thank you for your reply,
In my case it's not possible to modulate temperature there is only a dry contact input, your idea is interesting! I will try to implement it. I also have a lot of ideas but not sure how to implement, sorted by importance :
1 - I would like to schedule different temperature levels trough my little web page (html example attached) but I don't know how to link the selection field value to an ESPEasy variable. Can you please help me?
2 - Ability to detect when doors and windows are opened and keep heater off (how to detect fast changes in temperature?)
Regards
Code: Select all
On Temperature#DHT22 do
Taskvalueset,7,1,[lastTemp#Dummy]-[Temperature#DHT22]
Taskvalueset,7,2,[Temperature#DHT22]
Endon
On difTemp#dummy >5 do
window has been opened
Endon
Users browsing this forum: No registered users and 13 guests