aRGiRob
(Roberto)
December 21, 2022, 10:45am
1
I have a problem with the overview page and in particular with the equipment tab. Even though I have defined at least twenty equipments in the model I only see one called miscellaneous that I haven’t defined. Where am I going wrong?
if I click on the card a page opens which lists all the equipments I have created.
Am I wrong or should all the equipments I have defined appear on the equipment tab regardless of their position/location in the model?
Thanks
Mclupo
(Wolf Kroenert )
December 21, 2022, 12:42pm
2
On overview page click on the pencil icon in the upper right corner.
There you get tabs for each segment to activate and modify the rendering
aRGiRob
(Roberto)
December 21, 2022, 12:53pm
3
as you can see in the configuration page there are no devices other than “miscellaneous” which actually does not exist and I have not defined
JustinG
(JustinG)
December 21, 2022, 1:21pm
4
The problem is most likely with your model definitions, not the pages. You’ll have to show us some examples of the equipment you’ve defined.
aRGiRob
(Roberto)
December 21, 2022, 1:31pm
5
this is the simplest equipment i defined:
{
"members": [
{
"link": "http://10.10.10.10:8080/rest/items/INPS_246",
"state": "ON",
"stateDescription": {
"readOnly": true,
"options": []
},
"type": "Switch",
"name": "INPS_246",
"label": "Raggiungibilità",
"category": "contact_green_no",
"tags": [
"Status"
],
"groupNames": [
"EQU_050_AP_ottavo_piano"
]
}
],
"link": "http://10.10.10.10:8080/rest/items/EQU_050_AP_ottavo_piano",
"state": "NULL",
"editable": true,
"type": "Group",
"name": "EQU_050_AP_ottavo_piano",
"label": "Access point 8° piano",
"category": "accesspoint",
"tags": [
"Equipment"
],
"groupNames": [
"LR_101"
]
}
and this is the descendant point:
{
"link": "http://10.10.10.10:8080/rest/items/INPS_246",
"state": "ON",
"stateDescription": {
"readOnly": true,
"options": []
},
"editable": true,
"type": "Switch",
"name": "INPS_246",
"label": "Raggiungibilità",
"category": "contact_green_no",
"tags": [
"Status"
],
"groupNames": [
"EQU_050_AP_ottavo_piano"
]
}
Mclupo
(Wolf Kroenert )
December 21, 2022, 2:02pm
6
Within the „tags“ field I don‘t see any equipment like „door“ or „poweroutlet“ . „Status“ is just a subdivision of property.
ysc
(Yannick Schaus)
December 21, 2022, 2:11pm
7
aRGiRob:
"tags": [
"Equipment"
],
The miscellaneous card is used for equipment tagged “Equipment” i.e. don’t have a specialized class. Try changing some tags to another equipment tag like HVAC, Lightbulb, WallSwitch, NetworkAppliance and so on.
aRGiRob
(Roberto)
December 21, 2022, 2:19pm
8
thanks Yannick, obviously I haven’t tried the simplest thing…and in fact the problem has been solved