mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
59_HCS: Added HomeMatic room thermostat devices.
git-svn-id: https://svn.fhem.de/fhem/trunk@17162 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
889270950c
commit
ee6ab7fc37
@ -463,9 +463,11 @@ HCS_getValues($$) {
|
||||
next if($t eq "MAX" && !$defs{$d}{type});
|
||||
next if($t eq "MAX" && $defs{$d}{type} !~ m/HeatingThermostat/);
|
||||
|
||||
next if($t eq "CUL_HM" &&( !$attr{$d}{model}
|
||||
||!( ($attr{$d}{model} eq "HM-CC-TC" && !$defs{$d}{device})
|
||||
||($attr{$d}{model} eq "HM-CC-RT-DN" && !$defs{$d}{device}))));
|
||||
next if($t eq "CUL_HM" && ( !$attr{$d}{model}
|
||||
|| !( ($attr{$d}{model} eq "HM-CC-TC" && !$defs{$d}{device})
|
||||
|| ($attr{$d}{model} eq "HM-TC-IT-WM-W-EU" && !$defs{$d}{device})
|
||||
|| ($attr{$d}{model} eq "HmIP-WTH-2" && !$defs{$d}{device})
|
||||
|| ($attr{$d}{model} eq "HM-CC-RT-DN" && !$defs{$d}{device}) )) );
|
||||
|
||||
next if($t eq "ZWave" && $attr{$d}{classes} !~ m/THERMOSTAT_SETPOINT/);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user