Controlling an oven based on temperature

Moderator: Telldus

Post Reply
StaggerLee
Posts: 2
Joined: Fri Mar 17, 2023 9:45 am

Controlling an oven based on temperature

Post by StaggerLee »

Hello!

Short story: I have an oven in my basement which is connected to my tellstick net. I want to control this oven so that when I turn it on, it will automatically get the temperature in the room between 22 and 23 degree Celsius, turning the oven off when the temperature is over 23, and turning it off when it goes below 22. I have tried doing so using events, but it does not seem to work.

I have created a dummy device so the oven will only work if this is on, this means if will turn itself on and off depending on the temperature if the dummy device is on. I am using this dummy device as there is no easy way to activate an event on or off?

Settings:

Events:
Turn oven off
Triggers: If temperature in basement goes over 23 OR if dummy device turns off.
Actions: Turn oven off.

Turn oven on
Triggers: When temperature in basement goes below 22.
Conditions: If dummy device is on.
Actions: Turn oven on.

Any help out there? :)
Attachments
Skjermbilde.JPG
Skjermbilde.JPG (55.88 KiB) Viewed 4662 times
arneolav
Posts: 281
Joined: Fri Mar 17, 2023 9:45 am

Re: Controlling an oven based on temperature

Post by arneolav »

If you look a few lines down in the topic:
My Events based "Thermostat"
There you will find all the information you need!
Post Reply