Today's arrival: A 5-pack of ESP8266 with wifi and accompanying piggyback expander boards. Going to connect to my smart meter and see what comes out of that. Downside is that I probably will have to install Home Assistant too.
Shipping again was via OrangeConnex, and no protection racket was exercised by PostMord. 15 days from Shenzen. Small plastic bags with counterfeit goods from China is in style after being impractical for some time.
Having also tried my hand at this at my parents house, this is what I can report:
It initially started with my father dabbeling in "node red" - which is an unstable mess of a dumpster fire, we could not even get it installed more than once and it keeps crashing every 2-3 months, warranting a hard reset of the pi.
Having looked at FHEM (try this if you are already fluent at perl, if not: stay the fuck away) and
OpenHAB (could not get the hang of it at all) last christmas vacation, HA came out on top. It does not crash like node red from nothing.
ALL of these systems depend on you to understand theire way of describing automation flows, the way they group things and so on, but while not perfect HA was at least not undecipherable.
Zigbee clients in general need a lot less power than the wlan one's. In general the strength of open source home automation is
it is easy to add something to it.
Like, if you already have HA, adding an RPI zero with zigbee2mqtt and one of the recommended usb zigbee dongles opens up a world of compatible devices. (e.g. Philips hue, Ikea tradfri, chinese led strip controllers...)
Adding a reciever for enocean allows for touch-powered (battery-less) switches (stay away from there power hungry, hard to teach in actors!).
After getting it running initially, adding something onto it is often just a weekend's day away.
Think very hard if you want HA within a docker container - that allows for easy adding stuff like signal-message integration (that come as additional docker containers) or running it directly on a linux box (better performance, less moving parts, but good help you, if you decide you want one of the docker-contained addons).
This is but the first step of a long journey, but
and keep
IMHO the direction is good