Page 1 of 1
Hardware listed twice
Posted: Saturday 03 January 2026 15:56
by athoopen
All,
In my hardware list, a number of hardware types are listed twice (idx 24,27,30,34,35). They are completely identical. Is this s a bug, or can I adjust it myself or ....
Any tips or tricks are welcome to make my hardware list populated with unique hardware types.

Re: Hardware listed twice
Posted: Saturday 03 January 2026 16:03
by waltervl
Pres ctrl-F5 or clear your browser cache. Something is wrong on the browser side.
Re: Hardware listed twice
Posted: Saturday 03 January 2026 16:23
by athoopen
Thanks for your tip! I pressed ctrl-F5: no change. I opened the page in private: no change. I also opened the page in chrome (I normally use Firefox) and also no change. Double checked in chrome incognito: no change.
Re: Hardware listed twice
Posted: Saturday 03 January 2026 16:38
by waltervl
you can check with an API call to see if you have doubles there too (change YourDomoticzServer:Port to real values) in a browser:
Code: Select all
http://YourDomoticzServer:Port/json.htm?type=command¶m=gethardware
You should get a json back.
If you see the double there too then you have an issue in your database.
If you do not see them in double in the json then it is browser related (javascript caching).
Re: Hardware listed twice
Posted: Saturday 03 January 2026 19:19
by athoopen
Via the API I get the same types, incl the same doubles. I gues the DB is messed up.

Re: Hardware listed twice
Posted: Saturday 03 January 2026 19:42
by athoopen
I just viewed the database, there are also doubles. I guess I'll backup the database and try to remove the double entries in the db. Scary .... I am not that much of a db goeroe

Re: Hardware listed twice (SOLVED)
Posted: Saturday 03 January 2026 20:24
by athoopen
Removing the entries from the db did the trick.
Re: Hardware listed twice
Posted: Saturday 03 January 2026 23:51
by waltervl
Great, at least this issue is solved for you....