TasmoHAB - What's missing? What's coming next?

@pap166 there are three ways you can approach this:

  1. Enable Home Assistant discovery on tasmota / zigbee2mqtt + mqtt.homeassistant on the openhab side
  2. Use a system like TasmoHAB (I’m not quite familiar with it, but it was based on a utility that I made), or template based generators like this Another Things and Items file Generator - Setup, Configuration and Use / Items & Sitemaps - openHAB Community
  3. Create your items in code / scripting, e.g. JSScripting and JRuby have full support for creating Things, defining Channels, Items, etc. The advantage of this is the sky is the limit when it comes to flexibility, because you can directly use programming constructs like loops, inheritance, etc to build your things/items. The downside is it’s more complex to get started and there’s no “standard” way of doing it.

I’m on the (2) and (3) camp.

1 Like