You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Remeha boiler provides a RJ12 connector for a Service Tool. The communication between the boiler and the Service Tool takes place using CAN-bus in 11-bit identifier mode. A dongle consisting of a M5 Mini CAN Unit and a M5Atom (ESP32/ESP32S3) or M5Nano (ESP32C6) with Tasmota can be used as sniffer sending important data to a Home Automation tool like Domoticz.
105
+
The Remeha boiler provides a RJ12 connector for a Service Tool. The communication between the boiler and the Service Tool takes place using CAN-bus in 11-bit identifier mode. A dongle consisting of a <b>M5 Mini CAN Unit</b> and a <b>M5Atom</b> (ESP32/ESP32S3) or <b>M5Nano</b> (ESP32C6) with Tasmota can be used as sniffer sending important data to a Home Automation tool like Domoticz.
106
106
107
-
To make the M5 Mini CAN Unit compliant with the CAN-bus standard you'll need to remove the internal 120 Ohm resistor as the Remeha L-Bus is already terminated with two 120 Ohm resistors. As an alternative you can use the M5 Unit CAN which has no internal 120 Ohm termination resistor. In that case you'll need to power the Atom or Nano externally with a USB power supply as the CAN-bus is isolated.
107
+
To make the <b>M5 Mini CAN Unit</b> compliant with the CAN-bus standard you'll need to remove the internal 120 Ohm resistor as the Remeha L-Bus is already terminated with two 120 Ohm resistors.
108
+
109
+
As an alternative you can use the <b>M5 Unit CAN</b> which has no internal 120 Ohm termination resistor. In that case you'll need to power the M5Atom or M5Nano externally with a USB power supply as the CAN-bus is isolated.
108
110
109
111
The RJ12 6-pin usage as shown from the front of the boiler
110
112
111
-
Pin number:|1|2|3|4|5|6
112
-
:-|:-|:-|:-|:-|:-|:-
113
-
Remeha Ace RJ12|24V|-|Gnd|-|Tx|Rx
114
-
M5 Mini CAN |HV| |G| |L|H
113
+
1|2|3|4|5|6|Device
114
+
-|-|-|-|-|-|-
115
+
24V|-|Gnd|-|Tx|Rx|Remeha Ace
116
+
HV| |G| |L|H|M5 Mini CAN Unit
117
+
118
+
#### Berry class
115
119
116
120
This berry class supports a Remeha Calenta Ace boiler sending some data to Domoticz home automation for logging.
117
121
```
@@ -251,3 +255,7 @@ tasmota.add_driver(twai)
251
255
```
252
256
Save the file as `twai.be` and add a line `load('twai.be')` to file `preinit.be`. This will execute the file a restart and prepare the driver for 1Mbit/s and Listen Only Mode.
253
257
258
+
#### Result of monitoring boiler pressure over time
0 commit comments