Got my first weather station for Christmas (Ambient 2902d). I've waded through docs and gotten data streaming to Weather Underground. I'd like to get data going into my local MariaDB (MySQL) database, and to CWOP. I'm trying the weemx install into a Virtual Machine running Ubuntu server 22.4.3 using the .deb approach. Couple of questions:
1. Is Interceptor still the best way to get data off the station into my local environment? GitHub - matthewwall/weewx-interceptor: weewx driver that intercepts web traffic from internet 'bridge' devices such as Acurite Access, ObserverIP, OS LW30x, LaCross GW1000U, FineOffset GW1000 <https://github.com/matthewwall/weewx-interceptor> 2. Executing wee_extension to install interceptor complains about python not being available. What is the accepted way of addressing this? Aliasing Python2 -> Python3 seems wrong. jcz@weewx:~$ echo $PATH /usr/share/weewx:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin jcz@weewx:~$ wee_extension /usr/bin/env: ‘python’: No such file or directory TIA. Any suggestions about anything would be appreciated. Bracing for more troubleshooting. -- 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/5a822117-927a-4621-8d82-3bed98788191n%40googlegroups.com.
