Lidl now also sells Zigbee smarthome devices Topic is solved

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: Lidl now also sells Zigbee smarthome devices

Post by EddyG »

Some time ago a nice GUI was introduced in the Zigbee2MQTT environment.
It is configured in the configuration.yaml like

Code: Select all

experimental:
  output: json
  new_api: true
frontend:
  port: 8081
In this case port 8081 is used, but you can use any free port, see zigbee2MQTT doc.
Under Settings -> About you can find the info from my screenshot.
In your case zigbee2MQTT is not started see error, so you might do some debug logging to find out why.
In the configuration.yaml you have to use the right USB port.
BertB
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

Post by BertB »

EddyG wrote: Wednesday 02 December 2020 16:26 Some time ago a nice GUI was introduced in the Zigbee2MQTT environment.
It is configured in the configuration.yaml like

Code: Select all

experimental:
  output: json
  new_api: true
frontend:
  port: 8081
In this case port 8081 is used, but you can use any free port, see zigbee2MQTT doc.
Under Settings -> About you can find the info from my screenshot.
In your case zigbee2MQTT is not started see error, so you might do some debug logging to find out why.
In the configuration.yaml you have to use the right USB port.
Thank you, but I am a bit confused here, as I connected the LIDL gateway via IP. Is that wrong?
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: Lidl now also sells Zigbee smarthome devices

Post by EddyG »

How do you connect Lidl gateway via IP, what hardware type?
Melissen
Posts: 65
Joined: Wednesday 16 November 2016 9:39
Target OS: -
Domoticz version:
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by Melissen »

In the log (sudo journalctl -u zigbee2mqtt.service -f) the motion sensor TY0202 shows up like this:

dec 02 18:51:12 raspberrypi npm[13388]: Zigbee2MQTT:info 2020-12-02 18:51:12: MQTT publish: topic 'zigbee2mqtt/MotionSensor_Z001', payload '{"battery_low":false,"linkquality":0,"occupancy":true,"tamper":false}'
dec 02 18:51:13 raspberrypi npm[13388]: Zigbee2MQTT:info 2020-12-02 18:51:13: MQTT publish: topic 'zigbee2mqtt/MotionSensor_Z001', payload '{"battery_low":false,"linkquality":0,"occupancy":true,"tamper":true}'

But it doesn't show up in Domoticz. How can I add this device to Domoticz?
Which steps do I have to make, to get it work?

Or is it already added in the last update?

I'm currently using this version of Domoticz:
Version: 2020.2
Build Hash: b63341bc0
Compile Date: 2020-04-26 13:47:55
dzVents Version: 3.0.2
Python Version: 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0]
RFXcom433e ver1009,Raspberry Pi,Domoticz v3.5877

KaKu:16c remote,dimmer,wall-sockets,sunscreenswitch
Promax:wall sockets Elro:wall sockets Somfy:RFY screens
TFA:weather station Chinese temperature sensors, smoke detectors, power switches
User avatar
waltervl
Posts: 5149
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

Post by waltervl »

If you use zigbee2mqtt please look here for device requests https://github.com/stas-demydiuk/domoti ... gin/issues and here viewtopic.php?f=65&t=24975
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: Lidl now also sells Zigbee smarthome devices

Post by EddyG »

I suppose that it might be a different brand, because in the plugin under adaptors/cr the TY0202 motionsensor is present.
A lot if not all of the Lidl devices are not (yet) implemented in the plugin see: https://github.com/stas-demydiuk/domoti ... gin/issues
If it is not implemented in the plugin then you could go the node-red way.
BertB
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

Post by BertB »

EddyG wrote: Wednesday 02 December 2020 18:23 How do you connect Lidl gateway via IP, what hardware type?
Like this

pi@DOMOX:~/domoticz $ sudo nano /opt/zigbee2mqtt/data/configuration.yaml
GNU nano 3.2 /opt/zigbee2mqtt/data/configuration.yaml

# Home Assistant integration (MQTT discovery)
homeassistant: false

# allow new devices to join
permit_join: true

# MQTT settings
mqtt:
# MQTT base topic for zigbee2mqtt MQTT messages
base_topic: zigbee2mqtt
# MQTT server URL
server: 'mqtt://localhost'
# MQTT server authentication, uncomment if required:
# user: my_user
# password: my_password

# Serial settings
serial:
# Location of CC2531 USB sniffer
port: 'tcp://ip adress of the gateway:6668'

experimental:
output: json
new_api: true
frontend:
port: 8081
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: Lidl now also sells Zigbee smarthome devices

Post by EddyG »

It asks for the USB port and not an IP-address

Code: Select all

# Serial settings
serial:
# Location of CC2531 USB sniffer
port: 'tcp://ip adress of the gateway:6668'
With these items does zigbee2MQTT work: https://www.zigbee2mqtt.io/getting_star ... _need.html
and https://www.zigbee2mqtt.io/information/ ... pters.html
BertB
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

Post by BertB »

Right. So the story so far is, that the lidl gateway does not work with domoticz.
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
User avatar
waltervl
Posts: 5149
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

Post by waltervl »

From https://community.home-assistant.io/t/s ... /243561/86
MattWestb from the Tasmota community pointed out that definitely is just a rebranded version of the standard Tuya TYGWZ-01 Zigbee Smart Life Gateway (TYGWZ01) hardware in a other enclosure so that means that the FCC has more pictures of the board here including those without that metal casing:

https://fccid.io/2ANDL-TYGWZ01

https://fccid.io/2ANDL-TYZS4

https://zigbeealliance.org/zigbee_produ ... t-gateway/

As can see it has unfortunately not an ESP8266 or ESP32 WiFi SoC but instead that RTL8196E is the WiFi/MCU SoC from Realtek running Linux as its operating system, and underneath that metal housing is only the Zigbee chip from Silicon Labs which is an EFR32 Series 1 (previous generation) thus similar to that what is on the Sonoff ZBBridge by ITead though it features an EFR32 Series 2 (newest generation) of Zigbee SoC.

Regardless it using RTL8196E WiFi/MCU chipset instead of ESP8266/ESP32 means no support for Tasmota.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: Lidl now also sells Zigbee smarthome devices

Post by EddyG »

BertB wrote: Wednesday 02 December 2020 20:05 Right. So the story so far is, that the lidl gateway does not work with domoticz.
But the good story is that eventually the devices of Lidl will work with zigbee2MQTT.
And most of them already do. Now it is waiting for the support in the zigbee plugin.
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by EdwinK »

So it should also work with Conbee?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
waltervl
Posts: 5149
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

Post by waltervl »

EdwinK wrote: Thursday 03 December 2020 9:29 So it should also work with Conbee?
Check with the conbee/deconz plugin https://github.com/Smanar/Domoticz-deCONZ
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
qba1990
Posts: 1
Joined: Thursday 03 January 2019 11:18
Target OS: Linux
Domoticz version:
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by qba1990 »

felix63 wrote: Saturday 28 November 2020 23:21
Bigted wrote: Saturday 28 November 2020 19:47
felix63 wrote: Saturday 28 November 2020 19:38
So I am left with two issues:
- why are no devices created in domoticz for the devices that zigbee2mqtt recognizes?
The Domoticz plugin for Zigbee2MQTT has to support the device, in addition to being supported by Zigbee2MQTT
I added the following line to /domoticz/plugins/zigbee2mqtt/adapters/tuya/__init__.py

Code: Select all

    'TS011F': OnOffSwitchAdapter,               # TuYa Smart Plug
add that worked for the Smart Plug.

Update:
zigbee2mqtt 1.16.1-dev supports Lidl devices as Silvercrest. And with some tinkering to the zigbee2mqtt plugin I can now switch all the outlets on both devices
Thank You that was simple and genius :D. I wouldn't dig there without Your help. Thank You!
tonbor
Posts: 153
Joined: Monday 17 February 2014 9:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by tonbor »

tonbor wrote: Saturday 28 November 2020 14:45 Anybody succeded in connecting this lidl silvercrest hub with Domoticz?
Did I buy it in vain, anybody succeded in connecting the wired hub to domoticz?
User avatar
kiddigital
Posts: 435
Joined: Thursday 10 August 2017 6:52
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by kiddigital »

tonbor wrote:
tonbor wrote: Saturday 28 November 2020 14:45 Anybody succeded in connecting this lidl silvercrest hub with Domoticz?
Did I buy it in vain, anybody succeded in connecting the wired hub to domoticz?
Haven’t tried the hub, but the smart plug works fine in combination with a Hue bridge. And thus also with Domoticz.

Domoticz is capable of talking/understanding the Hue bridge but I doubt that the Lidl hub talks exactly the same. So a separate ‘hardware’ module has to be developed for Domoticz to understand/interact with the Lidl hub.

The same applies btw to for example the Ikea (zigbee) hub. Although all these hubs talks Zigbee (3.0) at one-end, the other end (ethernet wire side) seem to have different interfaces.
One RPi with Domoticz, RFX433e, aeon labs z-wave plus stick GEN5, ha-bridge 5.4.0 for Alexa, Philips Hue Bridge, Pimoroni Automation Hat
One RPi with Pi foundation standard touch screen to display Dashticz
BertB
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

Post by BertB »

EddyG wrote: Thursday 03 December 2020 9:20
BertB wrote: Wednesday 02 December 2020 20:05 Right. So the story so far is, that the lidl gateway does not work with domoticz.
But the good story is that eventually the devices of Lidl will work with zigbee2MQTT.
And most of them already do. Now it is waiting for the support in the zigbee plugin.
True, but now I have to decide to buy an USB Zigbee device.
Can you recommend one?
Set 1= RPI 3B, latest Beta, RFLink USB, RFLINK WIFI, Zwave
Set 2= RPI 2B, Latest Beta, OTGW (USB), SBFSpot (Bluetooth)
Thorgal789
Posts: 815
Joined: Wednesday 15 August 2018 14:38
Target OS: -
Domoticz version:
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by Thorgal789 »

EdwinK wrote: Thursday 03 December 2020 9:29 So it should also work with Conbee?
Yep some lidl device are working on conbee.
ATM I m making the integration for the xmas LED string support in domoticz > https://github.com/Smanar/Domoticz-deCONZ/issues/78 (need special widget to manage effect)
EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: Lidl now also sells Zigbee smarthome devices

Post by EddyG »

If you are a hobbyist by a Texas Instruments CC2538 with CC2592 RF Amplifier or Texas Instruments LAUNCHXL-CC1352P-2
I use the latter.
If not a hobbyist then buy a commercial one. Look here https://www.zigbee2mqtt.io/information/ ... pters.html and look at the specs.
My first adaptor was a Texas Instruments CC2531 but that one was not powerful enough for me.
Pacman42
Posts: 19
Joined: Monday 28 December 2015 1:36
Target OS: NAS (Synology & others)
Domoticz version:
Location: Sweden
Contact:

Re: Lidl now also sells Zigbee smarthome devices

Post by Pacman42 »

Has anyone managed to get the colors working on the RGB E27 LED?

I get them to work in Phosconn App (Conbee), but the RGB controls are not working from Domoticz. Any ideas?

Perhaps a problem with the Python plugin?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest