This list of features becomes too long, and I’ve split it into several pages.
- Premium version
- Changelog
- General information (LEDs, pairing)
- Expert options
- Power saving mode or battery-powered devices
- RF signal level control
- GPIO inputs, outputs, and pull-ups
- Analog inputs (ADC), source voltage, an internal temperature
- UART
- PWM
- LED firmware (WS2812B, Color control)
- Pulse generator and counter
- Group switch
- Pulse switch
- Bistable relay / Latching relay
- External sensors
- 1-wire sensors: DHT11, DHT12, DHT22, AM2301, Sonoff SI7021
- I2C sensors. General information.
- Environmental sensors: BMP280, BME280, SI7021, HTU21D, HDC1080, SHT20, SHT30, SHT35 (select SHT30 in the configurator), SHTC3, GXHTC3, and others.
- Ambient light: BH1750.
- Current and voltage monitoring: INA219, INA3221.
- MHZ19, Senseair S8, Sensirion SPS30, PZEM-004 V3 (connected to UART)
- DS18B20
- ACS712, ACS758
- CCS811
- MODBUS RTU
- PCF8583: external counter
- PCA9685: 16-channel PWM controller
- HLW8032: VAC energy meter
- Ultrasonic sensors HC-SR04, US-100 or similar
- Digital rotary encoder
- Real-time clock (RTC, DS3231, DS1307)
- Cron scheduler
- E18-MS1PA2, E18-MS1PA2-IPX, E18-2G4Z27SI or E18-TBH-28 Test board.
- E72-2g4m20s1e
- Serial bootloader on CC2652 or CC1352. Flashing firmware through a COM port.
- CC2531 configurable router
- DIY examples

Gabriel
Hi. Question about firmware features. Are the “devices” Bindable? ie: Using one device as Switch (On_OFF) to turn On/OFF another device as a Light? I was trying to do that using ZHA (on HA) capability but it didn´t work. Is it a Premium Features or am I doing something wrong on
Owner
Yes, my firmware supports binding. It is the free feature.
JohnRob
Would you consider implementing the interface for a MAX31855? This is an I2C thermocouple interface.
Thanks
John
Owner
I am sorry but the firmware does not work with the SPI interface yet.
Nirm
I didn’t find a button to make a comment on page HLW8032. Is it disabled?
Owner
Thank you! I’ve enabled comments on that page too.
JohnRob
Just a simple note saying Thank you for your great utility/firmware. I used the UART capability on a CC2530 board. The Zigbee message is received by a Hubitat Hub. A simple driver was all that was needed to parse the UART message.
Works Great!
Thanks
Owner
Thank you! 🙂
JohnRob
I have a simple configuration for a SHT30 temperature humidity sensor. See below:
I am receiving messages from this device every 1 second or so. I’m not sure where to start troubleshooting.
I don’t know if it helps but the raw message is: Raw Description#read attr – raw: 59A901000C265500391F85AF416F0018B71C004204432C3434, dni: 59A9, endpoint: 01, cluster: 000C, size: 26, attrId: 0055, encoding: 39, command: 0A, value: 1F85AF416F0018B71C004204432C3434
I’m using a Hubitat Hub which and worked great with a BME280 sensor with your firmware.
Any troubleshooting suggestions would be appreciated.
Thanks
John
Board type: CC2530
Device type: Router
Status LED: P12 (Inversed), Sending reports
Set default reporting interval (s): 60
Output pins:
P13: Output 1, SHT30 (I2C SDA), External pull-up (Address (dec): 68)
P14: Output 2, I2C SCL, External pull-up
Owner
Please try to enable the “Disable configuring the interval remotely” option on the Expert tab.
JohnRob
Hi, I tried checking “disable configuring the interval remotely” with the same bad results, Messages were coming at < 1 second intervals. I had been using V1.6.2.3.
I then tried V1.6.0.2 and the responses were correct. Messages at 60 second intervals.
Also, the Zigbee parsing was more complete on the v1.6.0.2 message making me think the message structure was different.
I'm good for now. However I can give you additional information if you want to do further investigation.
BTW the version numbers quoted are from Windows … file/properities/details.
BR
John
Owner
Could you please add your issue on GitHub and add screenshots with your configuration and additional information that I can check on my side?
Nobodyman
Could you please explain which Zigbee stack version your software supports if using CC2530 device.
Thank you very much!
Owner
ZStack 1.2
JohnRob
Have you had any thoughts about adding support for an I2C display? Or perhaps an I2C “repeater”, although I’m not sure how this would work.
Thanks
John
Owner
I didn’t plan to add support for displays because it is a universal solution.
Giovanni
Hi, do you think it would be possible to add Wiegand support to your firmware? It would be very useful to build zigbee Wiegand id tag readers
Owner
Hi, sorry I didn’t plan to add the Wiegand interface.
Ken
Hi
Is it possible to configure a dimmer switch, so the device model is a ptvo.dimmer?
Reason for asking, is that a controller is identifying the device type and assigning correct device handler / driver setup for the device.
Owner
Yes, you can specify any model ID.
Ken
Do you have any examples for dimmer configuration?
Owner
It depends on your hardware. Usually, it is the PWM output.
Ken
So if you have a zigbee dimmer, where 2 inputs are connected to buttons for up and down, and an PWM output for controlling the light.
Long press on up increase value, short click go too maximum.
Long press on down decrease value, short click turn out light (go to minimum).
Do you have a configuration example for that 🙂
Owner
You can link only one button to an output. The button will change the light level circularly.
Ilya Rakhlin
Do you happen to have any experience or examples of getting any builds of your firmware working in ZHA (home assistant ZHA). All is working well with the z2m converter but I have a few friends I was hoping to use for beta testing a device who are on ZHA. I’ve previously written a few z2m converters but have very little experience with ZHA quirks. As I start to play around with it I just wanted to see if you had any examples or samples I could use as a jumping off point. Would be especially helpful if it uses the TemperatureMeasurementCluster or Humidity.
Thank you
Owner
Sorry, but I don’t have examples for ZHA.
Tube
What are the child and route table sizes for the cc2652?
Owner
The child table was compiled with the following key value:
MAX_DEVICE_TABLE_ENTRIES=50
Philip
Hello any chance to integrate HX711 Load Cell Amplifier to sensor list?
Owner
Hello, Sorry, but I didn’t plan to add this sensor.
Ilya Rakhlin
Just curious about sensor compatibility, I understand you may not have tested these but do you know if there are any reasons why the HDC2XXX line of sensors would work (https://www.ti.com/product/HDC1080 listed under similar on this page). According to a TI forum post they are firmware identical, https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/861532/hdc2010-technical-differences-among-hdc2080-hdc2010-hdc1080
In that same line of questions, SHT30 is listed as supported, it would seem the SHT31 and SHT35 are also firmware identical and differences are around accuracy, voltage, ect. I understand they may not be tested but is there any reason they would not work? With the current shortage of parts sometimes it easier to be flexible.
Owner
Yes, I cannot test all sensors and check compatibility. Maybe, other sensors will work.
Ilya Rakhlin
Just wanted to come back and say I finally got some cc2652p chips delivered and was able to test SHT35 (https://media.digikey.com/pdf/Data%20Sheets/Sensirion%20PDFs/HT_DS_SHT3x_DIS.pdf). Works without issue, seems to be reporting expected values.
Owner
Thank you for sharing your results :)!
Paul
Description of Zigbee2MQTT-Commands need a note on the required Zigbee2MQTT version. In Zigbee2MQTT 1.17.0 a new API was introduced. Using the format of the current documented commands will not work with Zigbee2MQTT versions >1.16. It would be helpful to get a hint about this circumstance.
Owner
I use v1.18 and these commands work. Could you please describe the format in your case?
Paul
The following zigbee2mqtt command is working fine in version 1.12.
-t zigbee2mqtt/garage/l3/set -m {\”trigger\”:800}
after upgrading to version 1.22. it’s no longer working. I played a bit with the new command syntax e.q -t zigbee2mqtt/garage/set -m {\”state_l3\”:800} but without success. So what is the correct format to initiate a trigger?
Shonn
The problem report:
I have an old power plug with a cc2530(external 32.00MHZ oscillator) and FM24C02C eeprom. Sometimes the plug cannot boot, the led keep the dim light state(the normal state is off or light).
I try to fix this problem with the configure of cc2530(without oscillator).