Hi Guys,
i have a small Problem with the Homematic Wallthermostat HM-TC-IT-WM-W-EU.
Environment:
openHAB 2.2.0~20170916011924-1 (Build #1039)
CCU2 with Firmware 2.29.22
Device Firmware: 1.3
Problem:
I can receive the Control-Mode via this item:
String Emily_Heizungsthermostat_Modus "Heizungsthermostat Emily Modus[MAP(heizung1_de.map):%s]" <heating> (gEmily, gHeizung, gHeizungsMode) {channel="homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324:2#CONTROL_MODE"}
But i was looking for an option to change the control mode via OH and found a bit confusing information.
It seems there should be a possibility to set the control-mode via a channel 4. But looking into my thing in paper ui i only see channel 0,1 and 2.
So i have tested these items, but they did not work for me:
Switch Emily_Heizungsthermostat_AutoModus "Heizungsthermostat Emily AutoMode" <heating> (gEmily, gHeizung, gHeizungsMode) {channel="homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324:2#AUTO-MODE"}
Switch Emily_Heizungsthermostat_ManuModus "Heizungsthermostat Emily ManuMode" <heating> (gEmily, gHeizung, gHeizungsMode) {channel="homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324:2#MANU-MODE"}
Switch Emily_Heizungsthermostat_AutoModus "Heizungsthermostat Emily AutoMode" <heating> (gEmily, gHeizung, gHeizungsMode) {channel="homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324:4#AUTO-MODE"}
Switch Emily_Heizungsthermostat_ManuModus "Heizungsthermostat Emily ManuMode" <heating> (gEmily, gHeizung, gHeizungsMode) {channel="homematic:HM-TC-IT-WM-W-EU:6d1a3e28:MEQ0745324:4#MANU-MODE"}
Reading this post led me to the conclusion there should be a few options to set via OH:
BidCos-RF.MEQ0237467:2.CONTROL_MODE
BidCos-RF.MEQ0237467:2.LOWBAT_REPORTING
BidCos-RF.MEQ0237467:2.COMMUNICATION_REPORTING
BidCos-RF.MEQ0237467:2.WINDOW_OPEN_REPORTING
BidCos-RF.MEQ0237467:2.BATTERY_STATE
BidCos-RF.MEQ0237467:2.BOOST_STATE
BidCos-RF.MEQ0237467:2.ACTUAL_TEMPERATURE
BidCos-RF.MEQ0237467:2.ACTUAL_HUMIDITY
BidCos-RF.MEQ0237467:2.SET_TEMPERATURE
BidCos-RF.MEQ0237467:2.AUTO_MODE
BidCos-RF.MEQ0237467:2.MANU_MODE
BidCos-RF.MEQ0237467:2.BOOST_MODE
BidCos-RF.MEQ0237467:2.COMFORT_MODE
BidCos-RF.MEQ0237467:2.LOWERING_MODE
But reading this (i know not exactly the HM-TC-IT-WM-W-EU):
And especially this post:
gerrieg commented on Dec 20, 2016
LOWBAT is a boolean and therefore a Switch
No, there are currently no item properties available in OH2, so you have to configure it on the channel
No problem, a task on my todo list is to update the Homematic readme with more informations
So does this mean changing the control mode is (not yet) possible with the 2.x homematic binding, but was in OH1? Or, if we really think about the HM-TC-IT-WM-W-EU just supports getting the control-mode but does not support setting it?
BR
Andreas