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
Copy file name to clipboardExpand all lines: docs/Smart-Meter-Interface.md
+40
Original file line number
Diff line number
Diff line change
@@ -3527,6 +3527,46 @@ Compile firmware with #define ```USE_SML_CANBUS```. Use a proper CAN transceiver
3527
3527
#
3528
3528
```
3529
3529
3530
+
### Sorel XHCC (CANBus)
3531
+
3532
+
Compile firmware with #define ```USE_SML_CANBUS```. Use a proper CAN transceiver. You need a 120Ohms resistor in the second CAN port of the controller, otherwise ESP32 device will not decode anything on the bus, the baudrate is 250 KBITS.
3533
+
3534
+
??? summary "View script"
3535
+
```
3536
+
>D
3537
+
>B
3538
+
->sensor53 r
3539
+
>M 1
3540
+
; SOREL XHCC
3541
+
; params -> 04 = baudrate 250kb + number of receive buffers * 100
3542
+
; character 5 and 6 (in the example below "8b") is the can-bus id of your sorel device
3543
+
; you need to replace it with your xhcc can-bus id converted to hex format
3544
+
; you will find your can-bus id (in decimal) in Special Functions (7) -> Network (31) -> CAN-bus ID (4)
3545
+
; in the example below, the can-bus id of the xhcc device was "139"
3546
+
+1,26,C,0,3204,XHCC,25,5
3547
+
1,10018b800500ssSS@10,Temp S1,ºC,S1,1
3548
+
1,10018b800501ssSS@10,Temp S2,ºC,S2,1
3549
+
1,10018b800502ssSS@10,Temp S3,ºC,S3,1
3550
+
1,10018b800503ssSS@10,Temp S4,ºC,S4,1
3551
+
1,10018b800504ssSS@10,Temp S5,ºC,S5,1
3552
+
1,10018b800505ssSS@10,Temp S6,ºC,S6,1
3553
+
1,10018b800506ssSS@10,Temp S7,ºC,S7,1
3554
+
1,10018b800507ssSS@10,Temp S8,ºC,S8,1
3555
+
1,10018b800508ssSS@10,Temp S9,ºC,S9,1
3556
+
1,10028b80050000ss@-1,Relay R1,,R1,0
3557
+
1,10028b80050100ss@-1,Relay R2,,R2,0
3558
+
1,10028b80050200ss@-1,Relay R3,,R3,0
3559
+
1,10028b80050300ss@-1,Relay R4,,R4,0
3560
+
1,10028b80050400ss@-1,Relay R5,,R5,0
3561
+
1,10028b80050500ss@-1,Relay R6,,R6,0
3562
+
1,10028b80050600ss@-1,Relay R7,,R7,0
3563
+
1,10028b80050702ss@-1,Relay V1,,V1,0
3564
+
1,10028b80050802ss@-1,Relay V2,,V2,0
3565
+
1,10028b80050902ss@-1,Relay V3,,V3,0
3566
+
1,10028b80050a02ss@-1,Relay V4,,V4,0
3567
+
#
3568
+
```
3569
+
3530
3570
### Siemens IM-350
3531
3571
3532
3572
This device is used in the grid of Wiener Netze. Insert your Key into the script.
0 commit comments