feat(kocyk): podpiecie elektrycznego koca

This commit is contained in:
2022-10-25 17:30:07 +02:00
parent 90146a2985
commit 3083ef8772
4 changed files with 68 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ spis treści
sonoff01 - wiatrak wc
sonoff02 - lampka stół
sonoff03 - łazienka wiatrak
sonoff04 -
sonoff04 - podgrzewacz kota
sonoff05 - lampki sufitowe
sonoff06 - przedpokój touch przy drzwiach
sonoff07 -
@@ -50,6 +50,15 @@ Number t_lazienka "Temperatura [%.1f °C]" <temperature> (temperatury) { mqtt="<
Number wSONOFF03 "Wifi s03 wiatrak łazienka [%d dB]" <wifi> (wifi) { mqtt="<[motherqtt:/sonoff03/wifi/:state:default]" }
Switch rSONOFF03 "Conn s03 wiatrak łazienka [%s]" { mqtt="<[motherqtt:/sonoff03/status:state:MAP(espeasy_lwt.map)]" }
Switch sSONOFF04MASTER "Podgrzewacz kota [%s]" <heating>
Switch sSONOFF04 "Podgrzewacza kota actual [%s]" <heating> {
mqtt=">[motherqtt:/sonoff04/gpio/12:command:ON:1],>[motherqtt:/sonoff04/gpio/12:command:OFF:0]",
expire="600s,command=OFF"
}
Number dSONOFF04LED "Podgrzewacz kota LED dimmer [%s]" { mqtt=">[motherqtt:/sonoff04/pwm/13:command:*:default]" }
Switch sSONOFF04LED "Podgrzewacz kota LED [%s]" { mqtt=">[motherqtt:/sonoff04/gpio/13:command:ON:0],>[motherqtt:/sonoff04/gpio/13:command:OFF:1]" }
Number wSONOFF04 "Wifi kot s04 [%d dB]" <wifi> (wifi) { mqtt="<[motherqtt:/sonoff04/sysinfo/wifi:state:default]" }
Switch rSONOFF04 "Conn kot s04 [%s]" { mqtt="<[motherqtt:/sonoff04/lwt:state:MAP(espeasy_lwt.map)]" }
Switch sSONOFF05 "Lampki sufitowe" <whites> { mqtt=">[motherqtt:/sonoff05/gpio/12:command:ON:1],>[motherqtt:/sonoff05/gpio/12:command:OFF:0]" }
Number wSONOFF05 "Wifi sufit s05 [%d dB]" <wifi> (wifi) { mqtt="<[motherqtt:/sonoff05/sysinfo/wifi:state:default]" }