jmltech <[email protected]> writes: > Has anyone tried using sensorpush or other wifi type temperature sensors for > remote monitoring with Weewx? > I’m looking to monitor temperature and humidity for a remote building > and RV. I believe sensorpush has an api, but haven’t looked into how > to retrieve the data. The outbuilding is a little too far for z-wave, > But i can get a decent wifi signal from my house.
With a zwave repeater in the right place, it might work. I have not measured zwave vs wifi range, but would expect 915 MHz to do a bit better than 2.4Ghz. I am using an ESP8266 with a Si7021, running nodemcu and a bit of lua code, to read temp/humidity and push to mqtt. I am using Home Assistant, but it seems clear that weewx's MQTTSubcsribe extension works to get this into weewx. There's also ESPhome, and I suspect bridging ESPhome's MQTT output to weewx isn't that hard, for some value of hard. Apparently there is a lot of info on the internet about reflashing sonos devices (tasmota, esphome) for local use with MQTT. https://esphome.io/devices/nodemcu_esp8266.html -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/rmio8za1wxn.fsf%40s1.lexort.com.
