You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I’m currently using the Aldes plugin for Home Assistant and have observed that several valuable parameters are returned via the API, but they are not yet integrated as sensors within the plugin. Specifically, I have access to the following data from the API response:
{
"AIR_OUTSIDE_TPT": 25.2, // Outside air temperature
"AIR_REJECT_TPT": 26.0, // Rejected air temperature
"AIR_TII_EST": null, // Not used
"AIR_EXTF_SPD": 1685, // External fan speed (RPM)
"AIR_EXTF_TSN": null, // Not used
"AIR_VI_SPD": 1383, // Internal fan speed (RPM)
"AIR_VV_TSN": null, // Not used
"AIR_FF_CPT": 52, // Fan operation counter
"AIR_FFE_FLW": 90, // Incoming airflow (m3/h)
"AIR_EXTF_FLW": 90, // Outgoing airflow (m3/h)
"AIR_DEP_IND": 16, // Filter dirt/deposit indicator
"AIR_EXT_TPT": 26.0, // External temperature (°C)
"AIR_CVE_CSN": 0, // Not used
"AIR_VI_CSN": 0, // Not used
"AIR_TTE_CSN": 0, // Not used
"AIR_DTB_IND": 0, // Air quality indicator
"AIR_ECHANGE_PWR": 0, // Power exchange
"AIR_SET_SPD": 1, // Fan set speed (level)
"AIR_EXCH_ENG": null // Not used
}`
These parameters provide important information about the system’s operational status, including temperatures, fan speeds, airflow rates, and filter condition. Would it be possible to expose these values as sensors in the Home Assistant integration?
Here’s a list of the key data that I believe would be highly useful if available as sensors:
• AIR_OUTSIDE_TPT: Outside air temperature
• AIR_REJECT_TPT: Rejected air temperature
• AIR_EXTF_SPD: External fan speed (RPM)
• AIR_VI_SPD: Internal fan speed (RPM)
• AIR_FFE_FLW: Incoming airflow (m³/h)
• AIR_EXTF_FLW: Outgoing airflow (m³/h)
• AIR_DEP_IND: Filter dirt indicator
• AIR_SET_SPD: Fan speed setting
I believe that integrating these into Home Assistant would significantly improve the system’s monitoring capabilities. Thanks for considering this request, and thank you for your excellent work on the plugin!
The text was updated successfully, but these errors were encountered:
I would like to add this information but here we have two problem:
Currently, this integration has no the aim to show information, only to allow to change the execution mode of some Aldes products. So add this information is possible but it is not a fast change.
At this moment, I dont have to work on the proposed change.
So, if you want to start a new pull request with the proposed change, I will try to help in background.
Hi,
I’m currently using the Aldes plugin for Home Assistant and have observed that several valuable parameters are returned via the API, but they are not yet integrated as sensors within the plugin. Specifically, I have access to the following data from the API response:
These parameters provide important information about the system’s operational status, including temperatures, fan speeds, airflow rates, and filter condition. Would it be possible to expose these values as sensors in the Home Assistant integration?
Here’s a list of the key data that I believe would be highly useful if available as sensors:
I believe that integrating these into Home Assistant would significantly improve the system’s monitoring capabilities. Thanks for considering this request, and thank you for your excellent work on the plugin!
The text was updated successfully, but these errors were encountered: