I am currently running HA, but I've decided to try openHAB, because the and its separation from physical view on things, which is described in , fits more the reality.
I did setup openHAB, Mosquitto and Zigbee2MQTT for experimentation, using another ZigBee stick, and successfully created a thing and item, and locations.
However, configuration is quite a tedious process. And, I love to store the configuration containing my decisions of how things should be in versioned fashion using git.
Is it possible to have workflow like this:
-
configure things in GUI (experimentation part),
-
export the configuration to text,
-
store (verify differences) in git,
-
direct text config edit:
-
do manual edit (i.e. massive search & replace),
-
or add things textually (i.e. copy paste of some pattern),
-
or even generate things for patterns,
-
load back to openHAB,
-
store in git if all works.
I haven't found an export option.