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 |
|
proddy
|
dd318a1c8e
|
always show tags, don't treat BOILER as a special case
|
2021-08-07 21:46:59 +02:00 |
|
proddy
|
2edf2a4231
|
disable mqtt function
|
2021-08-07 21:46:38 +02:00 |
|
proddy
|
d58ee1e693
|
renamed ww names
|
2021-08-07 21:46:22 +02:00 |
|
proddy
|
088cb7fe40
|
support for device in json body
|
2021-08-07 21:46:09 +02:00 |
|
proddy
|
38498a5587
|
updated API tests
|
2021-08-07 21:45:52 +02:00 |
|
proddy
|
6e3b30b03c
|
renamed product ID, changed case for all ww names
|
2021-08-07 21:45:43 +02:00 |
|
proddy
|
4e9cf72816
|
3.2.1
|
2021-08-07 21:45:12 +02:00 |
|
proddy
|
5e4f5916f2
|
prep for 3.2.0 release
|
2021-08-06 12:01:42 +02:00 |
|
Proddy
|
1450737d94
|
make boiler id first in device registry, so it's first in MQTT payload
|
2021-08-03 13:28:04 +02:00 |
|
Proddy
|
bfd20e559e
|
minor changes, make cppcheck happy
|
2021-08-03 13:23:33 +02:00 |
|
Proddy
|
98a7932dee
|
optimizations
|
2021-08-03 13:23:09 +02:00 |
|
Proddy
|
19e26d0d64
|
don't show commands in web or console
|
2021-08-03 13:22:45 +02:00 |
|
Proddy
|
1715218864
|
update to b3
|
2021-08-03 13:22:13 +02:00 |
|
Proddy
|
e503c6cd79
|
remove msg moves
|
2021-08-03 13:22:02 +02:00 |
|
Proddy
|
9515e3d00b
|
text changes
|
2021-08-03 13:21:43 +02:00 |
|
proddy
|
53e25ae213
|
lint warning changes
|
2021-08-01 23:44:40 +02:00 |
|
proddy
|
4863ecc329
|
add KB195i
|
2021-08-01 11:55:12 +02:00 |
|
proddy
|
b5892f5b5e
|
text changes
|
2021-08-01 11:34:55 +02:00 |
|
proddy
|
d16502c872
|
auto-formatting
|
2021-08-01 11:34:48 +02:00 |
|