HM-TC-IT-WM-W-EU und HCS

Begonnen von robby63, 18 Februar 2014, 17:08:51

Vorheriges Thema - Nächstes Thema

robby63

Hallo i am new in this forum
I just bought a new Thermostat HM-TC-IT-WM-W-EU
This thermostat is not automatically recognized by  the HCS module.
Is there a solution to have it work together?


martinp876

HCS strictly parses for models.
I am not the maintainer so I cannot add it. Nor am I familiar with teh supproted features of HCS.
I assume you should check with the developer when an Update is planned.

See maitainer file in fhem directory

robby63

Hello Martin,
I made a minor change to the 59_HCS.pm file
This seems to work:
at line 451 after this: ||($attr{$d}{model} eq "HM-CC-RT-DN"      && !$defs{$d}{device})
i inserted this:             ||($attr{$d}{model} eq "HM-TC-IT-WM-W-EU" && !$defs{$d}{device})
an closed this line with  the rest of line 451 : )));
kind regards
rob

martinp876

Hello Rob,

correct, I have seen that HCS parses on model string - already there needs manual upgrade.
As I have not checked any of theHCS features I cannot guarantee that it will work. There is only a subset of commands that isidentical. Also channel structure is different.
You should trigger the maintainer of HCS to incoorporate TC-IT and test it

kind regards,
Martin

robby63

Hello Martin
ZitatYou should trigger the maintainer of HCS to incoorporate TC-IT and test it
I looked for it but can't find it, please help
kind regards
rob

martinp876

you can find the maintainer of the files in the 'MAINTAINER.txt' file.
FHEM/59_HCS.pm               mfr69bs              http://forum.fhem.de Automatisierung

unfortunately I cannot find him, but a recent change was done
http://forum.fhem.de/index.php/topic,17781.msg117381.html#msg117381

so maybe you post an entry in
http://forum.fhem.de/index.php/board,20.0.html

Regards,
Martin