softypit / esp32_mqtt_eq3

esp32-based mqtt node to control EQ-3 BLE TRVs
144 stars 46 forks source link

Minor issues with offset #63

Closed hamamo closed 3 years ago

hamamo commented 3 years ago

In handling the temperature offset data from TRV, an off-by-one limit check should be fixed, and negative numbers should be formatted correctly (the current code renders -0.5 as -1.5). Pull request with fix will be submitted.

hamamo commented 3 years ago

It was just pointed out that this is already fixed in the beta branch. I'll have a look at that branch, it's not necessary to fix the same issues independently :-)