ioBroker.heatingcontrol
ioBroker.heatingcontrol copied to clipboard
HmIP-WTH-2 wird nicht automatisch erkannt
Der Thermostat HmIP-WTH-2 wird nicht automatisch erkannt.
Ein ändern HMIP zu HmIP in devicedetect.js
ThermostatTypeTab[5] = ["HMIP-WTH-2", "Wandthermostat(HMIP)", ".1.SET_POINT_TEMPERATURE", ".1.ACTUAL_TEMPERATURE", "1.CONTROL_MODE"];
zu
ThermostatTypeTab[5] = ["HmIP-WTH-2", "Wandthermostat(HMIP)", ".1.SET_POINT_TEMPERATURE", ".1.ACTUAL_TEMPERATURE", "1.CONTROL_MODE"];
behebt das Problem.
ist in der 2.9.3 enthalten