Commit Graph
5109 Commits
Author SHA1 Message Date
proddy 1fa92eec57 HA use box for numbers now that HA supports this 2023-01-22 19:09:41 +01:00
Martin Hammarberg 7fc28fd1bb Additional SV translations#2 2023-01-22 17:33:12 +01:00
Proddy bb24da92e4 merge PR #923 - fixes and the tested heatpump/heatsource entities by mvdp 2023-01-22 17:08:17 +01:00
Proddy dd338f5f4b Merge pull request #925 from mvjt/dev
Additional SV translations
2023-01-22 17:03:33 +01:00
Martin Hammarberg 486bc5ac28 Additional SV translations 2023-01-22 16:59:08 +01:00
Proddy 68215f37f5 Merge pull request #924 from proddy/dev
preparing for 3.5.0 stable
2023-01-22 13:31:30 +01:00
Proddy 4449d3fce8 formatting 2023-01-22 13:30:19 +01:00
Proddy cbb20439ed formatting 2023-01-22 13:29:05 +01:00
Proddy ec357b71f1 formatting 2023-01-22 13:27:37 +01:00
Proddy 5acdb4dc31 default OTA is disabled (to save memory) 2023-01-22 13:27:30 +01:00
Proddy dd959a7316 update packages 2023-01-22 13:27:20 +01:00
Proddy 0b6dbe8bfa default OTA is disabled (to save memory) 2023-01-22 13:27:03 +01:00
Proddy 78e6263a2e Merge pull request #923 from MichaelDvP/dev
fixes and the tested heatpump/heatsource entities
2023-01-22 13:06:23 +01:00
Proddy 7f5e3d3b4c merge PR #901 - added dhw alternating operation 2023-01-22 12:17:39 +01:00
Proddy 66d5d3db8c default back to c+11 2023-01-22 12:16:49 +01:00
MichaelDvP 3b2a4d1eb4 Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev_ 2023-01-22 10:48:37 +01:00
Proddy 485195e035 Merge pull request #901 from pswid/dev
added dhw alternating operation
2023-01-22 10:12:47 +01:00
MichaelDvP d735f397d8 fix crash with non-en language 2023-01-21 14:22:49 +01:00
pswid 5e41481e27 capitalize more special chcaracters 2023-01-21 12:09:17 +01:00
MichaelDvP d52c54d6fb update changelog, v3.5.0-dev.16 2023-01-21 11:34:17 +01:00
MichaelDvP 36c85eed5e change heatingpump2Mod to absBurnPow, #908 2023-01-21 11:31:02 +01:00
MichaelDvP b09deb1494 add EMS+ wwCurFlow #918 2023-01-20 09:18:05 +01:00
proddy 71d22f6768 default to arduino/espressif core 6.0.0 2023-01-19 16:24:43 +01:00
proddy b68e9dfd4b formatting 2023-01-19 16:14:32 +01:00
Proddy b4362a4539 Merge pull request #909 from MichaelDvP/tech-upgrade
weblog send queue one by one, no json buffer needed
2023-01-19 16:06:36 +01:00
proddy 4e783d414c merge PR #909 (weblog send queue one by one, no json buffer needed #909) 2023-01-19 16:05:43 +01:00
proddy 9fe6b9d0e5 fix customizations Warn user in WebUI of unsaved changes #911 2023-01-19 15:51:27 +01:00
MichaelDvP cb4cce119b map device type of integrated devices #917 2023-01-19 09:32:36 +01:00
proddy 665c33d1a9 updated packages 2023-01-19 09:22:37 +01:00
proddy 0ed3bfff4a rename SAVE to APPLY, show number of updates - #911 2023-01-19 09:11:59 +01:00
proddy 9ba0c6df37 add missing items 2023-01-19 09:11:30 +01:00
proddy 312b0d4665 update package 2023-01-19 09:11:12 +01:00
proddy 7acbda4cda un-used, saving for later 2023-01-19 09:10:59 +01:00
proddy 247fc6be8e remove unused colormode 2023-01-19 09:10:40 +01:00
proddy 1407a61f7a remove unused functions 2023-01-19 09:10:03 +01:00
proddy a3c302176b formatting 2023-01-19 09:09:46 +01:00
proddy 03130d3de2 formatting 2023-01-19 09:09:34 +01:00
proddy 80d42d92db show number of edits on screen 2023-01-19 09:09:10 +01:00
proddy 115a596c1e remove import React 2023-01-19 09:08:33 +01:00
proddy ab5815a944 remove import react 2023-01-19 09:05:01 +01:00
pswid 7e174a1b7d Fix first letter not capitalized in Polish 2023-01-18 21:43:29 +01:00
MichaelDvP 1f08940e47 add thermostat Rego 3000, TR120RF, heatpump modules, #917 2023-01-18 08:59:58 +01:00
MichaelDvP 8db5724b77 fix rounding of web number-inputs 2023-01-18 08:52:38 +01:00
MichaelDvP a21352ae4f Check size for sneding customizations 2023-01-18 08:50:56 +01:00
MichaelDvP a38f4978fa analogsensor publish wth single gpio number fix #915 2023-01-18 07:56:40 +01:00
pswid 4f05ddab93 fix for d72d2b3 (Polish boolean option "wł./wył.")
Because of compiler error, in Polish translation,  we don't use uppercase boolean option "WŁĄCZONO/WYŁĄCZONO" but "wł./wył." instead.
2023-01-15 13:00:22 +01:00
pswid bbbeb155f0 tags in entity IDs (long format) always in English
now in mqtt discovery topics you can see e.g:
"uniq_id": "thermostat_OG1_mode_type" (for Polish lang.)

but should be:
"uniq_id": "thermostat_hc1_mode_type",
2023-01-13 21:45:29 +01:00
Proddy 0946254764 adjustments to syslog (still not 100% working) 2023-01-13 18:17:54 +01:00
Proddy 316dfd02e4 fix telnet not starting 2023-01-13 18:17:31 +01:00
Proddy c35833fab1 moved dummy entity values to consts 2023-01-13 18:17:19 +01:00