I've created a simple "weather station" which uses an ENV IV + NanoC6 to send temp etc to Home Assistant over wifi. Using UFlow 2 to generate the Micropython code and then dive into Micropython from there was a great start.
However, wifi range is a problem, so I'd like to use Zigbee instead. There's no support for Zigbee in UFlow 2 (for the NanoC6) and apparently it's not in Micropython either. But there are examples for ESP-IDF. I'm no C guy, so this is a bit over my head.
Are there any plans and chances to see support for Zigbee end device in UFlow 2 (or Micropython for that matter)?