gabrio79
(Gabrio79)
April 27, 2022, 6:23pm
1
Hello, I manage 5 airzone systems, and lot of them have zone with same name, so could be useful if you can add system name in entities.
for example: system1 and system2 have same zones: living and bedroom,
current integration created 4 entities
climate.living, climate.living_2, climate.bedroom and climate.bedroom_2
i suggest
climate.system1_living, climate.system2_living, climate.system1_bedroom and climate.system2_bedroom
PS: add Arizone in the forum TAGS list
Noltari
(Álvaro Fernández Rojas)
April 27, 2022, 6:37pm
2
I will try to add this in the future, but in the meantime you can customize your entities from the UI and rename both the Entity ID and Name:
gabrio79
(Gabrio79)
April 27, 2022, 9:28pm
3
Thanks, I already performed it
PS: if you are interested, I created a markdown compact view, could be also interesting in order to create a “native” lovelace custom panel
below easy code
<table> <tr> <th align="left"width="120">Zona</th> <th align="left"width="60">Modo</th> <th align="left" width="60">Temp </th> <th align="left" width="60">SetPoint</th> <th align="left"width="60">Hum </th> <th align="left"width="60">Stato</th> </tr>
<TR><TD> Studio </TD><TD> {{states('climate.veterinaria_studio')}} </TD><TD> {{ states('sensor.veterinaria_studio_temperature') }}° </TD><TD> {{ state_attr('climate.veterinaria_studio', 'temperature') }}° </TD><TD> {{ states('sensor.veterinaria_studio_humidity')}}% </TD><TD > {%- if (is_state('climate.veterinaria_studio', 'heat')) and (is_state('binary_sensor.veterinaria_studio_floor_demand','on')) -%} <ha-icon icon='mdi:fire'></ha-icon> {%- endif %} {%- if (is_state('climate.veterinaria_studio', 'cool')) and
(is_state('binary_sensor.veterinaria_studio_floor_demand','on')) -%} <ha-icon icon='mdi:snowflake'></ha-icon> {%- endif %} </TD></TR>
<TR><TD> Sala operatoria </TD><TD> {{states('climate.veterinaria_sala_operat')}} </TD><TD> {{ states('sensor.veterinaria_sala_operat_temperature') }}° </TD><TD> {{ state_attr('climate.veterinaria_sala_operat', 'temperature') }}° </TD><TD> {{ states('sensor.veterinaria_sala_operat_humidity')}}% </TD><TD > {%- if (is_state('climate.veterinaria_sala_operat', 'heat')) and (is_state('binary_sensor.veterinaria_sala_operat_floor_demand','on')) -%} <ha-icon icon='mdi:fire'></ha-icon> {%- endif %} {%- if (is_state('climate.veterinaria_sala_operat', 'cool')) and
(is_state('binary_sensor.veterinaria_sala_operat_floor_demand','on')) -%} <ha-icon icon='mdi:snowflake'></ha-icon> {%- endif %} </TD></TR>
<TR><TD> Sala raggi </TD><TD> {{states('climate.veterinaria_raggi')}} </TD><TD> {{ states('sensor.veterinaria_raggi_temperature') }}° </TD><TD> {{ state_attr('climate.veterinaria_raggi', 'temperature') }}° </TD><TD> {{ states('sensor.veterinaria_raggi_humidity')}}% </TD><TD > {%- if (is_state('climate.veterinaria_raggi', 'heat')) and (is_state('binary_sensor.veterinaria_raggi_floor_demand','on')) -%} <ha-icon icon='mdi:fire'></ha-icon> {%- endif %} {%- if (is_state('climate.veterinaria_raggi', 'cool')) and
(is_state('binary_sensor.veterinaria_raggi_floor_demand','on')) -%} <ha-icon icon='mdi:snowflake'></ha-icon> {%- endif %} </TD></TR>
<TR><TD> Sala Attesa </TD><TD> {{states('climate.veterinaria_attesa')}} </TD><TD> {{ states('sensor.veterinaria_attesa_temperature') }}° </TD><TD> {{ state_attr('climate.veterinaria_attesa', 'temperature') }}° </TD><TD> {{ states('sensor.veterinaria_attesa_humidity')}}% </TD><TD > {%- if (is_state('climate.veterinaria_attesa', 'heat')) and (is_state('binary_sensor.veterinaria_attesa_floor_demand','on')) -%} <ha-icon icon='mdi:fire'></ha-icon> {%- endif %} {%- if (is_state('climate.veterinaria_attesa', 'cool')) and
(is_state('binary_sensor.veterinaria_attesa_floor_demand','on')) -%} <ha-icon icon='mdi:snowflake'></ha-icon> {%- endif %} </TD></TR>
</table>
gabrio79
(Gabrio79)
May 30, 2022, 8:28am
4
Hi @Noltari I see that you are on 3.51 FW version, is an official FW version?
If yes, I will ask to AZ
Noltari
(Álvaro Fernández Rojas)
May 30, 2022, 8:52am
5
I think this was the default firmware that came with my Blueface Zero thermostat, but I’m not really sure since my webserver was upgraded to a beta firmware which is intended to test future changes in the Local API.
gabrio79
(Gabrio79)
January 31, 2023, 1:57pm
6
any news regarding beta firmware? when will be released?