From 69a05725c9b7654131681895576abd7443009e3c Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 5 Nov 2023 09:38:28 +0000 Subject: [PATCH] Update the template for issue. --- .github/ISSUE_TEMPLATE/issue.md | 108 ++++++++++++++++++++++++++++++-- 1 file changed, 103 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index bbd0345..363cf69 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -6,10 +6,11 @@ about: Create a report to help us improve @@ -21,19 +22,116 @@ If you are unsure about the version check the const.py file. ## Configuration -```yaml - -Add your logs here. + +My VTherm attributes are the following: +```yaml +hvac_modes: + - heat + - 'off' +min_temp: 7 +max_temp: 35 +preset_modes: + - none + - eco + - comfort + - boost + - activity +current_temperature: 18.9 +temperature: 22 +hvac_action: 'off' +preset_mode: security +hvac_mode: 'off' +type: null +eco_temp: 17 +boost_temp: 20 +comfort_temp: 19 +eco_away_temp: 16.1 +boost_away_temp: 16.3 +comfort_away_temp: 16.2 +power_temp: 13 +ext_current_temperature: 11.6 +ac_mode: false +current_power: 450 +current_power_max: 910 +saved_preset_mode: none +saved_target_temp: 22 +saved_hvac_mode: heat +window_state: 'on' +motion_state: 'off' +overpowering_state: false +presence_state: 'on' +window_auto_state: false +window_bypass_state: false +security_delay_min: 2 +security_min_on_percent: 0.5 +security_default_on_percent: 0.1 +last_temperature_datetime: '2023-11-05T00:48:54.873157+01:00' +last_ext_temperature_datetime: '2023-11-05T00:48:53.240122+01:00' +security_state: true +minimal_activation_delay_sec: 1 +device_power: 300 +mean_cycle_power: 30 +total_energy: 137.5 +last_update_datetime: '2023-11-05T00:51:54.901140+01:00' +timezone: Europe/Paris +window_sensor_entity_id: input_boolean.fake_window_sensor1 +window_delay_sec: 20 +window_auto_open_threshold: null +window_auto_close_threshold: null +window_auto_max_duration: null +motion_sensor_entity_id: input_boolean.fake_motion_sensor1 +presence_sensor_entity_id: input_boolean.fake_presence_sensor1 +power_sensor_entity_id: input_number.fake_current_power +max_power_sensor_entity_id: input_number.fake_current_power_max +is_over_switch: true +underlying_switch_0: input_boolean.fake_heater_switch1 +underlying_switch_1: null +underlying_switch_2: null +underlying_switch_3: null +on_percent: 0.1 +on_time_sec: 6 +off_time_sec: 54 +cycle_min: 1 +function: tpi +tpi_coef_int: 0.6 +tpi_coef_ext: 0.01 +friendly_name: Thermostat switch 1 +supported_features: 17 ``` + + ## Describe the bug A clear and concise description of what the bug is. +I'm trying to: + + +And I expect: + + +But I observe this .... + + +I read the documentation on the README.md file and I don't find any relevant information about this issue. + ## Debug log - + + +```yaml +logger: + default: info + logs: + custom_components.versatile_thermostat: info +``` + + ```text