Skip to content

Commit b85a3c0

Browse files
authored
set new Teleinfo auto mode detection (#58)
* set new Teleinfo auto mode detection set new Teleinfo auto mode detection * set new Teleinfo command for auto mode detection able to auto detect set new Teleinfo command for auto mode detection able to auto detect
1 parent eac4c96 commit b85a3c0

File tree

6 files changed

+27
-6
lines changed

6 files changed

+27
-6
lines changed

raw/esp32/DenkyD4_V1.0/init.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ Backlog0 Timezone 99; TimeStd 0,0,10,1,3,60; TimeDst 0,0,3,1,2,120
2020
; # Set Teleinfo in stadard mode at 9600 baud.
2121
; EnergyConfig Standard
2222

23+
; Set Teleinfo to autodetect mode
24+
Energyconfig reset
25+
2326
; use template and reboot
2427
Module 0

raw/esp32/DenkyD4_V1.1/init.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ Energyconfig bright=75
2828
Energyconfig period=1
2929

3030
; Set Teleinfo to autodetect mode (standard or historique)
31-
Energyconfig automode
31+
; old firmware commnand, deprecated
32+
; Energyconfig automode
33+
34+
; Set Teleinfo to autodetect mode
35+
Energyconfig reset
3236

3337
; use template and reboot
3438
Module 0

raw/esp32/DenkyD4_V1.3/init.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ Energyconfig bright=75
2828
Energyconfig period=1
2929

3030
; Set Teleinfo to autodetect mode (standard or historique)
31-
Energyconfig automode
31+
; old firmware commnand, deprecated
32+
; Energyconfig automode
33+
34+
; Set Teleinfo to autodetect mode (standard or historique)
35+
Energyconfig reset
3236

3337
; use template and reboot
3438
Module 0

raw/esp32/DenkyD4_V1.3a/init.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ Energyconfig bright=75
2828
Energyconfig period=1
2929

3030
; Set Teleinfo to autodetect mode (standard or historique)
31-
Energyconfig automode
31+
; old firmware commnand, deprecated
32+
; Energyconfig automode
33+
34+
; Set Teleinfo to autodetect mode
35+
Energyconfig reset
3236

3337
; use template and reboot
3438
Module 0

raw/esp32c3/Winky/init.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ Energyconfig bright=75
3737
Energyconfig period=1
3838

3939
; Set Teleinfo to autodetect mode (standard or historique)
40-
Energyconfig automode
40+
; old firmware commnand, deprecated
41+
; Energyconfig automode
42+
43+
; Set Teleinfo to autodetect mode
44+
Energyconfig reset
4145

4246
; use template and reboot
4347
Module 0

raw/esp32c6/Winky/init.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Backlog0 Timezone 99; TimeStd 0,0,10,1,3,60; TimeDst 0,0,3,1,2,120
3232
; EnergyConfig Standard
3333

3434
; Set Teleinfo to autodetect mode (standard or historique)
35-
Energyconfig automode
35+
; old firmware commnand, deprecated
36+
; Energyconfig automode
3637

3738
; Set LED brightness to 75%, in sleep mode it will be bright/2
3839
Energyconfig bright=75
@@ -43,5 +44,6 @@ Energyconfig period=1
4344
; Disable analog values display (already done by NicolasBernaerts)
4445
WebSensor2 0
4546

46-
47+
; Set Teleinfo to autodetect mode
48+
Energyconfig reset
4749

0 commit comments

Comments
 (0)