Giter Club home page Giter Club logo

Comments (16)

dabont avatar dabont commented on September 24, 2024 3

LED1623G12

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

Done, can you check if it works?

from zigbee2mqtt.

aivs avatar aivs commented on September 24, 2024

I'm newbie in mqtt, how I can check? How to send on/off and dim command ?

from zigbee2mqtt.

tb-killa avatar tb-killa commented on September 24, 2024

You could Look at the Wiki :
https://github.com/Koenkk/zigbee2mqtt/wiki/MQTT-topics-and-message-structure

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

Yes, you can copy the example from the wiki, Philips Hue Go, and remove the color and color_temp.

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

@aivs and @dabont, What is the model number of your TRADFRI bulb? It is listed on the side of the bulb and starts with LED.

from zigbee2mqtt.

aivs avatar aivs commented on September 24, 2024

LED1623G12

from zigbee2mqtt.

dabont avatar dabont commented on September 24, 2024

Editing the devices.js by inserting a W in the name does not solve the issue. Hassio cannot operate the lamp and everytime I start Zigbee2Mqtt it pairs the lamp again.

from zigbee2mqtt.

aivs avatar aivs commented on September 24, 2024

Now Iā€™m using original zigbee-shepherd and ikea bulb works well. I wrote the HTTP interface to work with my z-wave automation system
https://github.com/Z-Wave-Me/home-automation
and now I can dim the bulb from mobile app and other z-wave/zigbee switches.

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

@dabont how did you add the bulb the hassio?

from zigbee2mqtt.

dabont avatar dabont commented on September 24, 2024

@Koenkk It was automatically paired by Hassio using MQTT. For the sensors it works great, but the lamp does show up but when I try to operate it, it fails.

2018-5-11 07:07:27 INFO ikeaTradfriTest (0x000b57fffe8a91b1): LED1623G12 - IKEA TRADFRI LED bulb E27 1000 lumen, dimmable, opal white
2018-5-11 07:07:28 INFO MQTT publish, topic: 'homeassistant/light/0x000b57fffe8a91b1/light/config', payload: '{"brightness":true,"platform":"mqtt_json","command_topic":"zigbee2mqtt/ikeaTradfriTest/set","state_topic":"zigbee2mqtt/ikeaTradfriTest","availability_topic":"zigbee2mqtt/bridge/state","name":"ikeaTradfriTest"}'

operating lamp from hassio

2018-5-11 07:25:10 ERROR Cannot handle 'zigbee2mqtt/0x000b57fffe8a91b1/set' because deviceID of '0x000b57fffe8a91b1' cannot be found

Typing this message I see that there is a descrepancy between zigbee2mqtt/ikeaTradfriTest/set and zigbee2mqtt/0x000b57fffe8a91b1/set

Futhermore, the Ikea bulb shows up multiple times in the database

{"id":2,"type":"EndDevice","ieeeAddr":"0x00158d0001fa3902","nwkAddr":41017,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.weather"$
{"id":5,"type":"EndDevice","ieeeAddr":"0x00158d00012434f4","nwkAddr":7958,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.sensor_sw$
{"id":6,"type":"Router","ieeeAddr":"0x000b57fffe8a91b1","nwkAddr":52947,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (single phase)","mod$
{"id":4,"type":"EndDevice","ieeeAddr":"0x00158d0001de5bc3","nwkAddr":13044,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.sensor_m$
{"id":1,"type":"Coordinator","ieeeAddr":"0x00124b0009eb09c4","nwkAddr":0,"manufId":0,"epList":[1,2,3,4,5,6],"status":"online","joinTime":1525984637,"endpoint$
{"id":3,"type":"EndDevice","ieeeAddr":"0x00158d0001f5073c","nwkAddr":32894,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.weather"$
{"$$indexCreated":{"fieldName":"id","unique":true,"sparse":false}}
{"id":1,"type":"Coordinator","ieeeAddr":"0x00124b0009eb09c4","nwkAddr":0,"manufId":0,"epList":[1,2,3,4,5,6],"status":"online","joinTime":1526022446,"endpoint$
{"id":2,"type":"EndDevice","ieeeAddr":"0x00158d0001fa3902","nwkAddr":41017,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.weather"$
{"id":5,"type":"EndDevice","ieeeAddr":"0x00158d00012434f4","nwkAddr":7958,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.sensor_sw$
{"id":6,"type":"Router","ieeeAddr":"0x000b57fffe8a91b1","nwkAddr":52947,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (single phase)","mod$
{"id":4,"type":"EndDevice","ieeeAddr":"0x00158d0001de5bc3","nwkAddr":13044,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.sensor_m$
{"id":3,"type":"EndDevice","ieeeAddr":"0x00158d0001f5073c","nwkAddr":32894,"manufId":4151,"manufName":"LUMI","powerSource":"Battery","modelId":"lumi.weather"$
{"id":6,"type":"Router","ieeeAddr":"0x000b57fffe8a91b1","nwkAddr":52947,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (single phase)","mod$
{"id":6,"type":"Router","ieeeAddr":"0x000b57fffe8a91b1","nwkAddr":52947,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (single phase)","mod$

any ideas?

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

@dabont After you change a friendly name in the configuration.yaml you need to restart home assistant so that the ID will be updated. Will update the wiki with this.

from zigbee2mqtt.

dabont avatar dabont commented on September 24, 2024

Thanks, it also took a reboot of zigbee-shepherd

Still need to look at the W in 'TRADFRI bulb E27 W opal 1000lm': { since without it, it doesn't work

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

So with the W everything works? In that case it seems that the LED1623G12 has 2 possible modelids, maybe this could be due to different firmware versions.

Please let me know if everything works, then I will also add support for the modelID with the W.

from zigbee2mqtt.

dabont avatar dabont commented on September 24, 2024

Yes, it works like a charm. On/off & dimmable. Can be closed if you ask me.

from zigbee2mqtt.

Koenkk avatar Koenkk commented on September 24, 2024

Supported in master now!

from zigbee2mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.