[SOLVED]-[Homematic] Channel type couldn´t be resolved

I´ve found something in the jsondb files.
(And a typo in the docs… missing t for jsonlint.com… pull request is already placed)

I´m only able to find the HM_Sec_SC_2 and one of the windows contacts (HM_Sec_SCo).
HG- is used as a prefix everywhere the type is mentioned.

The most interesting part is this:
homematic_HG_HM_Sec_SC_2_default_MEQ1593634_1_STATE
The Type is all uppercase and not lowercase like described in the docs.

I played around with the type and finally found the one that is working:

    Thing HG-HM-Sec-SC-2 SERIALNUMBER "Türschloss" @ "Flur"
    {
        Channels:
            Type HM-Sec-SC-2_1_STATE : 1#STATE
    }

The Type has to be in UPPERCASE.
Unfortunately this is another typo in the docs.
I´m going to place a pull request…

The Type is the device type, channel number and lowercase channel name separated with a underscore.

And the channel configs delay and receiveDelay are optional.

@rlkoshak thanks for the hint that a look into the jsondb could help.

1 Like