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
I encountered an issue with the HVAC/ZONE_HVAC entity type. While defining an entity with this type, I received the following error:
[ERROR] Entity (060670a9-22f4-40f1-8f6a-62857b6ba2ec: XX-YY-ZZ) has a type which has defined fields, but this instance has neither links nor a translation.
.
The reason for using the HVAC/ZONE_HVAC type is to create HVAC Zones that will later be linked to relevant entities using connection properties. Since this entity represents a zone and not a physical device, it does not have points associated with it. The connections will be established later to associate relevant devices with these zones.
Could you please advise on how to handle this error in cases where the entity does not have direct points but will be linked through connections?
The text was updated successfully, but these errors were encountered:
I encountered an issue with the HVAC/ZONE_HVAC entity type. While defining an entity with this type, I received the following error:
[ERROR] Entity (060670a9-22f4-40f1-8f6a-62857b6ba2ec: XX-YY-ZZ) has a type which has defined fields, but this instance has neither links nor a translation.
.
The reason for using the HVAC/ZONE_HVAC type is to create HVAC Zones that will later be linked to relevant entities using connection properties. Since this entity represents a zone and not a physical device, it does not have points associated with it. The connections will be established later to associate relevant devices with these zones.
Could you please advise on how to handle this error in cases where the entity does not have direct points but will be linked through connections?
The text was updated successfully, but these errors were encountered: