Page 1 of 1
Update ConBee (deCONZ) to latest beta... How?
Posted: Tuesday 27 August 2019 23:27
by Minglarn
Hi!
How can I update my conbee to latest beta?
I've 2.05.64 and i've seen 2.05.67 as latest beta.
I've have problems with battery levels for my Xiaomi (AQARA) multisensors. Domoticz (and deCONZ) thinks the battery is low.
Seen that this has been resolved in new FW for the ConBee stick..
I've done the
Code: Select all
wget https://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.67-qt5.deb
How to proceed ?
Re: Update ConBee (deCONZ) to latest beta... How?
Posted: Wednesday 28 August 2019 18:50
by Thorgal789
Ha yes, I remember this bug.
First make a backup.
Then, there is lot of way to update deconz, if you have a raspberry with Visual server (X11) just use Chromium to donwload the file and double clic on it.
If you have headless system.
1 - first shut off deconz with "sudo systemctl stop deconz"
2 -
Code: Select all
wget https://www.dresden-elektronik.de/deconz/raspbian/beta/deconz-2.05.67-qt5.deb
sudo dpkg -i deconz-2.05.67-qt5.deb
sudo apt update
sudo apt install -f
But now they use a new method >
https://phoscon.de/en/conbee2/install#raspbian
Re: Update ConBee (deCONZ) to latest beta... How?
Posted: Wednesday 28 August 2019 19:45
by Minglarn
Thanks for the info... but the "new" way is for ConBee II only?
Re: Update ConBee (deCONZ) to latest beta... How?
Posted: Wednesday 28 August 2019 20:00
by Thorgal789
Right, but it's the same for Conbee 1 >
https://phoscon.de/en/conbee/install#raspbian
And after having updated deconz, go to phoscon/setting/gateway to update the firmware. I have never used command line for that.
Re: Update ConBee (deCONZ) to latest beta... How?
Posted: Sunday 01 September 2019 9:39
by Minglarn
Done!
Now i've the battery fixed!
Question...
Why is the "Trend" not updated with deCONZ temperature sensors?
Result from JSON...
Code: Select all
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 100,
"CustomImage" : 0,
"Data" : "19.4 C",
"Description" : "",
"Favorite" : 0,
"HardwareID" : 22,
"HardwareName" : "ConBee USB",
"HardwareType" : "deCONZ plugin",
"HardwareTypeVal" : 94,
"HaveTimeout" : false,
"ID" : "00:15:8d:00:02:49:f4:4c-01-0402",
"LastUpdate" : "2019-09-01 08:27:27",
"Name" : "ConBee USB - Temperature",
"Notifications" : "false",
"PlanID" : "8",
"PlanIDs" : [ 8 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "LaCrosse TX3",
"Temp" : 19.420000000000002,
"Timers" : "false",
"Type" : "Temp",
"TypeImg" : "temperature",
"Unit" : 9,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "2396",
"trend" : 0
}
],
With Philips HUE plugin it updates the trend value but not with deCONZ... You know why?
Re: Update ConBee (deCONZ) to latest beta... How?
Posted: Sunday 01 September 2019 9:57
by Thorgal789
Good question.
It's a little arrow, just at left of temperature, the arrow can go up or down according to trend.
It seem this feature is something internal and don't work for python plugin, or I haven't found how to enable it.