Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRÅDFRI Bulb 1732G11 1000lm 11W #344

Closed
lhoem opened this issue Aug 19, 2019 · 8 comments
Closed

TRÅDFRI Bulb 1732G11 1000lm 11W #344

lhoem opened this issue Aug 19, 2019 · 8 comments
Labels

Comments

@lhoem
Copy link

lhoem commented Aug 19, 2019

Hello,

today I bought a TRÅDFRI Bulb LED1732G11 1000lm 11W in a complete set at IKEA. The lamp was paired by Zigbee. However, it does not appear in the object manager. I think this is a new version and will be updated. Is this lamp compatible in future?
Regards
lhoem

@kuersche1337
Copy link

Same goes for me -.-

@Jonfried92
Copy link

same for me, but i can't even the lampe

@Jonfried92
Copy link

This bulb is officially supported by the project zigbee2mqtt.

Maybe you can copy from there ?

Thanks.

@Narolakk
Copy link

Narolakk commented Nov 3, 2019

You have to add a few lines in two files, then it works fine!

Add a new "Block" under the first IKEA lamp in this files:

  1. devstates.js
    {
    vendor: 'IKEA',
    models: [
    'TRADFRI bulb E27 WS opal 1000lm',
    ],
    icon: 'img/TRADFRI.bulb.E27.png',
    states: lightStatesWithColortemp,
    linkedStates: [comb.brightnessAndState],
    },

  2. devices.js
    {
    zigbeeModel: ['TRADFRI bulb E27 WS opal 1000lm'],
    model: 'LED1732G11',
    vendor: 'IKEA',
    description: 'TRADFRI LED bulb E26/E27 1000 lumen, dimmable, white spectrum, opal white',
    extend: generic.light_onoff_brightness_colortemp,
    },

@Jonfried92
Copy link

Bei mir hat die Anpassung bei der LED1732G11 funktioniert.
Die files liegen hier:

devstates.js
/opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js

devices.js
/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-shepherd-converters/devices.js

Vielen dank für den Tipp.

@martinez81
Copy link

Bei mir hat die Anpassung bei der LED1732G11 funktioniert.
Die files liegen hier:

devstates.js
/opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js

devices.js
/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-shepherd-converters/devices.js

Vielen dank für den Tipp.

Das Verzeichnis der Datei "devices.js" hat bei mir nicht gestimmt.
Bei mir ist die devices.js in folgenden Verzeichnis:
/opt/iobroker/node_modules/zigbee-shepherd-converters/devices.js

Kleine Erklärung für Leute die evtl. noch Schwierigkeiten haben:
SSH Verbindung über ein Terminal zum iobroker aufbauen -> einfach mal google.
Im Terminal (Verbindung mit den Raspberry, oder was auch immer steht):
sudo nano /opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js

Strg-W "Wo ist" drücken und z.B. "TRADFRI" eingeben -> Enter
Jetzt eine passende Lampe raussuchen. (brightness, evtl. colortemp)
Wenn man eine passende Stelle gefunden hat kann man bei "models" einfach mit ein Komma den neuen richtigen Namen der Lampe am Ende hinzufügen.
Den richtigen Namen der Lampe bekommt man, wenn man die Lampe mit dem Zigbee-Adapter verbindet, dieser meldet zwar dann unbekanntes Gerät, aber der Name wird angezeigt.

Strg-X für Beenden und J für speichern.

Das gleiche muss man bei der anderen Datei auch noch machen.
sudo nano /opt/iobroker/node_modules/zigbee-shepherd-converters/devices.js

Ich habe dann die noch unbekannten Lampen wieder gelöscht und neu verbinden.
Fertig!

@stale
Copy link

stale bot commented Jan 5, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 5, 2020
@stale stale bot closed this as completed Jan 12, 2020
@JorinL
Copy link

JorinL commented Jun 18, 2020

This seems still not merged to the current version?
My LED1732G11 has no state for lightcolor/ct.

-> reopen -> fix/merge -> done :-D -> close

After this we would have one more light direct from stock clean supported.

*EDIT What I had to do is change the light in devices.js - BUT

It seems already fixed here: https://github.com/ioBroker/ioBroker.zigbee/blob/master/lib/devices.js in line 914.

So all fine :-D Have a nice weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants