MichaelDvP
756a136124
fix overflow rendering uint32
2022-11-01 17:38:33 +01:00
MichaelDvP
4809ef3537
fix #717 , rounding error
2022-11-01 17:24:10 +01:00
MichaelDvP
6a478eec5e
fix #704 round div100 temperatures to one decimal
2022-10-27 18:37:08 +02:00
pswid
49414adfd2
Polish translation improvements
...
Strange, but if i use capital letters in Polish translation for "ON' and "OFF" (local_translations.h), I'm getting compile error. So instead of whole words in capital letters I used abbreviations in lower case (more useful, IMHO)
2022-10-17 18:21:57 +02:00
proddy
b67113fc1f
use const char * where possible
2022-10-10 20:11:23 +02:00
Proddy
8d6c676fed
fix REST-API - strange characters in http://<hostname>/api/<device>/commands output #671
2022-10-09 14:18:29 +02:00
Proddy
ae5fb26387
add check fto translated_word for empty arrays, to be crash safe
2022-10-02 15:53:26 +02:00
Proddy
da6e64e89f
optimize toLower()
2022-09-28 21:18:52 +02:00
proddy
777c9db0f6
remove flash
2022-09-28 15:47:27 +02:00
MichaelDvP
ab4e1f63c5
fix #631 , negative multiplicator
2022-09-22 10:33:38 +02:00
MichaelDvP
106517fc8b
Fallback to en on empty entity string
2022-09-19 16:28:27 +02:00
MichaelDvP
09d4cae6f4
allow enum commands to use en or translation
2022-09-02 16:00:15 +02:00
Proddy
1a4ce643fc
Multi-language/I18n support #22
2022-08-24 21:50:19 +02:00
MichaelDvP
d075ee3111
Merge branch 'dev_no_master_thermostat' into idf4_no_master
2022-05-06 12:01:38 +02:00
MichaelDvP
5d2f648d03
add option for rendering booleans on Dashboard #456
2022-05-04 15:46:23 +02:00
Proddy
191e47eb14
rename value to stop static code analysis complaining
2022-05-01 22:58:50 +02:00
MichaelDvP
f9207ecd0f
Merge branch 'dev_' into dev_no_master_thermostat
2022-04-14 07:27:07 +02:00
proddy
1227772696
remove comments
2022-03-12 17:40:51 +01:00
MichaelDvP
0495aecf4c
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev_no_master_thermostat
2022-03-11 11:51:12 +01:00
proddy
daaad1ce42
remove obsolete render function
2022-03-10 09:53:28 +01:00
MichaelDvP
5634f46bd5
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev_no_master_thermostat
2022-03-08 10:53:13 +01:00
proddy
69dc26005a
fix strcpy length
2022-03-06 11:33:59 +01:00
MichaelDvP
6bbe2687ef
autoformatting, check HS circuits
2022-03-06 10:41:04 +01:00
proddy
d09e2237ee
sonar recommendations
2022-03-05 16:21:00 +01:00
proddy
c1edbbf047
sonar fixes
2022-03-05 14:25:35 +01:00
proddy
fb05558ab9
fix static analysis warnings
2022-02-18 20:28:15 +01:00
MichaelDvP
073493cba2
analogsensors, outputs PWM, DAC, digital
2022-02-16 18:35:25 +01:00
proddy
77e1898512
Merge remote-tracking branch 'origin/v3.4' into dev
2022-01-23 17:56:52 +01:00
proddy
72c032adff
replace read_flash_string
2021-11-15 14:25:49 +01:00
proddy
fd810ff01c
add comments on format param
2021-11-14 16:10:32 +01:00
proddy
33d7ba1fda
reduce variable scope
2021-09-25 21:52:03 +02:00
MichaelDvP
6a828e9ca5
Merge branch 'dev_' into dev
2021-09-20 09:04:57 +02:00
MichaelDvP
5686094151
factor for charge duration
2021-09-20 08:49:57 +02:00
proddy
401929d992
round2 use float instead of double (6 point precision is enough)
2021-09-19 21:28:21 +02:00
proddy
53e25ae213
lint warning changes
2021-08-01 23:44:40 +02:00
MichaelDvP
0f48d3e72c
add sensorname console command
2021-07-16 10:57:43 +02:00
MichaelDvP
1f793c49ae
Move dallas/bool/enum formats to Settings #76
2021-07-16 10:16:32 +02:00
proddy
7d0ed2246a
auto formatting
2021-05-02 08:32:52 +02:00
MichaelDvP
3bacfc3361
value2enum texts from local_EN
2021-04-01 16:31:56 +02:00
proddy
c75a1c9e1e
added toUpper
2021-03-26 17:29:13 +01:00
proddy
4db69760c6
fix: rendering of floats
2021-03-21 13:14:05 +01:00
MichaelDvP
fd11a09882
fix negative rounding
2021-03-19 19:49:07 +01:00
proddy
7885302636
update GH repo
2021-03-18 20:54:12 +01:00
proddy
513fab307e
added "ON" and "OFF" for OpenHAB - #713
2021-02-27 15:22:22 +01:00
proddy
b2e85ee026
clean up boolean, move to MQTT screen
2021-02-23 17:45:48 +01:00
MichaelDvP
e963a190f8
allow hex values with leading 0x, check enum for single number
2021-01-30 12:53:28 +01:00
proddy
7c6aeb3cb9
#632 - still experimental
2020-12-29 22:15:59 +01:00
proddy
6a67808ddb
replace char * tags with an ID #632
2020-12-14 20:30:16 +01:00
proddy
ffa313ebe4
refactor device value rendering (to Web, Console or MQTT) to base class #632
2020-12-13 22:52:34 +01:00
proddy
388c959468
change time to hours and minutes (no short-hand)
2020-11-27 20:52:14 +01:00