Skip to content

Commit 3ce3fbf

Browse files
authored
EthTinfo : Added EthTinfo Shield V1.1 (#66)
Added EthTinfo Shield V1.1 (with RGB led GPIO fixed) EthTinfo Shield V1.0 get same setup (but without RGB led because on GPIO2 used by SD Card)
1 parent 2056983 commit 3ce3fbf

File tree

2 files changed

+53
-13
lines changed

2 files changed

+53
-13
lines changed

raw/esp32/EthTinfo_V1.0/init.bat

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,30 @@ EthType 0
33
EthAddress 0
44
EthClockMode 3
55

6-
OtaUrl https://raw.githubusercontent.com/tasmota/install/main/firmware/unofficial/tasmota32-teleinfo.bin
7-
86
; All these parameters are saved onto flash device
9-
; so once configured, it's better to leave them in
10-
; file init.bat
11-
; ===================================================
7+
; so once configured, you can change them afterward
8+
; in the file autoexec.be copied onto the filesystem
9+
; =====================================================
10+
11+
; Disable Boot Loop Detection
12+
SetOption65 1
13+
14+
; define OTA Url
15+
OtaUrl https://github.com/NicolasBernaerts/tasmota/raw/master/teleinfo/binary/tasmota32-teleinfo-ethernet.bin
16+
17+
; Set auto timezone
18+
Backlog0 Timezone 99; TimeStd 0,0,10,1,3,60; TimeDst 0,0,3,1,2,120
1219

1320
; Set Teleinfo in legacy (historique) mode at 1200 baud.
14-
EnergyConfig Historique
21+
; EnergyConfig Historique
1522

1623
; Set Teleinfo in standard mode at 9600 baud.
17-
; EnergyConfig Standard
24+
; EnergyConfig Standard
1825

19-
; Enable sending of all frames in raw mode
20-
EnergyConfig Full
26+
; Set Teleinfo to autodetect mode (standard or historique)
27+
; old firmware commnand, deprecated
28+
; Energyconfig automode
2129

22-
; Send only each 1 on 10 frames received
23-
EnergyConfig Skip 9
30+
; Set Teleinfo to autodetect mode
31+
Energyconfig reset
2432

25-
; use template and reboot
26-
Module 0

raw/esp32/EthTinfo_V1.1/init.bat

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Template {"NAME":"EthTinfo (Olimex ESP32)","GPIO":[1,1,8864,1,0,1376,0,0,5536,1,8832,8800,0,0,5600,1,1,1,1,5568,1,1,1,1,0,0,0,0,1,1,32,1,5632,1,1,1],"FLAG":0,"BASE":1}
2+
Module 0
3+
EthType 0
4+
EthAddress 0
5+
EthClockMode 3
6+
7+
8+
; All these parameters are saved onto flash device
9+
; so once configured, you can change them afterward
10+
; in the file autoexec.be copied onto the filesystem
11+
; =====================================================
12+
13+
; Disable Boot Loop Detection
14+
SetOption65 1
15+
16+
; define OTA Url
17+
OtaUrl https://github.com/NicolasBernaerts/tasmota/raw/master/teleinfo/binary/tasmota32-teleinfo-ethernet.bin
18+
19+
; Set auto timezone
20+
Backlog0 Timezone 99; TimeStd 0,0,10,1,3,60; TimeDst 0,0,3,1,2,120
21+
22+
; Set Teleinfo in legacy (historique) mode at 1200 baud.
23+
; EnergyConfig Historique
24+
25+
; Set Teleinfo in standard mode at 9600 baud.
26+
; EnergyConfig Standard
27+
28+
; Set Teleinfo to autodetect mode (standard or historique)
29+
; old firmware commnand, deprecated
30+
; Energyconfig automode
31+
32+
; Set Teleinfo to autodetect mode
33+
Energyconfig reset
34+

0 commit comments

Comments
 (0)