On Monday, January 22, 2024 at 2:46:51 AM UTC-5 [email protected] wrote:
I setup Weewx 3.9.1 about 6yrs ago when Acurite dropped support for their SmartHub, and haven't upgraded since. Recently I moved home and lost a sensor in one of the packing boxes and then found it again after the battery had been flat for almost 6 months. It displays temperature and humidity and the repeater flickers when it transmits, but weewx is not recording any data for that sensor ID#. Acurite gave instructions on how to register a sensor, but as the turned off the server that support SmartHubs I can't do that https://support.acurite.com/hc/en-us/articles/360021588913-Add-a-Sensor-to-the-My-AcuRite-Dashboard- those instructions are for adding a sensor to your dashboard hosted at acurite. it has been awhile, but i am pretty sure that you do not have to do anything on the acurite bridge/smarthub - it just picks up nearby sensors. you can check the bridge/smarthub by going to its website directly - use your router or a network tool to find it on your local network, then view it in a web browser. I found these instructions for weewx but I'm getting errors when I try to sniff https://github.com/matthewwall/weewx-interceptor [root]# PYTHONPATH=bin python /usr/share/weewx/user/interceptor.py --conf=/etc/weewx/weewx.conf --device=acurite-bridge --mode=sniff --iface=ens3 --filter="src XXX.XXX.XXX.XXX and dst port 80" Traceback (most recent call last): File "/usr/share/weewx/user/interceptor.py", line 212, in <module> import weewx.drivers ImportError: No module named weewx.drivers assuming that you are using a debian install, you should use this for the PYTHONPATH: PYTHONPATH=/usr/share/weewx for the acurite bridge/smarthub, you do not want sniff mode. that only works when the acurite servers are functioning, and those went offline years ago. now you have to make intercepter become the acurite server, by putting it in listen mode. you will also have to configure the dns on your lan so that the bridge/smarthub thinks that the computer running weewx/interceptor is the acurite server. this has details: https://github.com/weewx/weewx/wiki/acuritebridge -- 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/53454a83-9e03-409f-9e97-776e86132812n%40googlegroups.com.
