Commit Graph

78 Commits

Author SHA1 Message Date
Paul
05a11f7c31 typo 2019-07-26 12:52:00 +02:00
Paul
eb3cd7da01 added ems_getTxDisabled() 2019-07-26 12:46:11 +02:00
Paul
3fdd086160 https://github.com/proddy/EMS-ESP/issues/156 2019-07-22 20:06:22 +02:00
Paul
f8aabd9bf8 merged in https://github.com/proddy/EMS-ESP/pull/154 from @susisstrolch 2019-07-20 10:22:47 +02:00
Paul
a1e7b7f999 move commands back to PROGMEM 2019-07-19 16:12:04 +02:00
Susis Strolch
0a700b9451 in ems-esp:setup: set GPIO15 to HIGH so we don't disturb the EMS-Bus during boot 2019-07-19 15:46:18 +02:00
Paul
3b986c2e28 https://github.com/proddy/EMS-ESP/issues/153 2019-07-18 23:06:36 +02:00
Susis Strolch
7743ff5d56 add burnStarts, burnWorkMin, heatWorkMin to boiler data set 2019-07-18 16:26:42 +02:00
Susis Strolch
7d361061c6 add marker pins (GPIO12, GPIO14) for logic analyser
° use faster macros for LA markers
2019-07-18 11:26:43 +02:00
Paul Derbyshire
c3bc82cbc8 RC300/3000 rename 2019-07-16 11:38:27 +02:00
Paul Derbyshire
2fd84b2ba4 https://github.com/proddy/EMS-ESP/issues/145 2019-07-16 11:29:20 +02:00
Paul
61e8f093de ignore n/a values iin mqtt too 2019-07-06 17:14:02 +02:00
Paul
3d66c5897a https://github.com/proddy/EMS-ESP/issues/146 2019-07-06 16:13:56 +02:00
Paul
9c9f2771fc https://github.com/proddy/EMS-ESP/issues/146 2019-07-05 21:54:21 +02:00
Paul
f231c863ec https://github.com/proddy/EMS-ESP/issues/146 2019-07-05 12:17:40 +02:00
Paul
9bc8b3d811 cleanup other devices & SM 2019-07-04 22:59:03 +02:00
Paul
6368b12255 https://github.com/proddy/EMS-ESP/issues/144 2019-07-03 22:43:44 +02:00
Paul
18cb01b57f renamed previousSMPublishCRC 2019-07-02 22:46:24 +02:00
Paul
21ae6ebc0d handle rendering of signed shorts nicer 2019-07-01 09:47:29 +02:00
Paul
d37911e954 https://github.com/proddy/EMS-ESP/issues/140 https://github.com/proddy/EMS-ESP/issues/142 2019-06-30 19:56:53 +02:00
Paul
688e194011 minor fixes to SM output 2019-06-29 08:57:28 +02:00
Vuego123
712e0b3e8c FixedSpacingForSolarPumpTime
fixed spacing
2019-06-27 23:26:02 +02:00
Vuego123
55ff267828 AddedISM1SolarPumpWorkingTime
Added ISM1 Solar Pump Working Time
2019-06-27 23:07:19 +02:00
Paul
4e50d13bd1 add tx_mode back as new tx code can cause resets 2019-06-26 22:02:16 +02:00
Proddy
a6a03e6485 Merge pull request #137 from Vuego123/SolarLogginOnly&BugfixSolar
SolarLoggingOnly&Bugfix
2019-06-26 11:45:21 +02:00
Paul
bdf18b091d support for web server and reset firmware option 2019-06-24 23:40:01 +02:00
Vuego123
9c4e2b5da0 SolarLoggingOnly&Bugfix
- Added solar only logging option
- Added a callback message to set the setpoint of the maximum solar boiler temperature.
-fixed bug with wrong device_id for solar
2019-06-23 23:57:57 +02:00
Vuego123
b984b9e3d8 SplitSolarModuleFromOtherDevices
Solar modules upgrades: a separate Solar Module types list (no longer part of other devices). Made a separate _EMS_SolarModule class (no longer part of _EMS_Other). And updated all code that was impacted by that change.
Also added a device description for solar modules.
Tests on my setup (telnet & MQTT) work as before.
2019-06-20 00:16:34 +02:00
proddy
f320095034 fix rendering for unset SM values 2019-06-19 14:41:05 +02:00
Paul
ffacc66d9e fix how json default values are set 2019-06-18 22:13:30 +02:00
Paul
47f2636a53 publish_wait to publish_time 2019-06-17 21:30:07 +02:00
Paul
3766780cab version 1.8.0 final 2019-06-15 15:24:56 +02:00
Vuego123
c3ab74862d FW100 & ISM1 fixed wrong temperature divider 2019-06-11 00:43:27 +02:00
Paul
68091b8042 https://github.com/proddy/EMS-ESP/issues/117 2019-06-10 12:30:00 +02:00
Paul
58a244ab2a clear list on autodetect 2019-06-08 22:35:37 +02:00
Paul
b3bdcd2228 merged Junkers FW100 & ISM1 2019-06-08 17:22:22 +02:00
Vuego123
ada33d6585 Added support for Junkers FW100
Added FW100 device id,
Added FW100 support to the FR10 (+renamed to Junkers Status message)
Added callback method and improved showInfo and PublishValues in ems-esp.cpp
2019-06-05 23:31:34 +02:00
proddy
16fc383a40 fix to tx_mode 2019-05-27 14:40:26 +02:00
proddy
dfb3ae856c added support for heatpumps 2019-05-26 17:43:11 +02:00
proddy
4651987da8 tx_mode = tx_delay 2019-05-26 15:56:00 +02:00
proddy
1d7310411f merge Junkers Tx logic 2019-05-26 12:23:50 +02:00
proddy
9ce1a5b488 poll from milli to micro secs for better accuracy 2019-05-25 11:21:13 +02:00
proddy
df34e296a3 tx logic "take two" 2019-05-24 11:39:38 +02:00
proddy
03d9e6547f txDelay change from bool to int 2019-05-22 00:01:59 +02:00
proddy
f35fdfab7c fixes for 2.5.1 arduino core 2019-05-17 13:42:51 +02:00
proddy
ad0ee185ef memory optimizations, strings to flash mem 2019-05-09 22:35:09 +02:00
proddy
cb91d0e8c0 https://github.com/proddy/EMS-ESP/issues/108 2019-05-09 21:00:53 +02:00
proddy
5bcd6f7db6 compile fixes 2019-05-09 08:15:25 +02:00
proddy
0f4ea8d5af FR10 Junkers 2019-05-05 14:46:47 +02:00
proddy
55f3f5418d optimize mqtt not to send unknown values 2019-05-05 12:03:16 +02:00