Jey-Cee / ioBroker.deconz

Connects to deConz software developed by dresden-elektronik. This software aims to be a universal ZigBee Gateway solution, using hardware from dresden-elektronik the ConBee USB stick and RaspBee a modul for the Raspberry Pi.
Apache License 2.0
55 stars 34 forks source link

[Bug]: Osram Plug is not a light #341

Closed GermanSheepDog closed 11 months ago

GermanSheepDog commented 11 months ago

What happened?

An Osram Lightify Plug is adopted by the Phoscon app not as an adapter plug, but as a light in I-broker. This means that the plug cannot be controlled and is also “not reachable”.

Adapter Version

1.3.21

deConz (Phoscon) Version

2.24.1

Node JS Version

v16.20.2

NPM Version

8.19.4

Operating System

Ubuntu

Relevant log output

In ioBroker I saw: Plug 1 | 2 | OSRAM | Plug 01 | light

Jey-Cee commented 11 months ago

Plugs are always represented as a light in deConz API, so they shown in ioBroker as a light and can controlled by the "on" state. If there is a measurement function there will be also a device under sensors.

GermanSheepDog commented 11 months ago

@Jey-Cee : My mistake: I deleted the plug and retrained it and now it works great. THANK YOU