mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
updated schematics
This commit is contained in:
@@ -111,7 +111,7 @@ The schematic used (as designed by [susisstrolch](https://github.com/susisstrolc
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
*Optionally I've also added 2 polyfuses between the EMS and the two inductors*
|
*Optionally I've also added 2 0.5A/72V polyfuses between the EMS and the two inductors L1 and L2 for extra protection.*
|
||||||
|
|
||||||
And here's an early prototype circuit using a NodeMcu2 with the additional LEDs added and 5v buck converter to power the ESP8266 also from the EMS line.
|
And here's an early prototype circuit using a NodeMcu2 with the additional LEDs added and 5v buck converter to power the ESP8266 also from the EMS line.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 30 KiB |
@@ -223,9 +223,8 @@ void showInfo() {
|
|||||||
EMS_Thermostat.month,
|
EMS_Thermostat.month,
|
||||||
EMS_Thermostat.year + 2000);
|
EMS_Thermostat.year + 2000);
|
||||||
|
|
||||||
myDebug(" Setpoint room temperature is %s C and current room temperature is %s C\n",
|
myDebug(" Setpoint room temperature is %s C\n", _float_to_char(s, EMS_Thermostat.setpoint_roomTemp));
|
||||||
_float_to_char(s, EMS_Thermostat.setpoint_roomTemp),
|
myDebug(" Current room temperature is %s C\n", _float_to_char(s, EMS_Thermostat.curr_roomTemp));
|
||||||
_float_to_char(s, EMS_Thermostat.curr_roomTemp));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// show the Shower Info
|
// show the Shower Info
|
||||||
|
|||||||
Reference in New Issue
Block a user