diff --git a/bundles/org.openhab.binding.rfxcom/README.md b/bundles/org.openhab.binding.rfxcom/README.md index a931a3781..8cc986380 100644 --- a/bundles/org.openhab.binding.rfxcom/README.md +++ b/bundles/org.openhab.binding.rfxcom/README.md @@ -499,12 +499,13 @@ A Lucci Air DC fan device ##### Channels -| Name | Channel Type | Item Type | Remarks | -|--------------|-------------------------------------|---------------|---------------------------------------------------------------| -| commandString| [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, REVERSE, NATURAL_FLOW, PAIR | -| fanSpeed | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN | -| fanLight | [fanlight](#channels) | Switch | | -| signalLevel | [system.signal-strength](#channels) | Number | | +| Name | Channel Type | Item Type | Remarks | +|-----------------|-------------------------------------|---------------|--------------------------------------------------------------| +| commandString | [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, REVERSE, NATURAL_FLOW, PAIR | +| fanSpeedControl | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN | +| fanSpeed | [fanspeed](#channels) | Number | Options: 1,2,3,4,5,6 | +| fanLight | [fanlight](#channels) | Switch | | +| signalLevel | [system.signal-strength](#channels) | Number | | ##### Configuration Options @@ -542,13 +543,13 @@ A Novy extractor fan. ##### Channels -| Name | Channel Type | Item Type | Remarks | -|--------------|-------------------------------------|---------------|--------------------------| -| command | [command](#channels) | Switch | | -| commandString| [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, LEARN, RESET_FILTER | -| fanSpeed | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN | -| fanLight | [fanlight](#channels) | Switch | | -| signalLevel | [system.signal-strength](#channels) | Number | | +| Name | Channel Type | Item Type | Remarks | +|-----------------|-------------------------------------|---------------|--------------------------| +| command | [command](#channels) | Switch | | +| commandString | [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, LEARN, RESET_FILTER | +| fanSpeedControl | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN | +| fanLight | [fanlight](#channels) | Switch | | +| signalLevel | [system.signal-strength](#channels) | Number | | ##### Configuration Options diff --git a/bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComFanMessage.java b/bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComFanMessage.java index 831d0931a..ccb6b6087 100644 --- a/bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComFanMessage.java +++ b/bundles/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComFanMessage.java @@ -106,6 +106,12 @@ public class RFXComFanMessage extends RFXComDeviceMessageImpl ON_COMMANDS = Arrays.asList(HI, MED, LOW, FALMEC_SPEED_1, FALMEC_SPEED_2, FALMEC_SPEED_3, FALMEC_SPEED_4, LUCCI_AIR_DC_II_SPEED_1, LUCCI_AIR_DC_II_SPEED_2, LUCCI_AIR_DC_II_SPEED_3, - LUCCI_AIR_DC_II_SPEED_4, LUCCI_AIR_DC_II_SPEED_5, LUCCI_AIR_DC_II_SPEED_6); + LUCCI_AIR_DC_II_SPEED_4, LUCCI_AIR_DC_II_SPEED_5, LUCCI_AIR_DC_II_SPEED_6, LUCCI_AIR_DC_SPEED_1, + LUCCI_AIR_DC_SPEED_2, LUCCI_AIR_DC_SPEED_3, LUCCI_AIR_DC_SPEED_4, LUCCI_AIR_DC_SPEED_5, + LUCCI_AIR_DC_SPEED_6); private static final List OFF_COMMANDS = Arrays.asList(OFF, FALMEC_POWER_OFF, LUCCI_AIR_DC_II_POWER_OFF); private SubType subType; @@ -321,6 +329,12 @@ public class RFXComFanMessage extends RFXComDeviceMessageImpl - + + diff --git a/bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/thing/fan_novy.xml b/bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/thing/fan_novy.xml index 1fc31a9c4..65b8b2890 100644 --- a/bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/thing/fan_novy.xml +++ b/bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/thing/fan_novy.xml @@ -17,6 +17,8 @@ + +