Dezember 2016 |
||||||
Mo |
Di |
Mi |
Do |
Fr |
Sa |
So |
1 |
||||||
7 |
8 |
9 |
10 |
11 |
||
12 |
13 |
14 |
16 |
17 |
||
19 |
20 |
21 |
23 |
24 |
25 |
|
26 |
27 |
28 |
30 |
31 |
||
Strom macht klein, schwarz und hässlich ;)
Hier der Code des eingebundenen Schaltaktors in FHEM:define UG.Saunaofen CUL_HM 3710B3
attr UG.Saunaofen IODev HMLAN0
attr UG.Saunaofen IOgrp CCU:HMLAN0
attr UG.Saunaofen autoReadReg 4_reqStatus
attr UG.Saunaofen event-on-change-reading state
attr UG.Saunaofen expert 1_on
attr UG.Saunaofen firmware 2.7
attr UG.Saunaofen group 1: Sauna
attr UG.Saunaofen model HM-LC-Sw1-DR
attr UG.Saunaofen peerIDs 00000000,3710B301,
attr UG.Saunaofen room UG.Sauna
attr UG.Saunaofen serialNr MEQ0276306
attr UG.Saunaofen subType switch
attr UG.Saunaofen webCmd statusRequest:toggle:on:off
set UG.Saunaofen regSet shOnTime 10800 self01
- zuerst das Register vom Aktor auf 10800 Sekunden = 3h setzendefine UG.Saunaschalter dummy
attr UG.Saunaschalter group 1: Sauna
attr UG.Saunaschalter room UG.Sauna
attr UG.Saunaschalter setList off on
define UG.SaunaAn notify UG.Saunaschalter:on set UG.Saunaofen press short self01;; set UG.Saunagaenge 1
attr UG.SaunaAn group 1: Sauna
attr UG.SaunaAn room UG.Sauna
define UG.SaunaAus notify UG.Saunaschalter:off set UG.Saunaofen press short self01;; set UG.Saunagaenge 0
attr UG.SaunaAus group 1: Sauna
attr UG.SaunaAus room UG.Sauna
define set_UG_SaunaAn notify Saunaofen* { if (Value("UG.Saunaofen") eq "on") { fhem ("setstate UG.Saunaschalter on");; fhem ("setstate UG.SaunaBereit defined") }}
attr set_UG_SaunaAn group 1: Sauna
attr set_UG_SaunaAn room UG.Sauna
define set_UG_SaunaAus notify Saunaofen* { if (Value("UG.Saunaofen") eq "off") { fhem ("setstate UG.Saunaschalter off;;set UG.Saunagaenge 0") }}
attr set_UG_SaunaAus group 1: Sauna
attr set_UG_SaunaAus room UG.Sauna