Replies: 1 comment 1 reply
-
FYI, ffenix113 has now added ADC (Analog To Digital Sensor) + support for required soil moisture sensors to his "Zigbee Home" project, see: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FYI, a new project by ffenix113 aims to (eventually) provide similar functionality to ESPHome but for nRF52840 based Zigbee devices:
https://community.home-assistant.io/t/zigbee-home-diy-firmware-project-aim-to-provide-similar-functionality-to-esphome/675865
The goal is to eventually enable any user to make their own Zigbee devices using only YAML without any need to touch the source code.
This DIY firmware is initially designed on nRF52840 it is still in very early development so good idea to post any early feedback/input now:
https://github.com/ffenix113/zigbee_home
https://ffenix113.github.io/zigbee_home/
Other than following the ESPHome concept it also seems to take inspiration from PVTO (Zigbee Switch Configurable Firmware) which also allows users to make DIY Zigbee devices but is closed source:
https://ptvo.info/zigbee-switch-configurable-firmware-router-199/
PS: ffenix113 has also upstreamed patches to the Zigbee2MQTT project so it can support devices that can change features dynamically.
PPS: Home Assistant's ZHA integration might need similar if using custom Zigbee clusters and attributes, see -> zigpy/zigpy#1312
Beta Was this translation helpful? Give feedback.
All reactions