Skip to content

Commit dfd044d

Browse files
committed
Add result to TWAI
1 parent 77ad7b9 commit dfd044d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

docs/TWAI.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,20 @@ Save the file as `twai.be` and add a line `load('twai.be')` to file `preinit.be`
102102
### Remeha Calenta Ace sniffer for Domoticz
103103

104104
<img alt="Remeha" src="../_media/Remeha1.jpg" style="margin:10px;float:right;width:18em"> </img>
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 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.
106106

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.
108110

109111
The RJ12 6-pin usage as shown from the front of the boiler
110112

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
115119

116120
This berry class supports a Remeha Calenta Ace boiler sending some data to Domoticz home automation for logging.
117121
```
@@ -251,3 +255,7 @@ tasmota.add_driver(twai)
251255
```
252256
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.
253257

258+
#### Result of monitoring boiler pressure over time
259+
260+
<img alt="CalentaPressure" src="../_media/CalentaPressure.png" style="margin:10px"> </img>
261+

docs/_media/CalentaPressure.png

298 KB
Loading

0 commit comments

Comments
 (0)