I'd been tinkering with some cheap Zigbee sensors, just discovering how they
work, learning about Zigbee and MQTT. As the one of the sensors covered
humidity, temperature and pressure, it seemed a good idea to put the acquired
data into weewx. A bit of Python to grab the data and stick it into fileparse,
and it all worked nicely, a tribute to weewx.
Another sensor is a light sensor, so I'm now trying to add that to the weewx
Seasons report. Until I sort wind/rain sensors, I could do with dropping those
items from the Seasons report. I've perused the weewx customisation guide but
it is slow going and I wonder whether there is a tutorial for modding reports
somewhere ? If not, I'm sure I'll get there by trial/error evetually.