Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Jun 5, 2024
1 parent 8f3d4c1 commit e8661a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for LGE ThinQ custom component."""

__version__ = "0.39.1"
__version__ = "0.39.2"
PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/"
ISSUE_URL = f"{PROJECT_URL}issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues",
"requirements": ["pycountry>=23.12.11", "xmltodict>=0.13.0", "charset_normalizer>=3.2.0"],
"version": "0.39.1"
"version": "0.39.2"
}

1 comment on commit e8661a5

@Corlomarn
Copy link

@Corlomarn Corlomarn commented on e8661a5 Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good evening Ollo69,

Thank you very much for your excellent development; it works flawlessly. However, the domestic hot water heat pump in Germany does not always adhere to its schedule. It would be a fantastic enhancement if we could link the temperature and mode settings to the electricity from a PV system. For instance, if the water is already at 50 degrees and the system is set to heat to 30 degrees when there is no PV electricity, the system would not consume any power. Conversely, if there is electricity available, it would be ideal to adjust both the temperature and possibly the mode accordingly.

Would it be possible to implement such a feature? I would be incredibly grateful and wouldn't know how to thank you enough.

My idea is to add 6-10 fields for the amount of electricity, which I can manually input. Next to each electricity field, there should be a field for the temperature to which the system should heat, and next to that, the mode that the application already supports. For example:

mathematica

Electricity (Entity)----Temperature Setting---------Mode
500 Watts-----------30°C------------------------Heat Pump
-500----------------40°C------------------------Heat Pump
-2500---------------60°C------------------------Turbo

Do you think this would be feasible? I would be extremely thankful and think it would be wonderful.

I look forward to your response and appreciate your help in advance.

Best regards from the German Black-Forest :)
Basti

Please sign in to comment.