updated schematics

This commit is contained in:
proddy
2018-05-21 12:21:49 +02:00
parent 643815bdc9
commit 9db98fa304
3 changed files with 3 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ The schematic used (as designed by [susisstrolch](https://github.com/susisstrolc
![Schematic](doc/schematics/circuit.png)
*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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -223,9 +223,8 @@ void showInfo() {
EMS_Thermostat.month,
EMS_Thermostat.year + 2000);
myDebug(" Setpoint room temperature is %s C and current room temperature is %s C\n",
_float_to_char(s, EMS_Thermostat.setpoint_roomTemp),
_float_to_char(s, EMS_Thermostat.curr_roomTemp));
myDebug(" Setpoint room temperature is %s C\n", _float_to_char(s, EMS_Thermostat.setpoint_roomTemp));
myDebug(" Current room temperature is %s C\n", _float_to_char(s, EMS_Thermostat.curr_roomTemp));
}
// show the Shower Info