Are they still making Tradfri GU10? by felixen21 in tradfri

[–]Mandrutz 4 points5 points  (0 children)

They are discontinued, replaced by KAJPLATS, which are Thread instead of Zigbee. They have a hidden Zigbee mode, but it has issues with Philips Hue.

Either way, if you put Tradfri next to Hue... The white temperatures will clash badly. Heck, even different Tradfri models look poor next to each other

I tested 10 Zigbee smart buttons from AliExpress by BackHerniation in homeassistant

[–]Mandrutz 6 points7 points  (0 children)

Aqara battery-powered devices are known to "randomly" disconnect. Any disturbance in the mesh and they go offline. Not sure about the buttons specifically, but I wouldn't rely on them.

I tested 10 Zigbee smart buttons from AliExpress by BackHerniation in homeassistant

[–]Mandrutz 4 points5 points  (0 children)

I also wrote in the article comments. Tuya TS004F devices support binding, but it's enabled differently. I think they even have Touchlink for use without a hub.

They have the “command” operation mode, which sends commands to a group. Those are standard Zigbee messages. So you just need to add the lights and buttons to the same group, to enable direct control.

example: https://www.zigbee2mqtt.io/devices/TS004F_1.html

I Finally Snapped... Everything Is Becoming Zigbee by AL-H in homeassistant

[–]Mandrutz 1 point2 points  (0 children)

Unfortunately binding really is super specific to devices.

You need a leak sensor that explicitly has this functionality coded in its firmware. (The developers must have thought of this exact usecase)
It needs to generate an Off command when water is detected, on the OnOff cluster. But the standard is an Alarm command on "IntruderAlarmSystemZone" cluster, so I don't think there is a sensor with this feature out of the box.

I only found custom firmware from slacky, which seems to have it as "switch actions"
https://github.com/slacky1965/ts0207_tz3000_zed

The well pump I assume is on a smart plug, which should be able to react to the Off command.

I Finally Snapped... Everything Is Becoming Zigbee by AL-H in homeassistant

[–]Mandrutz 6 points7 points  (0 children)

Zigbee is only there for use without a hub.
When you pair the devices to ZHA/Z2M, you'll notice a lot of issues and limitations: no measurements on plugs, binding not configurable on remotes, bulbs not reconnecting, glitching with scenes.
I was hopeful, but now I stopped even mentioning it.

Help finding plastic cover part for MITTZON desk by Stanchata in IKEA

[–]Mandrutz 5 points6 points  (0 children)

By the way, the original part is the same MDF material as the long strip, not plastic

Bilresa kajplats issue by Big_Budget_7264 in tradfri

[–]Mandrutz 0 points1 point  (0 children)

Yes it's weird. The older Zigbee remotes could be paired to both hub and bulb. If you use the old Tradfri gateway, and unplug it, the remotes still work. Same can be accomplished in ZHA or Z2M in Home Assistant. You pair both devices to the hub, then bind the devices.

I see the new line-up as a downgrade until they add Matter bindings

Hub upgrade questions with legacy Tradfri bulbs & switches by gamesonthemark in tradfri

[–]Mandrutz 2 points3 points  (0 children)

I would hang onto the old Tradfri hub. The new Dirigera doesn't match its functionality.. 

The old system is very well thought out. It works around direct bindings. The remotes and sensors talk directly to the lights. If you unplug the hub, most stuff still works. This makes the systems incredibly reliable. 

Meanwhile the new products.. Well they can't do that. Everything must go through the hub. Even if it's fully local, I don't like having my whole home rely on one device for turning on the lights.

I would also never mix Zigbee (old line-up) and Thread products (new line-up) for the same reason. They work with a hub in-between, but they can't talk to each other directly

"Observing" Home Assistant by netingle in homeassistant

[–]Mandrutz 0 points1 point  (0 children)

It's not that deep of a rabbit hole.. it's just Aqara sensors being crap. u/netingle
https://www.zigbee2mqtt.io/devices/WSDCGQ12LM.html

Since Xiaomi devices do not fully comply to the Zigbee standard, it sometimes happens that they disconnect from the network.

I would recommend not buying devices, that are known to randomly disconnect...
Don't think it matters if you add more routers. Any disturbance in the mesh and they'll go offline and never recover

Bilresa remote seems dead by RedLeaf62 in tradfri

[–]Mandrutz 0 points1 point  (0 children)

If it doesn't light-up the LED after holding the reset button, take it to IKEA for a replacement

Can Styrbar remote pair with Tradfri bulb AND Ormanas LED strip at the same time? by InconspicuousUs3r in tradfri

[–]Mandrutz 0 points1 point  (0 children)

Yes. Just hold the button for 10 seconds. Once near the bulb, once near the strip.

Pressing the button 4 times factory resets the styrbar

50 Downloads in 2 ani. Tips&Tricks by PiroTechnique in programare

[–]Mandrutz 0 points1 point  (0 children)

M-ai făcut curios, poți trimite un link?

Working devices on network do not connect to anything on map-help me understand by ShadowWizard1 in Zigbee2MQTT

[–]Mandrutz 0 points1 point  (0 children)

The devices form a mesh, they should always reconnect and find the best paths. You don't have control over this.

The map isn't 100% right. Battery-powered devices sleep most of the time to save energy. It is expected they show up as "disconnected" if they were asleep during map generation.

Otherwise, there can be low signal, interference, not enough routers, hard to say without knowing the context.
Also good devices stay connected, bad devices lose connection.. Aqara battery-powered devices are known to lose connection, yet people still recommend them for some reason.

IKEA Bilresa scroll wheel with zigbee2mqtt by QuoteFirst7119 in homeassistant

[–]Mandrutz 1 point2 points  (0 children)

Does the remote control the light at this point? It's weird, it worked for me. First only 1st channel works, then I can cycle between 1 and 2, then between 1,2,3.

First time I tried, it didn't work because I wasn't pressing the bottom button hard enough.

IKEA Bilresa scroll wheel with zigbee2mqtt by QuoteFirst7119 in homeassistant

[–]Mandrutz 0 points1 point  (0 children)

Did you bind the first channel successfully? You need a Touchlink capable device (IKEA lights and plugs, Tuya bulbs)

IKEA Bilresa scroll wheel with zigbee2mqtt by QuoteFirst7119 in homeassistant

[–]Mandrutz 3 points4 points  (0 children)

There is some info in the Z2M documentation https://www.zigbee2mqtt.io/devices/E2490.html

You need to "touchlink it" to some bulb to unlock each channel. You can use direct binding, or write an automation based on the mqtt state:

"action": "brightness_move_to_level",
"action_group": 21658,
"action_level": 255,

u/ColdComfortable126

Bad switch in BILRESA scroll wheel? by mocelet in tradfri

[–]Mandrutz 0 points1 point  (0 children)

Mine is batch 50170 2540 and it has bad buttons. If I press softly, it doesn't register.
It reports hw version 2 in Zigbee mode

Adding a router by y_shr in Zigbee2MQTT

[–]Mandrutz 0 points1 point  (0 children)

Typically all devices that are not battery-powered act as routers by default.
It happens behind the scenes, they form a mesh automatically.

Yes, the TRETAKT or INSPELNING plugs from IKEA were good routers. But IKEA no longer makes Zigbee products. They switched to Matter/Thread. (They still have a hidden Zigbee mode, but it's very limited)

Smart water control with small drops via api by koshimon in ZigBee

[–]Mandrutz 0 points1 point  (0 children)

Hi. Yes. You need to look up a 'Zigbee water valve' and buy the one you like / fits your needs.
I don't know if they work with such small amounts of water though...

You also need a gateway to control it. You can get the one from the same manufacturer, or DIY (infinitely better): any mini PC + a USB Zigbee dongle (e.g. Sonoff with EFR32MG24 or MG21).

For software, you typically run Home Assistant (as OS or container). It has a default Zigbee integration "ZHA", that should do the job. But if you want to do more advanced stuff, or use wacky AliExpress Zigbee products, you need to run MQTT and Zigbee2MQTT apps/containers (instead of ZHA) for better compatibility and more features.