Equipment tab problem

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

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

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

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.

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"
  ]
}

Within the „tags“ field I don‘t see any equipment like „door“ or „poweroutlet“ . „Status“ is just a subdivision of property.

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.

thanks Yannick, obviously I haven’t tried the simplest thing…and in fact the problem has been solved