FHEM Forum

FHEM - Hausautomations-Systeme => Homematic => Thema gestartet von: robby63 am 18 Februar 2014, 17:08:51

Titel: HM-TC-IT-WM-W-EU und HCS
Beitrag von: robby63 am 18 Februar 2014, 17:08:51
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?

Titel: Antw:HM-TC-IT-WM-W-EU und HCS
Beitrag von: martinp876 am 18 Februar 2014, 20:28:04
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
Titel: Antw:HM-TC-IT-WM-W-EU und HCS
Beitrag von: robby63 am 23 Februar 2014, 15:48:10
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
Titel: Antw:HM-TC-IT-WM-W-EU und HCS
Beitrag von: martinp876 am 23 Februar 2014, 16:45:04
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
Titel: Antw:HM-TC-IT-WM-W-EU und HCS
Beitrag von: robby63 am 23 Februar 2014, 19:07:04
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
Titel: Antw:HM-TC-IT-WM-W-EU und HCS
Beitrag von: martinp876 am 23 Februar 2014, 19:22:20
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