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
I got my Teckin SP22 (new version) plug running with the firmware. But it does not show any
power,voltage information. How can I enable that? What should I look for in the config files?
I followed this thread #3950 to get my device running and one user already got power information from
his device. But its totaly unclear to me where to enable that...
Things I did:
modified sonoff_template.h, added new device to "Default module settings"
{ "TECKINSP22", // https://www.amazon.de/gp/product/B07D5V139R
GPIO_USER, // GPIO00 Red Led (1 = On, 0 = Off)
GPIO_KEY1, // GPIO01 Serial TXD and Button
GPIO_USER, // GPIO02 Blue Led (1 = On, 0 = Off)
GPIO_LED2_INV, // GPIO03 Serial RXD and Red Led (1 = On, 0 = Off)
GPIO_HLW_CF, // GPIO04 BL0937 or HJL-01 CF power
GPIO_HLW_CF1, // GPIO05 BL0937 or HJL-01 CF1 voltage / current
0, 0, 0, 0, 0, 0, // Flash connection
GPIO_HLW_SEL, // GPIO12 BL0937 or HJL-01 Sel output
GPIO_LED1_INV, // GPIO13 Blue Led (1 = On, 0 = Off)
GPIO_REL1, // GPIO14 Relay (0 = Off, 1 = On)
0, 0, 0
}
added: TECKIN22P
to "Supported hardware modules"
added:
status 0
:Hi
I got my Teckin SP22 (new version) plug running with the firmware. But it does not show any
power,voltage information. How can I enable that? What should I look for in the config files?
I followed this thread #3950 to get my device running and one user already got power information from
his device. But its totaly unclear to me where to enable that...
Things I did:
modified sonoff_template.h, added new device to "Default module settings"
added:
TECKIN22P
to "Supported hardware modules"
added:
to "ProgramSelectablePins"
my_user_config.h:
Configuration:
![bildschirmfoto_2018-10-29_12-42-17](https://user-images.githubusercontent.com/12088907/47647758-42ea2600-db78-11e8-9046-c7f459a44e6a.png)
Any ideas?
The text was updated successfully, but these errors were encountered: