mhop / fhem-mirror

Branch 'master' is an unofficial read-only-mirror of https://svn.fhem.de/fhem/trunk which is updated once a day. (branch sf_old a mirror of the old repo: svn://svn.code.sf.net/p/fhem/code/trunk)
106 stars 127 forks source link

HMCCUConf.pm: "holiday" shown as SET_POINT_MODE "boost" for HEATING_CLIMATECONTROL_TRANSCEIVER #60

Closed siggel closed 10 months ago

siggel commented 10 months ago

When turning on "holiday" via CCU3 my HMCCUCHN of type HEATING_CLIMATECONTROL_TRANSCEIVER shows SET_POINT_MODE "boost" instead. According to my observation with device HmIP-eTRV-B "holiday" is datapoint 1.SET_POINT_MODE value 2 "boost" (when turned on at the device) does not affect datapoint 1.SET_POINT_MODE but only 1.BOOST_MODE

So maybe in fhem/FHEM/HMCCUConf.pm for %HMCCU_CONVERSIONS it should read 'HEATING_CLIMATECONTROL_TRANSCEIVER' => { 'SET_POINT_TEMPERATURE' => { '4.5' => 'off', '30.5' => 'on' }, 'SET_POINT_MODE' => { '0' => 'auto', '1' => 'manual', '2' => 'holiday', '3' => 'off' }, 'WINDOW_STATE' => { '0' => 'closed', '1' => 'open', 'false' => 'closed', 'true' => 'open' } }, (replaced "boost" by "holiday") ?

siggel commented 10 months ago

Just realized this is an inoffical mirror, I will contact the author via the forum instead