-
Notifications
You must be signed in to change notification settings - Fork 502
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
Philips Hue Smart Plug #7968
Comments
What's the issue with this device? As it seems to be working? |
There is no DDF while there should be one (see the discord "Advice" channel and Erik's response) |
This is indeed a different model from the existing DDF. What’s the Image Type in the OTA Upgrade panel? This seems to be an ancient model, or at least ancient firmware. Is it an EU plug? Did you try and upgrade it’s firmware? |
Make sure to select the node, and press Query to populate the Image Type. deCONZ is perfectly able to update the firmware, the challenge is finding out where to download the file from. Is the selected line for the plug? In that case the. Image Type is 0x0115, which is different from the LOM007’s 0x011A. |
Pressing Query does not change the image type, it's like nothing is happening |
You need to check the line in the table; the attributes above are only populated when a firmware file has been selected to upgrade the device. |
The table shows the existing firmware as reported by the device. The fields above show the selected file for the selected node. Yes, it's confusing, and we changed the column headers to better fit the available space. Manufacturer Id and Vendor are the Manufacturer Code (0x100B for Hue); Image Type and Image are the Image Type (0x0115) and File Version and Version are the File Version (0x0100040A). The Hue app reports the Hardware Platform Version as 100b-115, which is made up from the Manufacturer Code and Image Type. Note that the OTAU cluster reports the Manufacturer Code and File Version, but not the Image Type (it shows the default 0xFFFF). The Manufacturer Code is also reported through the Node Descriptor. |
I've placed the .zigbee file in the otau folder , selected it in the gui and started the update process for the selected zigbee plug. The Progress column keeps showing "Idle". Is there any way to force this? edit: weirdly, the image type for this firmware is displayed as 0x0121, despite the github page referencing it as 0115 |
I just realize that the smart plug has bluetooth. I'll use the Hue app to update the firmware and report back. |
It should find file version 0x01001402. My guess would be that the version in the Basic cluster will be 1.222.2. |
We could try and add it to the DDF for the LOM007. Despite different firmwares, the devices probably behave the same. Just to be sure, could check the clusters after the upgrade: it should now expose FC03 instead of FC02. Make sure to refresh the endpoints and simple descriptors, so the GUI reflects the new list. |
Add support for LOM001, see dresden-elektronik#7968.
Not sure, it's part of a bigger PR. |
I think i just solved a serious error: The official documentation (https://github.com/deconz-community/deconz-docker) states that the docker container can be run as follows
However, /etc/localtime is not an existing path. Therefore, i went with the other option of the documentation, which is: add an environment variable for the timezone (in my case TZ=Europe/Amsterdam). Restarted deconz, and voila, the unaltered DDF is used! Somehow, /etc/localtime:/etc/localtime:ro is seriously impacting the behaviour of Deconz |
All in all, i think the conclusion is the following:
|
Please open a new bug report issue for the second point. I don't use Docker and cannot help here. |
Done: #7971 |
Is there already an existing issue for this?
Product name
Philips Hue Smart Plug
Manufacturer
Philips
Model identifier
LOM001
Device type to add
Switch
Node info
Endpoints and clusters
Basic
Further relevant clusters
Power Configuration
On/Off
Level Control
Color Control
NA
Thermostat
NA
Simple Metering
NA
Electrical Measurement
NA
Any other cluster of relevance/interest
The text was updated successfully, but these errors were encountered: