diff --git a/src/roomcontrol.h b/src/roomcontrol.h index 5cc33b8bd..1ebe2b24a 100644 --- a/src/roomcontrol.h +++ b/src/roomcontrol.h @@ -35,7 +35,7 @@ class Roomctrl { private: static constexpr uint8_t ADDR = 0x18; // address for hc1 - static constexpr uint32_t SEND_INTERVAL = 55000; // ~1 minute + static constexpr uint32_t SEND_INTERVAL = 15000; // ~1/4 minute static constexpr uint8_t HCS = 4; // max 4 heating circuits static uint8_t get_hc(const uint8_t addr);