Commit Graph

340 Commits

Author SHA1 Message Date
MichaelDvP
bde06621bd add log message for mqtt low memory 2023-08-31 08:29:08 +02:00
MichaelDvP
120c0b5ca2 update espMqttClient, add own mqtt limit, fix queue display, 3.7.0-dev1d 2023-08-31 08:09:54 +02:00
MichaelDvP
b7611c67bb Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev 2023-08-31 07:51:36 +02:00
MichaelDvP
d0c368f6a0 dont allow not_connected_publish, fix mqtt success/fail counters, v3.7.0-dev1a 2023-08-30 12:19:55 +02:00
Proddy
2fe18c14c7 text changes and formatting 2023-08-29 22:33:26 +02:00
Proddy
8dfff29389 fixes #1243 2023-08-09 09:03:52 +02:00
MichaelDvP
52de833b19 response error messages 2023-07-29 16:39:37 +02:00
MichaelDvP
01060574ab mqtt on_message: make char * conversion more clear 2023-07-24 19:56:07 +02:00
MichaelDvP
962131592f fix mqtt on_message 2023-07-23 13:51:40 +02:00
MichaelDvP
8b58282bde Merge branch 'dev2' of https://github.com/emsesp/EMS-ESP32 into dev2 2023-07-21 09:16:51 +02:00
proddy
ccd69c2c3a compile on mac osx 2023-07-15 10:24:43 +02:00
MichaelDvP
6d0bd099e1 Merge branch 'dev2' of https://github.com/emsesp/EMS-ESP32 into dev2 2023-07-14 19:15:28 +02:00
Proddy
18e4c3aa88 fix odd spelling mistakes 2023-07-14 16:45:58 +02:00
Proddy
f3d3a386ee get standadlone working with espMqttClient 2023-07-14 12:11:48 +02:00
MichaelDvP
17b4964b01 test response and custom entity raw, #1212 2023-07-13 11:09:42 +02:00
MichaelDvP
443fe640b3 add optional secure mqtt 2023-07-08 16:24:44 +02:00
Proddy
e8e3fc5fb6 remove todo 2023-07-02 23:44:51 +02:00
MichaelDvP
476f84be77 Merge branch 'dev2' of https://github.com/emsesp/EMS-ESP32 into dev2 2023-07-02 13:56:47 +02:00
Proddy
158617f56b fixes #1196 - use basename as ids in HA to support multiple EMS-ESP's 2023-06-24 13:28:48 +02:00
MichaelDvP
b28865a283 use only espMqttClient queue 2023-06-05 10:06:19 +02:00
MichaelDvP
7865ddc51f use espMqttClient, qos2 fixed 2023-06-03 16:36:53 +02:00
Proddy
91f0da84d2 clang auto formatting 2023-05-27 09:42:33 +02:00
Proddy
cfe8c410ae Optimize WebUI rendering when using Dialog Boxes #1116 2023-04-28 12:46:59 +02:00
MichaelDvP
e74d3d4cd5 mqtt resend timeout from 10 min to 10 sec 2023-03-20 12:17:27 +01:00
MichaelDvP
4ba9f6f330 names for entityFormat and discoveryType 2023-03-14 15:17:16 +01:00
pswid
944aa861f8 make 'eco+ switch_off' enity unique in v.3.4 format
HA ignores characters '+' in uniq_id/obj_id, so to make the entity 'eco+ switch_off' different from 'eco switch_off', it will be renamed to 'eco2 switch_off'.
2023-03-12 21:24:03 +01:00
pswid
62c3c91665 fixed entity id format v.3.4 2023-03-12 20:02:07 +01:00
pswid
ecafda86f1 fix: tags in names in HA were not translated 2023-03-12 19:14:28 +01:00
proddy
30561411e1 fix compile standalone 2023-03-08 11:58:46 +05:30
MichaelDvP
6f396087d2 fix climate publish 2023-03-06 19:12:02 +01:00
MichaelDvP
bafe23431e fix avty 2023-03-06 18:43:46 +01:00
MichaelDvP
5f3212afc4 fix domoticz setting (was ignored) 2023-03-05 18:17:57 +01:00
MichaelDvP
0380fe1fff mqtt/commands for scheduler 2023-03-04 14:10:32 +01:00
Proddy
a89a7b5430 fix uniq_id for HA sensors 2023-02-23 19:57:35 +01:00
Proddy
425cf33f74 added back MAX_MQTT_MESSAGES 2023-02-23 19:26:58 +01:00
Proddy
bc80aaea63 rename publish functions to queue_* because that is what they do 2023-02-22 20:54:38 +01:00
Proddy
6746c9a2d3 updated comments, remove DV_HA_CONFIG_RECREATE 2023-02-22 19:45:56 +01:00
Proddy
11ad4d8a0f merge with https://github.com/emsesp/EMS-ESP32/pull/1077 2023-02-22 19:01:58 +01:00
Proddy
752f0177cf make it compile standalone 2023-02-22 13:16:20 +01:00
Proddy
2078305ff4 use heap check instead of message queue - https://github.com/emsesp/EMS-ESP32/issues/1067 2023-02-22 13:08:53 +01:00
Proddy
6aea27e30f tidy up EMSESP_DEBUG and EMSESP_TEST 2023-02-21 21:49:21 +01:00
Proddy
134f2671fb compiling with EMSESP_DEBUG only sends to DEBUG log 2023-02-21 21:28:49 +01:00
Proddy
993724d945 use en only in debug 2023-02-21 12:53:31 +01:00
Proddy
c18640eab0 brand_to_string to brand_to_char. use const char * where possible 2023-02-20 18:09:32 +01:00
proddy
12b4bd3795 Workaround for better Domoticz MQTT intergration? #904 2023-02-11 23:26:15 +01:00
Proddy
ffacefb792 update copyright year 2023-02-11 19:06:02 +01:00
Proddy
78e0d30687 add publish command to mqtt code 2023-02-11 18:46:25 +01:00
Proddy
6c46770330 merge PR 940 - https://github.com/emsesp/EMS-ESP32/pull/940 2023-02-04 14:25:29 +01:00
Proddy
6dc63907f1 merge PR https://github.com/emsesp/EMS-ESP32/pull/939 2023-01-30 20:21:28 +01:00
Proddy
77a6304fc3 merge PR https://github.com/emsesp/EMS-ESP32/pull/936 2023-01-30 17:14:53 +01:00