wc: sterowanie wiatrakiem (wyłączanie na noc)
This commit is contained in:
@@ -13,8 +13,11 @@
|
||||
spis treści
|
||||
sonoff01
|
||||
sonoff02 - lampka stół
|
||||
sonoff03 - łazeinka
|
||||
sonoff04 - przedpokój przy drzwiach wejściowych
|
||||
sonoff03 - łazienka wiatrak
|
||||
sonoff04 -
|
||||
sonoff05 - lampki balkonowe
|
||||
sonoff06 - przedpokój touch przy drzwiach
|
||||
sonoff07 - wc wiatrak
|
||||
d1mini01 - okap
|
||||
d1mini02 - blat ledki
|
||||
d1mini03 - prototyp / pilot na kanapie
|
||||
@@ -39,7 +42,7 @@ Number wSONOFF02 "Wifi s02 stół [%d dB]" <wifi> (wifi) { mqtt="<[motherqtt:/so
|
||||
Switch rSONOFF02 "Conn s02 [%s]" { mqtt="<[motherqtt:/sonoff02/lwt:state:MAP(espeasy_lwt.map)]" }
|
||||
|
||||
|
||||
Switch sSONOFF03 "Wiatrak" <fan> { mqtt=">[motherqtt:/sonoff03/gpio/12:command:ON:1],>[motherqtt:/sonoff03/gpio/12:command:OFF:0]" }
|
||||
Switch sSONOFF03 "Wiatrak łazienka" <fan> { mqtt=">[motherqtt:/sonoff03/gpio/12:command:ON:1],>[motherqtt:/sonoff03/gpio/12:command:OFF:0]" }
|
||||
Number dSONOFF03LED "Wiatrak LED [%s]" { mqtt=">[motherqtt:/sonoff03/pwm/13:command:*:default]" }
|
||||
Number h_lazienka "Wilgotność [%.1f %%]" <cistern> { mqtt="<[motherqtt:/sonoff03/dht22/humidity:state:default]" }
|
||||
Number t_lazienka "Temperatura [%.1f °C]" <temperature> (temperatury) { mqtt="<[motherqtt:/sonoff03/dht22/temperature:state:default]" }
|
||||
@@ -58,6 +61,11 @@ Number wSONOFF06 "Wifi s06 przedpokój [%d dB]" <wifi> (wifi) { mqtt="<[motherqt
|
||||
Switch rSONOFF06 "Conn s06 [%s]" { mqtt="<[motherqtt:/sonoff06/lwt:state:MAP(espeasy_lwt.map)]" }
|
||||
|
||||
|
||||
Switch sSONOFF07 "Wiatrak WC" <fan> { mqtt=">[motherqtt:/sonoff07/gpio/12:command:ON:1],>[motherqtt:/sonoff07/gpio/12:command:OFF:0]" }
|
||||
/*Number dSONOFF07LED "Wiatrak LED [%s]" { mqtt=">[motherqtt:/sonoff07/pwm/13:command:*:default]" } */
|
||||
Number wSONOFF07 "Wifi s07 wiatrak wc [%d dB]" <wifi> (wifi) { mqtt="<[motherqtt:/sonoff07/sysinfo/wifi:state:default]" }
|
||||
Switch rSONOFF07 "Conn s07 [%s]" { mqtt="<[motherqtt:/sonoff07/status:state:MAP(espeasy_lwt.map)]" }
|
||||
|
||||
|
||||
/* d1mini w okapie */
|
||||
Dimmer dOKAP_speed <fan>
|
||||
|
||||
Reference in New Issue
Block a user