Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Tested devices #47

Closed Mr-Markus closed 5 years ago

Mr-Markus commented 5 years ago

We need your help!

Do you already have tested some devices with ZigbeeNet? Please let us know which devices and which clusters or functionality you have tested so that we can create a "supported devices" section in our README

Thanks!

thombrink commented 5 years ago

I got my Ikea Tradfri lamp working in combination with my CC2531 usb stick.

Mr-Markus commented 5 years ago

I have a CC2531 usb stick and got Following devices working:

sixty-four-bit commented 5 years ago

Hi @Mr-Markus i have a CC2531 device . But it does not show as a com port.

I have installed the drivers. It looks ok on device manager and sniffer tool works with it . But what ever i do it does not show as com port.

when ever it try to run this code it says invalid state.

Any suggestion.

Mr-Markus commented 5 years ago

Hi @sixty-four-bit, thanks for your interest in our library.

You have to flash the ZNP (ZigbeeNetworkProcessor) firmware from the Z-Stack directory : \Z-Stack 3.x\Projects\zstack\ZNP\CC253x\dev\CC2531ZNP-with-SBL.hex

Are you able to flash it? You will need CCDebugger hardware to do it.

Mr-Markus commented 5 years ago

@andreasfedermann Which devices did you have used until now with your XBee hardware?

andreasfedermann commented 5 years ago

Coordinator Digi Xbee Product Family: XB24C S2C Function Set: ZIGBEE TH Reg Firmware: 4060

Smart Devices

bmachuletz commented 5 years ago

Hi, I've watching this project since the beginning. I am coding a .NET Smarthome-Broker (it's currently not ready for the public). Nowaday I am using Zigbee2Mqtt to integrate Zigbee-Devices, but I am looking forward to integrate ZigbeeNet. I did some tests with my XIAOMI-(Temperature, Humidity, Pressure) Sensor and I am able to get the values as expected. Now my Question: What is the correct way to natively support new devices in ZigbeeNet <- I don't know where to start in the code (which classes have to be extended). Maybe you can give me a fast intro on how to support new devices (I can test Tradfri, Heiman Smoke detector and Xiami Temperature Sensors at this time).

Mr-Markus commented 5 years ago

Hi @bmachuletz ,

thanks for your interest in our library. That sounds great! I will be very interested in your project and looking forward to it.

I have wrote some articles in our wiki page.

Getting Started Get node and endpoint address Read attributes How to control devices

You can also take a look at the Playground Demo project

If you need further information I will help you whenever you need it. Just open an new issue for it.

Mr-Markus commented 5 years ago

If there are any new devices you have tested just open a new issue

victornor commented 1 year ago

I can confirm that the Aqara Occupancy and Illuminance sensor (RTCGQ11LM) is working using the IlluminanceLevelSensingCluster and the OccupancySensingCluster.