Skip to content

Commit

Permalink
Added Device VPL 25c
Browse files Browse the repository at this point in the history
- Added Device VPL 25c
- Adjusted place holder min bus version from 10 to 11
  • Loading branch information
veista committed Jan 11, 2023
1 parent 6391e43 commit 7f43669
Showing 1 changed file with 38 additions and 14 deletions.
52 changes: 38 additions & 14 deletions custom_components/nilan/device_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
19: "VP 18c",
20: "VP 18ek",
21: "VP 18cek",
25: "VPL 25c",
35: "COMBI 302",
}

Expand Down Expand Up @@ -53,6 +54,7 @@
19,
20,
21,
25,
35,
),
},
Expand All @@ -79,6 +81,7 @@
19,
20,
21,
25,
35,
),
},
Expand All @@ -90,6 +93,7 @@
19,
20,
21,
25,
35,
),
},
Expand All @@ -116,6 +120,7 @@
19,
20,
21,
25,
35,
),
},
Expand Down Expand Up @@ -279,20 +284,20 @@
},
"get_bypass_flap_state": {
"entity_type": "binary_sensor",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (
13,
35,
),
},
"get_after_heating_element_capacity": {
"entity_type": "sensor",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (None,),
},
"get_co2_present": {
"entity_type": "config",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": ("all",),
},
"get_average_humidity": {
Expand All @@ -313,6 +318,7 @@
19,
20,
21,
25,
35,
),
},
Expand Down Expand Up @@ -365,6 +371,7 @@
19,
20,
21,
25,
35,
),
},
Expand Down Expand Up @@ -416,6 +423,7 @@
19,
20,
21,
25,
),
},
"get_cooling_mode_ventilation_step": {
Expand All @@ -425,6 +433,7 @@
4,
19,
21,
25,
35,
),
},
Expand All @@ -440,6 +449,7 @@
4,
19,
21,
25,
35,
),
},
Expand All @@ -462,6 +472,7 @@
19,
20,
21,
25,
),
},
"get_max_supply_air_winter_setpoint": {
Expand All @@ -473,6 +484,7 @@
19,
20,
21,
25,
),
},
"get_summer_state_change_setpoint": {
Expand All @@ -488,6 +500,7 @@
19,
20,
21,
25,
35,
),
},
Expand All @@ -499,6 +512,7 @@
19,
20,
21,
25,
),
},
"get_high_temperature_curve": {
Expand All @@ -509,6 +523,7 @@
19,
20,
21,
25,
),
},
"get_low_temperature_compressor_start_setpoint": {
Expand All @@ -519,6 +534,7 @@
19,
20,
21,
25,
35,
),
},
Expand All @@ -530,6 +546,7 @@
19,
20,
21,
25,
35,
),
},
Expand Down Expand Up @@ -586,6 +603,7 @@
19,
20,
21,
25,
35,
),
},
Expand Down Expand Up @@ -716,31 +734,32 @@
},
"get_low_outdoor_temperature_setpoint": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": ("all",),
},
"get_low_outdoor_temperature_ventilation_step": {
"entity_type": "select",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": ("all",),
},
"get_after_heating_type": {
"entity_type": "sensor",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": ("all",),
},
"get_supply_heater_delay": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (
4,
13,
25,
35,
),
},
"get_low_room_temperature_setpoint": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": ("all",),
},
"get_supply_air_after_heating": {
Expand Down Expand Up @@ -771,53 +790,57 @@
19,
20,
21,
25,
),
},
"get_defrost_ventilation_level": {
"entity_type": "select",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (
4,
19,
20,
21,
25,
),
},
"get_time_between_defrost": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (35,),
},
"get_defrost_start_setpoint": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (
4,
19,
20,
21,
25,
35,
),
},
"get_defrost_stop_setpoint": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (
4,
19,
20,
21,
25,
35,
),
},
"get_maximum_compressor_defrost_time": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (35,),
},
"get_maximum_outlet_defrost_time": {
"entity_type": "number",
"min_bus_version": 10, # PH
"min_bus_version": 11,
"supported_devices": (35,),
},
"get_minimum_defrost_time": {
Expand All @@ -828,6 +851,7 @@
19,
20,
21,
25,
),
},
"get_supply_power_at_level_1": {
Expand Down

0 comments on commit 7f43669

Please sign in to comment.