Groupnames from rest is broken since 2.5.7-1 for me

Hello all,

When i request this “http://myopenhabbox:8080/rest/items?recursive=false” , my items have no group. It works in 2.5.6-2 but not in 2.5.7-1 and 2.5.8-1

Is there someone with the same problem ?

Thanks

Ced

I am on 2.5.8.
You mean the group name ( like gSpeedtest in this example ) is missing for your items ?

Screenshot_2020-09-19 Screenshot
So it doesn’t look like it is a problem in general.

Please show the definition of your items.

Yes it’s exactly my problem.
With 2.5.6-2 :

{
	"link": "http://myopenhabbox:8080/rest/items/HUE_Ampoule_plafond_salle_Dimmer",
	"state": "0",
	"editable": false,
	"type": "Dimmer",
	"name": "HUE_Ampoule_plafond_salle_Dimmer",
	"label": "Lumière salle puissance",
	"tags": [],
	"groupNames": ["g_salle_a_manger", "g_lumiere_dimmer"]
} 

With 2.5.7-1 and 2.5.8-1 :

{
	"link": "http://myopenhabbox:8080/rest/items/HUE_Ampoule_plafond_salle_Dimmer",
	"state": "0",
	"editable": false,
	"type": "Dimmer",
	"name": "HUE_Ampoule_plafond_salle_Dimmer",
	"label": "Lumière salle puissance",
	"tags": [],
	"groupNames": []
}

Each time i install 2.5.7-1 or 2.5.8-1, i have the problem. when i install the 2.5.6-2, no problem

Here is the declaration in my items file :

Switch	HUE_Ampoule_plafond_salle_Switch	 "Lumière salle"              ( g_salle_a_manger, g_lumiere_switch)  { channel="hue:0210:1:4:color" }
Dimmer	HUE_Ampoule_plafond_salle_Dimmer	 "Lumière salle puissance"    ( g_salle_a_manger, g_lumiere_dimmer)  { channel="hue:0210:1:4:color" }

Ced

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.