UWAGA: Strona oraz Forum Smart'ny Dom nie będzie dostępne 23 Grudnia 2024 ze względu na przenoszenie serwisu na mocniejszą maszynę.
W tym czasie polecam poświęcenie swojego czasu na pomoc partnerowi w przygotowaniu udanych Świąt 😉
Za niedogodności z góry przepraszam, admin
Jak w regułach wykozystać pory dnia z Astro ?
rule "TV"
when
Item Samsungtv_power changed
then
if ((Samsungtv_power.state == ON )||(KuchniaSwiatlo.state == OFF)) //telewizor człaczony i swiatlo w kuchni
sendCommand(fsinternetradio_radio_radio_power,OFF) //wylacz radioif (Samsungtv_power.state == ON ) //telewizor załaczony w dzien
sendCommand(mqtt_topic_tvv_PRZEKAZNIK,ON)if ((Samsungtv_power.state == OFF )||(Channel 'astro:sun:local:night#start' triggered START))
sendCommand(mqtt_topic_tvv_PRZEKAZNIK,OFF)
end
Mam taka ale minie działa.
W logach mam:
2019-05-01 16:47:18.125 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'Tv.rules' has errors, therefore ignoring it: [11,39]: no viable alternative at input 'Channel'
[11,47]: mismatched input ''astro:sun:local:night#start'' expecting ')'
[11,77]: no viable alternative at input 'triggered'
[11,92]: mismatched input ')' expecting 'end'
2019-05-01 16:47:19.239 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'Tv.rules' has errors, therefore ignoring it: [11,39]: no viable alternative at input 'Channel'
[11,47]: mismatched input ''astro:sun:local:night#start'' expecting ')'
[11,77]: no viable alternative at input 'triggered'
[11,92]: mismatched input ')' expecting 'end'