theyosh / TerrariumPI

Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
https://terrarium.theyosh.nl
GNU General Public License v3.0
414 stars 100 forks source link

Need advice for temperature setting. #477

Closed nukenook closed 3 years ago

nukenook commented 3 years ago

Hi,

I use DS1820 to monitor temp. and control relay board for ceramic heater. But I really confuse about the setting.

I try to set it as

  - sensor 
             Alarm min=25 , max=30  / Limit min=0 , max=50 / Max diff=1
  - Temperature 
             mode=sensor / Day/night difference= -5 
  - Low alarm
             Power on=0 / Settle timeout=120 

Is it correct?

Thank You

theyosh commented 3 years ago

Hi,

hmm, you are close, but you should not have a Temperature difference in the environment page. As your lower limit is already 25. So with the difference of -5, it will be 20 as low limit (before the heater turns on). You should also see the alarm lines on the graph of the sensor. It should show 20 degrees as low limit during the night with the current settings.

But, what have you select for light source and light state.

I have the current setup. And I think you want the same (ignore the day/night difference) image

Also, make sure you have the latest version. There was a logic error in the environment controlling.

nukenook commented 3 years ago

Thanks for reply. So, if I change the setting to

Does it means that in night time (light off} if the temp. drop lower than 25 the heater will start and off after raise to 25? or off at 30?

theyosh commented 3 years ago

The heater should kick in when it gets colder then 25 and stops when it hits 30 degrees. You should get a temperature graph that looks like: image During the night, the heater goes on and off. During the day nothing is happening

nukenook commented 3 years ago

OK. I got it. Thank you ^^