remotetemp with RC200 v32.02, version as 10 byte telegram., fix #1622

This commit is contained in:
MichaelDvP
2024-02-17 18:32:29 +01:00
parent 4346de27b6
commit 38a546d6f7
5 changed files with 61 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ class Roomctrl {
private:
static constexpr uint8_t ADDR = 0x18; // address for hc1
static constexpr uint32_t SEND_INTERVAL = 30000; // 1/2 minute
static constexpr uint32_t SEND_INTERVAL = 55000; // ~1 minute
static constexpr uint8_t HCS = 4; // max 4 heating circuits
static uint8_t get_hc(const uint8_t addr);