300 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
60
views
How to control zigbee devices directly from code?
I want to create smart home automation system like home assistant. I know about zigbee2MQTT, but I think it would be better to control everything directly. How to do this, I know Assembly, C, Java, ...
0
votes
1
answer
239
views
Override device_class for home assistant in zigbee2mqtt
I have zigbee2mqtt and home assistant in use. I have paired multiple door sensor via zigbee, some of them are used on windows, some of them on doors.
Now I am trying to override in configuration.yaml ...
0
votes
0
answers
62
views
ESP32-S2 XBee Communication Issue - Sending Data But Raspberry Pi Not Receiving
I've set up a Zigbee IoT network using an ESP32-S2 Feather with BME280 as the sensor node and a Raspberry Pi with XBee 3 USB adapter as the coordinator. The ESP32 appears to be successfully sending ...
1
vote
0
answers
52
views
Simulating a zigbee wireless sensor network using omnet++
Please how can I simulate a zigbee wireless sensor network in omnet++ with a total of 30 nodes. I'm new to omnet++. I'm using omnet 6
Below is my network file.
package projtest4.simulations;
import ...
0
votes
0
answers
99
views
ESP32 Zigbee Binding
please tell me, is it possible to bind ZED to ZR directly without the participation of a coordinator (smart home hub). In the Zigbee SDK examples, the coordinator (switch) is only connected to the ...
0
votes
0
answers
38
views
Zigbee - Xbee S2C & Moes Smart curtain pairing
I'm currently looking to pair a Moes smart curtain (Zigbee switch) https://moeshouse.com/products/zigbee-diy-curtain-switch-module?variant=39293510090833 with a Xbee S2C module.
The objectif is to be ...
0
votes
0
answers
89
views
Zigbee Aqara button alternative with display or LED
To give some context, I have a software for batch bidding and the users can make it with the zigbee button https://www.aqara.com/eu/product/wireless-mini-switch/. So when they press the button, a new ...
0
votes
1
answer
116
views
ZigBee SDK and Telink IoT Studio 2024.8 how to add new project
TelinkIoTStudio_UserGuide_en.pdf does not say anything how to create new project.
ZigBee SDK Developer Manual (Section 2.1.4 Add new project page 20) explains how to add new project.
But in reality ...
0
votes
1
answer
190
views
What clusters & commands are required by the ZCL/Zigbee specification?
I've been trying to understand the Zigbee specification. I know there are many types of "clusters" of commands (see the full Zigbee Cluster Library specification), but I'm not certain which (...
-2
votes
1
answer
144
views
I would like to know how to read all the data from a Zigbee dongle via the serial port using Python
I would like to know how to read all the data from a Zigbee dongle via the serial port using Python. I've tried several codes but haven't been able to retrieve any data.
The Zigbee dongle should ...
1
vote
2
answers
129
views
Efficient conversion of json data in R
I use R to process log files of zigbee2mqtt which logs entries like this
head(data)
[1] "info 2024年03月11日 14:08:01: MQTT publish: topic 'zigbee2mqtt/TempBadEG', payload '{\"battery\":17,...
0
votes
1
answer
595
views
esp-zigbee-lib source files access
I'm struggling a bit to understand how Zigbee protocol works with the esp-zigbee-sdk's examples. I would like to access the C code of the libraries but it's static libraries and the the .h files are ...
0
votes
1
answer
974
views
Matter (CHIP) controller/bridge implementation linux c++
I'm trying to develop a matter (https://github.com/project-chip/connectedhomeip/) controller/bridge in order to be able to control matter compatible devices within a linux daemon.
I was thinking that ...
1
vote
1
answer
6k
views
Integrating Philips Hue with Home Assistant via Zigbee
As Philips is going to force users to create accounts and share data online with them, I embarked on a journey to integrate my Philips Hue bulbs and light strips with Home Assistant using a Zigbee ...
0
votes
1
answer
62
views
Why is my Zigbee module disconnecting from XCTU software when I connect RX and TX to 1 and 0 pin in my Arduino Uno respectively?
I was trying to setup a data transfer between 2 Arduino's using Zigbee modules.
My setup is an Arduino Uno and Mega, and 2 Zigbee Xbee modules.
When I run the XCTU software after connecting Zigbee to ...