Lidl now also sells Zigbee smarthome devices Topic is solved
Moderator: leecollings
-
- Posts: 72
- Joined: Tuesday 24 June 2014 19:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: struggling and stumbling. Amsterdam area
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Had a major break trough.
I could not see the deCONZ tool via VNC, because I used tightvncserver.
I can now pair with LIDL devices, I think because I use a USB extension cable. This is realy wird, but it works.
Now I have to find out how the get the colors of the lights working.]
Now I get this in my log
2020-12-12 13:55:58.302 (Energie) Usage (Delivery L1)
2020-12-12 13:55:58.962 (Zigbee) onCommand called for Unit 2: Parameter 'Off', Level: 0, Hue:
2020-12-12 13:55:58.934 Status: User: Admin (IP: Domoticz-IP) initiated a switch command (795/Zigbee - Switch/Off)
2020-12-12 13:55:59.019 Error: (Zigbee) Can't Update Unit > 2 (lights) : {'nValue': 0, 'sValue': 'off'}
2020-12-12 13:55:59.020 Error: (Zigbee) Can't Update Unit > 3 (lights) : {'nValue': 0, 'sValue': '9', 'Color': '{"m":2,"r":0,"g":0,"b":0,"t":62,"ww":62,"cw":193}'}
2020-12-12 13:55:59.020 Error: (Zigbee) Can't Update Unit > 65520 (groups) : {'nValue': 0, 'sValue': 'off'}
2020-12-12 13:56:01.718 (RFLink) Temp + Humidity (Xiron)
2020-12-12 13:56:01.727 (RFLink2) Temp + Humidity (RFL2BovengangTH)
2020-12-12 13:56:03.289 (Energie) P1 Smart Meter (Energy)
Can I just use:
sudo sh -c "echo 'deb [arch=amd64] http://phoscon.de/apt/deconz \
$(lsb_release -cs)-beta main' > \
/etc/apt/sources.list.d/deconz.list"
sudo apt install deconz
To update with the beta?
I could not see the deCONZ tool via VNC, because I used tightvncserver.
I can now pair with LIDL devices, I think because I use a USB extension cable. This is realy wird, but it works.
Now I have to find out how the get the colors of the lights working.]
Now I get this in my log
2020-12-12 13:55:58.302 (Energie) Usage (Delivery L1)
2020-12-12 13:55:58.962 (Zigbee) onCommand called for Unit 2: Parameter 'Off', Level: 0, Hue:
2020-12-12 13:55:58.934 Status: User: Admin (IP: Domoticz-IP) initiated a switch command (795/Zigbee - Switch/Off)
2020-12-12 13:55:59.019 Error: (Zigbee) Can't Update Unit > 2 (lights) : {'nValue': 0, 'sValue': 'off'}
2020-12-12 13:55:59.020 Error: (Zigbee) Can't Update Unit > 3 (lights) : {'nValue': 0, 'sValue': '9', 'Color': '{"m":2,"r":0,"g":0,"b":0,"t":62,"ww":62,"cw":193}'}
2020-12-12 13:55:59.020 Error: (Zigbee) Can't Update Unit > 65520 (groups) : {'nValue': 0, 'sValue': 'off'}
2020-12-12 13:56:01.718 (RFLink) Temp + Humidity (Xiron)
2020-12-12 13:56:01.727 (RFLink2) Temp + Humidity (RFL2BovengangTH)
2020-12-12 13:56:03.289 (Energie) P1 Smart Meter (Energy)
Can I just use:
sudo sh -c "echo 'deb [arch=amd64] http://phoscon.de/apt/deconz \
$(lsb_release -cs)-beta main' > \
/etc/apt/sources.list.d/deconz.list"
sudo apt install deconz
To update with the beta?
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
-
- Posts: 815
- Joined: Wednesday 15 August 2018 14:38
- Target OS: -
- Domoticz version:
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Ha yes, you need to use the native VNC server (with raspi-config), tightvncserver is not compatible.
Is not a big problem, it just mean the device is not present in domoticz, if you have a recent version of the domoticz plugin, it will be added automaticaly (if it s autorised in domoticz) else just restart the plugin (hardware/deconz/update)
And for color on lidl stuff you need the beta version of the domoticz plugin > https://github.com/Smanar/Domoticz-deCONZ (I will make it official in 2/3 days)
And yes this procedure will make you using the deconz beta branch but the version v2.7.1 is a stable version, you don't need to switch on the beta branch.
Code: Select all
Can't Update Unit
And for color on lidl stuff you need the beta version of the domoticz plugin > https://github.com/Smanar/Domoticz-deCONZ (I will make it official in 2/3 days)
And yes this procedure will make you using the deconz beta branch but the version v2.7.1 is a stable version, you don't need to switch on the beta branch.
-
- Posts: 72
- Joined: Tuesday 24 June 2014 19:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: struggling and stumbling. Amsterdam area
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
So, if I understaand correctly, an update to a new stable with color on LIDL will follow soon?
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
-
- Posts: 815
- Joined: Wednesday 15 August 2018 14:38
- Target OS: -
- Domoticz version:
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Already done ^^, 7 days ago for the plugin.
For deconz new beta around the 15th , new stable around every 1s https://github.com/dresden-elektronik/d ... tag/v2.7.1
For deconz new beta around the 15th , new stable around every 1s https://github.com/dresden-elektronik/d ... tag/v2.7.1
-
- Posts: 72
- Joined: Tuesday 24 June 2014 19:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: struggling and stumbling. Amsterdam area
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
I see. But the color of the LIDL color light bulds cannot be controlled from Domoticz right now, is IT?Thorgal789 wrote: ↑Sunday 20 December 2020 16:04 Already done ^^, 7 days ago for the plugin.
For deconz new beta around the 15th , new stable around every 1s https://github.com/dresden-elektronik/d ... tag/v2.7.1
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
-
- Posts: 815
- Joined: Wednesday 15 August 2018 14:38
- Target OS: -
- Domoticz version:
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Idk for your device, but for at least this one yes viewtopic.php?p=262824#p262824
You still have problem with one of them ?
-
- Posts: 72
- Joined: Tuesday 24 June 2014 19:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: struggling and stumbling. Amsterdam area
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Yes, that is why I am confused.Thorgal789 wrote: ↑Monday 21 December 2020 16:20Idk for your device, but for at least this one yes viewtopic.php?p=262824#p262824
You still have problem with one of them ?
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
-
- Posts: 72
- Joined: Tuesday 24 June 2014 19:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: struggling and stumbling. Amsterdam area
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
I re installed everything and now it works. I must have done something wrong last time. But now I can set color and intensity of the lamps.Thorgal789 wrote: ↑Monday 21 December 2020 16:20Idk for your device, but for at least this one yes viewtopic.php?p=262824#p262824
You still have problem with one of them ?
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
-
- Posts: 38
- Joined: Thursday 07 June 2018 22:23
- Target OS: Linux
- Domoticz version: 2022.1
- Location: Sud de France
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Today, I found surprisingly in Lidl, that they sell Zegbee smart plugs and bulbs with affordable prices. I took them several at once. I tried to connect one plug and the led strip to Domoticz and, hurrray, Zigbee2Mqtt plugin 1.17.0 found them quicly and allowed to pair:
And it works with commands like "state": "ON". The problem is, that the devices don't appear in Domoticz' Devices! But they are on Zigbee2Mqtt GUI's list and work!! Wha could be a problem?
And it works with commands like "state": "ON". The problem is, that the devices don't appear in Domoticz' Devices! But they are on Zigbee2Mqtt GUI's list and work!! Wha could be a problem?
- felix63
- Posts: 244
- Joined: Monday 07 December 2015 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.1
- Location: Gouda
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Do you have 'Accept new Hardware Devices' in Settings checked? I have the same stuff and the devices for both where added without a problem.
Version: 2020.2 (build 12847)
Zigbee2MQTT 1.17.1
Version: 2020.2 (build 12847)
Zigbee2MQTT 1.17.1
-
- Posts: 12
- Joined: Wednesday 09 January 2019 23:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
I have a similar problem.
Version plugin zigbee2mqtt : v.1.17.1 (zStack12 20181024)
Version domoticz : 2020.2
When i associate the bulb with my sniffer CC2531, we can see a line with "Livarno Lux E27 bulb RGB" which appears in the top table. But normally when i clic on this line, a second table below have to appears and in my case it don't appear. What is the problem please ?
Version plugin zigbee2mqtt : v.1.17.1 (zStack12 20181024)
Version domoticz : 2020.2
When i associate the bulb with my sniffer CC2531, we can see a line with "Livarno Lux E27 bulb RGB" which appears in the top table. But normally when i clic on this line, a second table below have to appears and in my case it don't appear. What is the problem please ?
- felix63
- Posts: 244
- Joined: Monday 07 December 2015 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.1
- Location: Gouda
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
I check and I didn't see the devices either. Then I did a reload and then I saw them again.
-
- Posts: 38
- Joined: Thursday 07 June 2018 22:23
- Target OS: Linux
- Domoticz version: 2022.1
- Location: Sud de France
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
It's very strange: I upgraded the plugin (git pull), restarted Domoticz and zigbee2mqtt and both devices appeared to Domoticz! What is good, what so ever, BUT the release number of the plugin did not change - it still shows 1.17.0. I don't know why it's so. Anyway, it's good!
Edit: 1.17.0 isn't plugin version, it's zigbee2mqtt version, so it should have not changed!
Edit: 1.17.0 isn't plugin version, it's zigbee2mqtt version, so it should have not changed!
-
- Posts: 30
- Joined: Monday 10 December 2018 13:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
I'm having the same problem that 'Livarno Lux E27 bulb RGB' shows up in Zigbee2Mqtt, but there is no 'devices' table when I click on it. Tried to re-pair it several times with 'Accept new Hardware Devices' and 'Allow new zigbee devices to join' selected, but get the same result every time. Reload, reboot and 'git pull' of the plugin didn't do it for me.
Re: Lidl now also sells Zigbee smarthome devices
I am still using my "old" Homey as a Zigbee gateway, but since it is getting less and less more functionality because of the "newer" Homey Pro, I need to get rid of it very fast and search myself for a decent replacement...any ideas?
Thanks!
Thanks!
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Strange question to start in this topic...
But obviously you can start with a Raspberry Pi, Domoticz and a zigbee is stick. See https://www.domoticz.com/wiki/Zigbee
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: Lidl now also sells Zigbee smarthome devices
[/quote]
Strange question to start in this topic...
But obviously you can start with a Raspberry Pi, Domoticz and a zigbee is stick. See https://www.domoticz.com/wiki/Zigbee
[/quote]
Thanks for your awkward answer!
Strange question to start in this topic...
But obviously you can start with a Raspberry Pi, Domoticz and a zigbee is stick. See https://www.domoticz.com/wiki/Zigbee
[/quote]
Thanks for your awkward answer!
- Didi
- Posts: 15
- Joined: Thursday 02 May 2019 21:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Location: Netherlands
- Contact:
Re: Lidl now also sells Zigbee smarthome devices
Cyroq wrote: ↑Wednesday 17 March 2021 21:14 I'm having the same problem that 'Livarno Lux E27 bulb RGB' shows up in Zigbee2Mqtt, but there is no 'devices' table when I click on it. Tried to re-pair it several times with 'Accept new Hardware Devices' and 'Allow new zigbee devices to join' selected, but get the same result every time. Reload, reboot and 'git pull' of the plugin didn't do it for me.
I had with other zigbee brands the same isseu. After using the steps below, restart off the server, it worked! Worth the try
Code: Select all
sudo apt-get install -y nodejs npm git make g++ gcc
node --version # Should output v10.X, v12.X, v14.X, v15.X or V16.X
npm --version # Should output 6.X or 7.X
git clone https://github.com/Koenkk/zigbee2mqtt.git
sudo mv zigbee2mqtt /opt/zigbee2mqtt
# Install dependencies (as user "pi")
cd /opt/zigbee2mqtt
npm ci
Main: RPI-5 / Zigbee / Sonoff / RFLink433 / Camera's / Wifi / Custom Interface / Alarm / GPS / MQTT / MiLight
Who is online
Users browsing this forum: No registered users and 1 guest