Commit Graph
100 Commits
Author SHA1 Message Date
proddy 48cedbd0fb fix standalone building 2021-10-19 17:40:12 +02:00
proddy 752530a381 auto formatting 2021-10-19 17:39:44 +02:00
proddy 45fc6daa4a Add support for mDNS #161 2021-10-18 13:02:22 +02:00
Proddy 6582ba6317 added another Buderus RC10 - #160 2021-10-17 21:40:26 +02:00
Proddy b3453d9d02 no need to recompile C++ code if Web code doesn't change 2021-10-16 12:50:56 +02:00
Proddy 235f789228 increase max dallas sensors from 10 to 20 - #157 2021-10-14 10:09:52 +02:00
Proddy c029cf79f7 use smaller json key names, increase buffer size. fixes #157 2021-10-14 10:09:28 +02:00
Proddy 0b796a85a8 use DeviceValueUOM::TIMES for all 'starts' which count numerically 2021-10-12 15:00:42 +02:00
Proddy d8191f79a4 removed # from comments 2021-10-12 15:00:16 +02:00
Proddy 6a259f7cca removed # from comments 2021-10-12 15:00:05 +02:00
Proddy 22a2b92022 added number formatting and pluralization for uom times and seconds 2021-10-12 14:59:53 +02:00
Proddy 25616ae3b4 added time to UOM and replaced seconds with second (pluralization handled in code) 2021-10-12 14:59:27 +02:00
Proddy 372aee30cd removed # in front of telegram count 2021-10-12 14:58:51 +02:00
Proddy 0c5023323a removed # (e.g in front of starts) 2021-10-12 14:58:30 +02:00
Proddy 2d1126b9e4 updated comment 2021-10-12 14:57:42 +02:00
Proddy 3ecf92fa41 add times as a new HA UOM - #156 2021-10-12 12:59:00 +02:00
Proddy 50befd8991 add HA device_class 2021-10-12 12:58:29 +02:00
Proddy 676268d7af rename rxread/txread to rxreads/txreads 2021-10-12 12:58:05 +02:00
Proddy f2457a7050 auto-formatting 2021-10-11 16:53:00 +02:00
Proddy ded90dc4ce minor text changes 2021-10-11 16:42:47 +02:00
Proddy cddadcfae2 changes to allow restart command from API to complete before rebooting 2021-10-11 16:42:36 +02:00
Proddy 3113d392ac minor text changes 2021-10-11 16:41:44 +02:00
Proddy 6433d5f744 formatting 2021-10-11 16:41:24 +02:00
Proddy f42c265714 minor text changes 2021-10-11 16:41:14 +02:00
Proddy d6711ac850 always show a maintenancemessage even if there isn't one, so its not missing in the MQTT boiler_data payload 2021-10-10 20:29:03 +02:00
Proddy 9d7c2de1d5 rename HA icon mdi:flash-circle to mdi:lightning-bolt-circle 2021-10-10 20:11:52 +02:00
proddy 24fae0d03e updated comment 2021-09-28 16:15:53 +02:00
proddy 2c337f1d03 fixed #129 2021-09-28 16:15:47 +02:00
proddy da5b4aa79d add test for MQTT heatingactivated 2021-09-25 22:04:42 +02:00
proddy ced440392b fix possible buffer overflow 2021-09-25 21:52:19 +02:00
proddy 33d7ba1fda reduce variable scope 2021-09-25 21:52:03 +02:00
proddy a6095fc305 init poolShuntStatus__ as its not done in the constructor 2021-09-25 21:51:47 +02:00
proddy 84cc964a7a 3.2.2b8 2021-09-25 18:41:16 +02:00
proddy 6a134dda1f Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev 2021-09-23 10:08:08 +02:00
proddy 89a249eae4 add breaking changes 2021-09-22 20:18:37 +02:00
proddy 80fedf3fa3 fix not showing dv is UOM is NONE 2021-09-22 14:53:50 +02:00
proddy 8523cdffa3 Merge branch 'ft_reacthooks' into dev 2021-09-21 18:11:55 +02:00
proddy 29f2335935 remove DeviceValueUOM::TEXT 2021-09-21 18:06:55 +02:00
proddy eba6324d18 more API tests 2021-09-21 18:06:36 +02:00
proddy c3874d7c95 remove DeviceValueUOM::TEXT 2021-09-21 18:06:25 +02:00
proddy 3086342d2b fix bug in nested json and added output targets 2021-09-21 18:05:36 +02:00
proddy f836209249 added output target when rendering json 2021-09-21 18:04:48 +02:00
proddy d4b06cf0c0 formatting 2021-09-21 18:04:25 +02:00
proddy 54199affc1 removed DeviceValueUOM::TEXT 2021-09-21 18:04:07 +02:00
proddy 4d88c6a90b add comments about nesting 2021-09-21 18:03:43 +02:00
proddy 906813b8f5 don't show handlers if there arn't any 2021-09-21 18:03:30 +02:00
proddy 30d1e7ecb4 bump version 2021-09-21 18:03:14 +02:00
proddy 8fab4e29bf use float instead of double 2021-09-21 18:03:05 +02:00
proddy 252554ea87 added comment about nesting 2021-09-21 18:02:52 +02:00
proddy ba3d49172c updated packages 2021-09-21 18:02:40 +02:00
proddy 6ef8ff757a add check to prevent crash on null strings 2021-09-21 18:02:14 +02:00
proddy 16e390f849 v3.3 2021-09-20 21:44:23 +02:00
proddy a31cf53863 replace class components (HOCs) with React Hooks 2021-09-20 21:43:56 +02:00
proddy 09d8a6360b only use UOM of NONE for hidden Device Values 2021-09-20 21:43:05 +02:00
proddy b1f59d4727 ignore UOM if its TEXT 2021-09-20 21:42:45 +02:00
proddy d8add7edcb rename DeviceValueType::TEXT to STRING and ignore UOM if its NONE 2021-09-20 21:42:24 +02:00
proddy 1a71921fd6 remove debug 2021-09-20 21:41:48 +02:00
proddy 6d12fff4fe add API test 2021-09-20 21:41:29 +02:00
proddy 769301c804 rename boiltemp to 'actual boiler temperature' https://github.com/emsesp/EMS-ESP32/discussions/115 2021-09-20 13:52:37 +02:00
proddy 915749dd69 updated 2021-09-19 21:38:09 +02:00
proddy 258bc2b544 increase json before from 4KB to 16KB (EMSESP_JSON_SIZE_XXLARGE_DYN) 2021-09-19 21:33:49 +02:00
proddy a9748f5b46 snprintf_P to snprintf() again 2021-09-19 21:33:15 +02:00
proddy 56f1c7946e snprintf_P rename 2021-09-19 21:32:51 +02:00
proddy 88a427578f rename snprintf_P, rename unit to uom 2021-09-19 21:32:35 +02:00
proddy 0ebd9e1fe1 make sure all std::strings are consts 2021-09-19 21:31:23 +02:00
proddy bea0b4ba01 add entities command, only show master thermostat if >1 thermostats 2021-09-19 21:31:02 +02:00
proddy f8bee9b5c5 formatting 2021-09-19 21:29:53 +02:00
proddy 500e089b97 for standalone ncrease mem due to compiler 2021-09-19 21:29:42 +02:00
proddy 2adef52abf add "entitied" as new command 2021-09-19 21:29:20 +02:00
proddy e01bfe1bdf rename duplicate function publish_mqtt_ha_sensor 2021-09-19 21:29:03 +02:00
proddy 418b1b3d68 bump 2021-09-19 21:28:30 +02:00
proddy 401929d992 round2 use float instead of double (6 point precision is enough) 2021-09-19 21:28:21 +02:00
proddy ee34dd72f7 rename snprintf_P to snprintf 2021-09-19 21:27:39 +02:00
proddy b214d7a662 extended test for ha and entities command 2021-09-19 21:26:48 +02:00
proddy 079a40cd32 update to 16.18.4 2021-09-19 21:26:15 +02:00
proddy adebea1561 add pseudo for snprintf_P 2021-09-19 21:25:54 +02:00
proddy 28bf7c3225 formatting 2021-09-19 11:21:01 +02:00
proddy 78b2efd148 add rounding test 2021-09-19 11:20:54 +02:00
proddy 09847ee33c fix: only set thermostat commands for master thermostat #110 2021-09-18 09:52:02 +02:00
proddy 538a9cf642 mention RC25 support 2021-09-15 20:56:52 +02:00
proddy d0346e436a remove PSTR() 2021-09-15 18:04:58 +02:00
proddy c62e73d21e added HA state_class https://github.com/emsesp/EMS-ESP/issues/776 2021-09-13 20:45:56 +02:00
proddy 3f27ed7b18 auto-formatting 2021-09-08 19:53:07 +02:00
proddy aa212924bc 3.2.2b2 2021-08-28 16:41:03 +02:00
proddy 912f53762e fix formatting (WARNING didnt fit) 2021-08-28 15:10:29 +02:00
proddy 02c04c8f41 updated images 2021-08-28 15:04:30 +02:00
proddy 0f83870db0 auto-formatting 2021-08-26 10:42:40 +02:00
proddy 7529f3a73e minor text changes 2021-08-26 10:42:34 +02:00
Proddy 88d0dfee2d update changelog 2021-08-19 20:58:05 +02:00
Proddy 551a479c6b fix custom build options 2021-08-19 20:12:43 +02:00
proddy c50692bae0 version 3.2.2b0 2021-08-14 13:45:26 +02:00
proddy 6348283001 fomatting 2021-08-14 13:41:35 +02:00
proddy 1cbd34d94e rename get_toggle_fetch -> is_fetch 2021-08-14 13:41:11 +02:00
proddy f9d768a7a7 added clang-tidy 2021-08-14 13:40:21 +02:00
proddy 6c1bfccfaf text change 2021-08-10 09:23:04 +02:00
proddy 30ce3f1dc3 3.2.1 2021-08-08 14:45:24 +02:00
proddy 15541c52ce ww selected temperature sets the boilers target temp, not the wwSetTemp 2021-08-08 14:29:20 +02:00
proddy 20c3e8c7bd no need to set new temp in condition 2021-08-08 09:15:03 +02:00
proddy 59797fb89c comment cleanup 2021-08-07 21:47:38 +02:00
proddy 849cc85398 added FSTR_ and MAKE_STR for non-flash macros 2021-08-07 21:47:24 +02:00