dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 501 forks source link

FOHSWITCH is not shown in deCONZ device map #6778

Closed Rolf56 closed 1 year ago

Rolf56 commented 1 year ago

Describe the bug

The FOHSWITCH can be added by the Phoscon App and it is also shown there as switch device, but it is not shown in the deCONZ device map.

image https://www.amazon.de/dp/B08K3C44J4

Steps to reproduce the behavior

  1. Go to Phoscon App
  2. Click on 'Add new switch', power on the device
  3. New switch is found and displayed
  4. Device works fine
  5. Go to deCONZ UI, the switch device is not shown there

Expected behavior

The FOHSWITCH switch device should be shown in deCONZ UI

Screenshots

Device in Phoscon App image

Device is shown by postman REST-Client

192.168.0.29:80/api/xxxxxxxxxx/sensors/ "76": { "config": { "on": true }, "ep": 242, "etag": "76387e5221513f8275dab6224708a6a2", "lastannounced": null, "lastseen": "2023-03-04T07:09Z", "manufacturername": "PhilipsFoH", "modelid": "FOHSWITCH", "name": "Esszimmer.Licht", "state": { "buttonevent": 4002, "lastupdated": "2023-03-04T07:09:46.412" }, "type": "ZGPSwitch", "uniqueid": "00:00:00:00:01:71:e3:66-f2" }

Environment

deCONZ Logs

Additional context

This is the only device of "type": "ZGPSwitch". All other are "type": "ZHA...". Maybe there is some code missing for "type": "ZGPSwitch".

SwoopX commented 1 year ago

ZGPSwitch do not show up in deconz GUI due to their nature and way of operation.