Closed donnib closed 7 years ago
So it seems that some updates have been done but the node list version is not updated. If i look at the lights attribute the version seems new. Also in the OTA list the light also shows the new version. The node list would be nice to have updated sine it's a good overview of the nodes and their version.
Double checked, will be fixed soon.
The update of the ubisys seems to stall at 0.09%. Also, the Duration isn't updated and stalls at 0:26. There's no direct line between the ubisys and the RaspBee, would I need to move them closer?
I remember there were some issues updating ubisys devices, first packet or so was not that the devices expected, I'll have to check that. It might take a while the ubisys device integration is scheduled behind app release. Usually they have very high quality firmware, so the update should not be too urgent :)
Powered down the innr UC 110 and PL 110. Restarted deCONZ. The OTA table now shows the Version and Image on clicking Query. Except for a few Philips nodes - I suspect these are the Hue dimmer switches - and the Trådfri remote.
Yes end devices sleep most of the time and won't respond immediately, for switches you can press a button after clicking query, this should wake them up so they can respond.
Note updating battery devices is a though thing and may drain the battery to nearly empty, because of this IKEA end devices won't update automatically. After firmware is selected by deCONZ, the Update
button must be pressed to allow the update to start.
@donnib, what's the Model identifier of the IKEA GU.10 spot? and of the E14 spot? I'd like to whitelist them for my homebridge plugin.
If you have one of the IKEA motion sensors already paired, could you post the results of a GET of that sensor as well? Thanks.
Setup deCONZ v2.04.64 with the ConBee on my test Raspberry Pi and paired only the Trådfri remote. It's updating, but it took like 1:50 to get to 1%. Fingers crossed...
Edit: Still counting: 33.33% at 57:33. At least it a good durability test for the battery ;-)
Edit: Still counting: 33.33% at 57:33. At least it a good durability test for the battery ;-)
Did it work? Would be interesting if they changed the commands. Mine is still on the old firmware.
96.41% at 166:01
Edit: Done at 172:10.
May I swoop in:
IKEA GU10
{
"manufacturer": "IKEA of Sweden",
"modelid": "TRADFRI bulb GU10 WS 400lm",
"type": "Color temperature light",
"uniqueid": "00:0b:57:ff:fe:xx:xx:xx-01",
....
}
IKEA motion sensor
{
"config": {
"duration": 60,
"group": "31133",
"on": true,
"reachable": true
},
"manufacturername": "IKEA of Sweden",
"modelid": "TRADFRI motion sensor",
"type": "ZHAPresence",
"uniqueid": "00:0b:57:ff:fe:xx:xx:xx-01",
...
}
Thanks, @manup.
Did the IKEA motion sensor create the group or did the deCONZ REST API plugin? config.duration
is in seconds? And can it be updated from the API?
Did the IKEA motion sensor create the group or did the deCONZ REST API plugin? Duration is in seconds? And can it be updated from the API?
The sensor has it's own group to which it sends on with timed off commands, similar to the remote. deCONZ will just pick up the group id, it's fixed and can't be changed. The duration is set by the API, I need to implement something which extracts this information from the sensor commands. For now deconz will just turn presence to false if duration is passed and no new presence was received in the meantime.
For my sensor, I haven't attached any lights to the sensor group but instead I use rules to control a normal light group based on sensor presence
.
Would be interesting if they changed the commands.
I don't think they have, I still receive the same buttonevents:
Edit But I do see five 4003 or 5003 buttonevents, two seconds apart, when releasing the Previous or Next button. I'd better reflash the ConBee for some more sniffing...
Sat Aug 12 2017 15:09:00: /sensors/106/state: {"buttonevent":1002,"lastupdated":"2017-08-12T13:08:59"}
Sat Aug 12 2017 15:09:03: /sensors/106/state: {"buttonevent":2002,"lastupdated":"2017-08-12T13:09:03"}
Sat Aug 12 2017 15:09:06: /sensors/106/state: {"buttonevent":2001,"lastupdated":"2017-08-12T13:09:06"}
Sat Aug 12 2017 15:09:08: /sensors/106/state: {"buttonevent":2003,"lastupdated":"2017-08-12T13:09:08"}
Sat Aug 12 2017 15:09:14: /sensors/106/state: {"buttonevent":3002,"lastupdated":"2017-08-12T13:09:14"}
Sat Aug 12 2017 15:09:16: /sensors/106/state: {"buttonevent":3001,"lastupdated":"2017-08-12T13:09:16"}
Sat Aug 12 2017 15:09:18: /sensors/106/state: {"buttonevent":3003,"lastupdated":"2017-08-12T13:09:18"}
Sat Aug 12 2017 15:09:22: /sensors/106/state: {"buttonevent":4002,"lastupdated":"2017-08-12T13:09:22"}
Sat Aug 12 2017 15:09:25: /sensors/106/state: {"buttonevent":4001,"lastupdated":"2017-08-12T13:09:25"}
Sat Aug 12 2017 15:09:26: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:09:26"}
Sat Aug 12 2017 15:09:28: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:09:28"}
Sat Aug 12 2017 15:09:30: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:09:30"}
Sat Aug 12 2017 15:09:32: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:09:32"}
Sat Aug 12 2017 15:09:34: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:09:34"}
Sat Aug 12 2017 15:09:37: /sensors/106/state: {"buttonevent":5002,"lastupdated":"2017-08-12T13:09:37"}
Sat Aug 12 2017 15:09:41: /sensors/106/state: {"buttonevent":5001,"lastupdated":"2017-08-12T13:09:41"}
Sat Aug 12 2017 15:09:43: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:09:43"}
Sat Aug 12 2017 15:09:45: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:09:45"}
Sat Aug 12 2017 15:09:47: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:09:47"}
Sat Aug 12 2017 15:09:49: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:09:49"}
Sat Aug 12 2017 15:09:51: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:09:51"}
Something else has changed as well: now the lights in the group react to the Previous and Next buttons, stepping the ct
in three levels, 250 -> 370 -> 454 -> 250 -> ... for Previous and 250 -> 454 -> 370 -> 250 -> ... for Next. I never managed to get that working earlier. (Yes, I've disabled the rules deCONZ created for these buttons).
Sat Aug 12 2017 15:34:34: /sensors/106/state: {"buttonevent":5002,"lastupdated":"2017-08-12T13:34:33"}
Sat Aug 12 2017 15:34:34: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:34:36: /sensors/106/state: {"buttonevent":5002,"lastupdated":"2017-08-12T13:34:36"}
Sat Aug 12 2017 15:34:36: /lights/101/state: {"ct":454}
Sat Aug 12 2017 15:34:37: /sensors/106/state: {"buttonevent":5002,"lastupdated":"2017-08-12T13:34:37"}
Sat Aug 12 2017 15:34:37: /lights/101/state: {"ct":370}
Sat Aug 12 2017 15:34:39: /sensors/106/state: {"buttonevent":5002,"lastupdated":"2017-08-12T13:34:39"}
Sat Aug 12 2017 15:34:39: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:34:41: /sensors/106/state: {"buttonevent":4002,"lastupdated":"2017-08-12T13:34:41"}
Sat Aug 12 2017 15:34:41: /lights/101/state: {"ct":370}
Sat Aug 12 2017 15:34:42: /sensors/106/state: {"buttonevent":4002,"lastupdated":"2017-08-12T13:34:42"}
Sat Aug 12 2017 15:34:42: /lights/101/state: {"ct":454}
Sat Aug 12 2017 15:34:44: /sensors/106/state: {"buttonevent":4002,"lastupdated":"2017-08-12T13:34:43"}
Sat Aug 12 2017 15:34:44: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:34:49: /sensors/106/state: {"buttonevent":4002,"lastupdated":"2017-08-12T13:34:49"}
Sat Aug 12 2017 15:34:49: /lights/101/state: {"ct":370}
On the bulb, I had to re-create the attribute reporting config and the binding from 0x0300 to the RaspBee, but I haven't changed any binding or reporting config on the remote.
It also works when holding the buttons:
Sat Aug 12 2017 15:35:21: /sensors/106/state: {"buttonevent":5001,"lastupdated":"2017-08-12T13:35:20"}
Sat Aug 12 2017 15:35:21: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:35:21: /lights/101/state: {"ct":454}
Sat Aug 12 2017 15:35:22: /lights/101/state: {"ct":370}
Sat Aug 12 2017 15:35:24: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:35:25: /lights/101/state: {"ct":454}
Sat Aug 12 2017 15:35:27: /lights/101/state: {"ct":370}
Sat Aug 12 2017 15:35:28: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:35:29: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:35:28"}
Sat Aug 12 2017 15:35:31: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:35:30"}
Sat Aug 12 2017 15:35:32: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:35:32"}
Sat Aug 12 2017 15:35:35: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:35:34"}
Sat Aug 12 2017 15:35:36: /sensors/106/state: {"buttonevent":5003,"lastupdated":"2017-08-12T13:35:36"}
Sat Aug 12 2017 15:35:46: /sensors/106/state: {"buttonevent":4001,"lastupdated":"2017-08-12T13:35:46"}
Sat Aug 12 2017 15:35:46: /lights/101/state: {"ct":370}
Sat Aug 12 2017 15:35:47: /lights/101/state: {"ct":454}
Sat Aug 12 2017 15:35:48: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:35:50: /lights/101/state: {"ct":370}
Sat Aug 12 2017 15:35:51: /lights/101/state: {"ct":454}
Sat Aug 12 2017 15:35:52: /lights/101/state: {"ct":250}
Sat Aug 12 2017 15:35:53: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:35:53"}
Sat Aug 12 2017 15:35:55: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:35:55"}
Sat Aug 12 2017 15:35:57: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:35:57"}
Sat Aug 12 2017 15:35:59: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:35:59"}
Sat Aug 12 2017 15:36:01: /sensors/106/state: {"buttonevent":4003,"lastupdated":"2017-08-12T13:36:01"}
Ah interesting, it looks that they added ZCL standard commands to the buttons, so that also non IKEA lights change color temperature?
it looks that they added ZCL standard commands to the buttons
Keep on dreaming... :-(
I still see the same packets as before: commands 0x07, 0x08 and 0x09 to the 0x0005 cluster for press, hold, release. Only now, it sends five 0x09 commands. They look identical, except for the zclHeader.seqNo.
I think I can ignore the superfluous commands in deCONZ using a single line of code...
Edit damn - two lines, see PR #110.
Holding the On/Off button for four seconds send a series of commands, presumably for pairing?
@ebaauw sorry for answering too late, seems like @manup answered ;)
what's the Model identifier of the IKEA GU.10 spot? and of the E14 spot? I'd like to whitelist them for my homebridge plugin.
for GU10
TRADFRI bulb GU10 WS 400lm
for E14
TRADFRI bulb E14 WS opal 400lm
That's OK, @donnib. Would still appreciate the info on the E14 and any other lights, though.
Hi, I bought my Raspbee when it came out but it was gathering dust in a drawer until this week.
Using the settings provided in one of the other discussions I successfully joined my existing Hue Zigbee network using deCONZ (latest 2.04.64 release). I've been following this discussion so today I bought 2 new TRÅDFRI GU10 bulbs. I got them to join the network and wanted to let them update using the OTAU Plugin. Using the Query
button nothing happened, so I selected the 117C-2203-*.zigbee file and pressed Update
. Now they show the state Queued
and nothing happens. I moved the lamps to the same room as the Raspbee to improve the signal and now I can clearly see a direct green line between the Raspbee and the 2 lamps. Any ideas? I'm using the latest 0x26120500 firmware.
Any ideas?
I'm not sure the RaspBee will run as OTAU server when configured as a router. Even so, I image that multiple OTAU servers (the Hue bridge and the RaspBee) on the same network won't help (I got far better response from the deCONZ STD OTAU Plugin panel after powering down the innr lights with an OTAU server cluster).
I would use a separate network for the firmware update (much as I did when updating the Trådfri remote): save the current deCONZ configuration (from Settings in the web app); reset the RaspBee; configure it as a gateway for a new network (on a different channel than the Hue bridge); reset the IKEA bulbs and pair them with the RaspBee network to upgrade their firmware; restore the deCONZ gateway config - it should re-join the Hue bridge network; reset the IKEA bulb and pair them with the Hue bridge.
@ebaauw thanks, I've been trying this for the last half hour without luck. After resetting the bulbs (using the 6x off/on, then later the touch-link reset) and letting them join my coordinator, the link to the bulb seem to stall. I cannot get any cluster info read and after a while both nodes turn red. The lamps are about 40cm from the Raspbee. Is there any deCONZ log that can be used to track down the problem? I've recreated the network, reset the lamps and added them multiple times now, but I cannot get any cluster info read.
Any recommended settings for the coordinator network?
It seems that another reset and power-cycle fixed that :-/ Now I can read the cluster info. Let's see if I can get the firmware updated now
Success! Thanks for the help :-)
Let's see how well they work in my ZLL network.
@manup how does one update a philips lamp or dim switch ? Where does one get the firmware files from ?
now the lights in the group react to the Previous and Next buttons
Apparently the remote (re-)created a binding from the 0x0300 cluster to the group it created after the firmware upgrade.
I had disabled (not deleted!) the rules deCONZ created for the Previous and Next buttons, hoping deCONZ would take this hint, but it created new rules with the same names. I think deCONZ might have deleted the binding to the group?
Also the attribute reporting configuration for 0x0300/0x0007 on the Trådfri bulb was missing. I did power off the bulb - maybe the configuration is stored in volatile memory only?
I had disabled (not deleted!) the rules deCONZ created for the Previous and Next buttons, hoping deCONZ would take this hint, but it created new rules with the same names. I think deCONZ might have deleted the binding to the group?
For the IKEA remote it will only create rules and since recently one binding for battery reporting.
Also the attribute reporting configuration for 0x0300/0x0007 on the Trådfri bulb was missing. I did power off the bulb - maybe the configuration is stored in volatile memory only?
Would be unusual but I haven't looked deeper into it, might be worth observation in the sniffer?
@manup how does one update a philips lamp or dim switch ? Where does one get the firmware files from ?
Right now Philips doesn't provide OTA files, unlike IKEA nothing can be downloaded from the internet directly. I hope to figure out a way to provide extracted firmware in a legal way in the near future , maybe encrypted.
@manup that's a shame but thanx for the answer
I had disabled (not deleted!) the rules deCONZ created for the Previous and Next buttons, hoping deCONZ would take this hint, but it created new rules with the same names.
Changed that in 77ceda7.
Also the attribute reporting configuration for 0x0300/0x0007 on the Trådfri bulb was missing. I did power off the bulb - maybe the configuration is stored in volatile memory only? Would be unusual but I haven't looked deeper into it, might be worth observation in the sniffer?
I didn't sniff, but just unplugged the Trådfri bulb. It loses the attribute reporting configuration the second its disconnected from power, not just for 0x0300/0x0007 but also for 0x0006/0x0000 and 0x0008/0x0000. My OSRAM bulbs retain the attribute reporting configuration when powered off.
Normally deCONZ should recreate the bindings regularly. With 471679a now also for 0x0300/0x0007. However, I find that deCONZ somehow "skips" some lights, for which the attribute reporting is not updated. When I restart deCONZ it includes them again, but now skips some other light.
Looking at the --dbg-info=2
output, I see multiple Force binding of attribute reporting for node
messages for the sensor resources (Hue motion, Hue dimmer, Trådfri remote) and for 20 (out of 39) lights (irrespective of manufacturer: Philips, OSRAM, innr, unisys). For 8 lights I only see one such message, early after deCONZ has started. The attribute reporting configuration for these lights isn't set. For 11 lights, I don't see any of these messages.
I see multiple Force read attributes for node
messages for 21 lights and only one for the other 18. Indeed, these 18 lights aren't polled (I checked powering the lights off and on using the 20th century wall switch - only the states for the lights with multiple messages are eventually updated to reflect the power-on default state).
My guess: there's something not going right during the discovery of the lights?
I find that deCONZ somehow "skips" some lights, for which the attribute reporting is not updated. When I restart deCONZ it includes them again, but now skips some other light.
It monitors the lights for reporting activity and from time to time it will recheck if bindings are configured. It's a lazy approach on purpose since it must work in larger busy networks.
My guess: there's something not going right during the discovery of the lights?
Only if it's not working after a larger time (10 .. 20 minutes). The polling will be improved in upcoming versions but it should work already, just a bit slowly.
It's a lazy approach on purpose since it must work in larger busy networks.
I appreciate that, but should it take days before each light is rechecked?
Only if it's not working after a larger time (10 .. 20 minutes).
That's the case, I left it running overnight...
I appreciate that, but should it take days before each light is rechecked?
No, usually it should happen in under an hour. What may happen here is that deCONZ will (should) only verify attribute report bindings if there weren't received related attribute reports in a recent time frame. But the code might have some issues and will be reviewed for when poll improvements will be refactored.
Any ideas where to get the firmware updates for OSRAM? I bought some garden poles and have no Lightify hub to update them. It seems as if the SmartThings hub can update the firmware directly, but I haven't found any information regarding current versions and if the ota files are available to download.
Got myself a Trådfri motion sensor. Updated it to firmware 1.2.214, again using a separate network for the update (just as for the remote). It took 170:23 minutes and drained the battery from 100% to 87%.
I added a light to the motion sensor group in the web app. As far as I can tell it works, so I assume no changes in commands. Waving in front of the sensor turns on the light, which turns off after a minute (which is the setting of the dial on the back):
Fri Aug 18 2017 19:43:05: /sensors/1/state: {"lastupdated":"2017-08-18T17:43:05","presence":true}
Fri Aug 18 2017 19:43:05: /lights/1/state: {"on":true}
Fri Aug 18 2017 19:43:05: /groups/22089/state: {"any_on":true}
Fri Aug 18 2017 19:44:05: /lights/1/state: {"on":false}
Fri Aug 18 2017 19:44:05: /groups/22089/state: {"any_on":false}
Fri Aug 18 2017 19:44:07: /sensors/1/state: {"lastupdated":"2017-08-18T17:43:05","presence":false}
Next step: Reconfigure the ConBee for sniffing and see what commands it actually sends, and how the dials affect these.
With the new firmware, the Trådfri motion sensor has become a ZLL device as well:
Interestingly, the battery is now back at 100%.
Doing some sniffing, indeed, the motion sensor only uses On with timed off commands (0x42), as @manup mentioned earlier. It broadcasts these commands to a specific group (randomly chosen when the sensor is reset?), every time it detects motion. The settings of the dials are refected in the command parameters: OnOffControl is 0x01 for day mode and 0x01 for night mode, and onTime holds the value of the time dial: 0x0258 (600 deciseconds) when the dial is set to 1 minute. offWaitTime is always 0x0000.
The motion sensor does not send anything, when motion is no longer detected - it's a stateless device, very much like the Hue tap. In that respect, it's more a switch than a sensor, cf. https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/sensor.cpp#L164. deCONZ sets state.presence
to false, config.duration
seconds after the last OnOffControl command, see https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/rest_sensors.cpp#L1454. However, it does update config.duration
with the onTime value, so state.presence
turning false is independent from the lights turning off. I think, for the IKEA motion sensor, state.duration
should be read-only (from an API perspective) and reflect the value sent by the motion sensor.
I don't understand the day/night setting. According to the motion sensor manual:
Day/Night setting. During the daytime the lights will always turn on when triggered by motion. At night the lights will only turn on when it is dark and they are triggered by motion.
How would a standalone motion sensor and light know the daytime? Or whether it's dark?
According to the ZCL spec:
The On/Off Control field is 8-bits in length and contains information on how the device is to be operated. The Accept Only When On sub-field is 1 bit in length and specifies whether the On With Timed Off command is to be processed unconditionally or only when the OnOff attribute is equal to 0x01. If this sub-field is set to 1, the On With Timed Off command SHALL only be accepted if the OnOff attribute is equal to 0x01. If this sub-field is set to 0, the On With Timed Off command SHALL be processed unconditionally.
Maybe IKEA baked something special into their bulb firmware, or maybe the functionality only works in conjunction with the IKEA hub? Also, the manual says, the timer dial can specify 1, 5, or 10 minutes. Indeed, when set to 1 minute, the motion sensor uses 600, but If I turn the dial all the way to 10 minutes, the sent value is less than 6000; also if I place the dial somewhere in between the 1 and 5 minutes, the value seems to match the position.
Day/Night setting. During the daytime the lights will always turn on when triggered by motion. At night the lights will only turn on when it is dark and they are triggered by motion.
How would a standalone motion sensor and light know the daytime?
Looking at the German and French translations of the manual, I think they mean: "When set to Day" and "When set to Night" instead of "During the daytime" and "At night". The Dutch translation reflects the English version, though.
Or whether it's dark?
Apparently, the motion sensor has a crude light level sensor. On the Night setting, it actually sends On/Off Control 0x00 when it's dark and 0x01 when it's light.
How would a standalone motion sensor and light know the daytime? Or whether it's dark? Apparently, the motion sensor has a crude light level sensor. On the Night setting, it actually sends On/Off Control 0x00 when it's dark and 0x01 when it's light.
Yes I also think they have included a basic ambient light sensor which is not exposed via ZigBee.
The use of Accept Only When On
does indeed suggest the IKEA hub is involved to do some magic behind the scenes.
Does anyone know if the IKEA FLOALT LED light panel is supported? Probably related to this firmware: 159697-TRADFRI-driver-hp-1.2.217.ota.ota.signed 159698-TRADFRI-driver-lp-1.2.217.ota.ota.signed
They should work like the other IKEA lights, but I haven't had the chance to test them yet.
@manup I have added 11 IKEA lights to my setup today and i am trying to observe that they upgrade but nothing happened so i did a querry on one of them then the update started but it's stuck for hours at 0.02% 0:58, i tried few time and same thing. Is there a problem with the OTA upgrade ?
If the update is stuck I'd recommend to power cycle the light, it will when ask for the update again on its own (may take a few minutes). For lights its recommend to just let the update happen automatically not doing anything by hand.
@manup ok i did a power cycle and waiting without doing anything, let's see when they start, do i disturb the lights if i use them thru the REST API ?
@manup one light started, stuck again at exactly same spot as the other one, FYI i did not touch them at all in any way not even from REST
@manup ok i did a power cycle and waiting without doing anything, let's see when they start, do i disturb the lights if i use them thru the REST API ?
Depends, OTA is often sensitive it's recommend to not do much else while it's running.
@manup one light started, stuck again at exactly same spot as the other one, FYI i did not touch them at all in any way not even from REST
I have no experience with updating many IKEA lights (albeit updating our own networks with +150 nodes worsk fine), small amounts of IKEA lights seem to work, maybe meshing comes in between here? You may try to turn off some lights to reduce chances of meshing during OTA but it's just a guess.
Maybe it does, i don't know, i can try to turn off as much as possible, i have atm 46 IKEA nodes and 3 Philips and 1 Osram just to give you an idea.
I think then you have the largest known IKEA network running :)
Did the last version help to get the network stable? (beside the OTA issue)
Yes i believe so but that's why i wanted to increase the network to see how it then works, i need more run time then observe. I tried again turning off more lights but still it get's stuck at 0.02%
@manup so here is an update after few days. The OTA upgrade does not work even after turning iff some of my mights and also power cycle the IKEA lights. They get stuck
@manup any ideas what to do to my 10 GU10 Ikea spots which get stuck and does not upgrade ? Can i provide something to help fixing this issue?
@manup @ebaauw @donnib sorry for taging all of you and maybe bumping old issue.
I am using Home Assistant (Hass.IO) on my RPi 4 and RaspBee. In my Home Assistant I got the addon deCONZ configured. It has cost me many hours to get it all connected etc.
What I seem to understand from this is, in order to have this working, you need to run the deconz image. But if I do that, I am afraid I have to reset all my bulbs, remotes etc to connect it to this image. Update, go back to Hass.IO, reset bulbs again.. connect it to deconz running on Hass.IO. Is there any way I can get this to work without doing all the above? Sorry, noobie in action here!
Whatever you do, do not reset any device. I don't know Home Assistant. Does the Hass.IO addon connect to deCONZ over the REST API, or does it connect to the RaspBee over the serial interface?
In the first case, simply start deCONZ without the -platform=minimal
parameter (on Raspberry PI, disable and stop the deconz
servcie and start the deconz-gui
service) and run the Hass.IO addon and the GUI simultaneously.
In the second case, you need to stop the Hass.IO addon and start deCONZ (with the GUI enabled). The network parameters should be stored in the RaspBee firmware, and the GUI should discover the devices in your network (no need to open the network nor to search for new devices). You don't need the REST API plugin (best disable it); the STD OTAU plugin should work without it.
Note that you need the graphical environment for Raspbian for the GUI to work. This is installed on full Raspbian installation, but not on a light installation. The Pi can still be headless: no need for a connected monitor if you setup the VNC server.
How do i identify what file is the correct one for my device? The file from IKEA is named like this example: 10035514-TRADFRI-bulb-ws-1.2.221.ota.ota.signed The model TRADFRI bulb E14 W op/ch 400lm, is not listed and identified as a unique file.
Is there any number i can cross reference with the device in the OTAU File tab vs attributes on the device or anywhere else?
If you open the file using the STD OTAU plugin, it lists the Image Type (and Manufacturer Code). These should match your device. If you place the files in ~/otau
and restart deCONZ, it copies the files to mmmm-
iiii-
vvvvvvvv.zigbee
with mmmm for the Manufacturer Code, iiii for the Image Type, and vvvvvvvv for the File Version.
Hi, Time has come where IKEA did an firmware upgrade of the lights. I can see newer version now. Can i upgrade with deConz ? If so how ? Just download the http://fw.ota.homesmart.ikea.net/Tradfri_OTA_release_signed_2017_07_12_161101/bin/159694-TRADFRI-bulb-ws-gu10-1.2.217.ota.ota.signed then somehow use OTAU on the cluster ? How do i choose the image ? I am reluctant trying until someone states this does not brick my device.