diff -r 5fd12d9f3f84 -r fd36bedab944 thermferm/thermferm.h --- a/thermferm/thermferm.h Mon Jun 26 13:58:11 2017 +0200 +++ b/thermferm/thermferm.h Mon Jun 26 19:21:07 2017 +0200 @@ -142,6 +142,10 @@ int beer_state; /* 0=ok, 1=missing, 2=error */ int beer_temperature; /* Beer temperature in C * 1000 */ int beer_idx; /* Domoticz idx */ + char *chiller_address; /* DS18B20 address */ + int chiller_state; /* 0=ok, 1=missing, 2=error */ + int chiller_temperature; /* Chiller temp. in C * 1000 */ + int chiller_idx; /* Domoticz idx */ char *heater_address; /* Heater relay or PWM */ int heater_state; /* Heater state 0..100 */ int heater_delay; /* Heater delay time /15 sec */