> > DSL Router is address 192.168.254.254 > > Smart Hub is connected directly to the router using address 192.168.254.4 > > Raspberry Pi is connected to router via wifi using address 192.168.254.41 > > On the router I have DNS entries for hubcap.myacurite.com and > www.acu-link.com both pointed to 192.168.254.41 >
excellent! what do you see when you open a web browser and enter the url http://hubapi.myacurite.com or http://www.acu-link.com? you need to use port 80 for the interceptor, not port 8000. if you are already running a web server on port 80 on the rpi, then you must either: option 1: set up a reverse proxy on the pi so that the existing web server sends acurite requests to the interceptor on port 8000 OR option 2: run the web server on some other port, say 8080, and run the interceptor on port 80 finally, the smarthub web page shows a firmware version of 224, not 126. so you should remove the 'firmware_version=126' directive from the interceptor configuration. btw, it is odd to see the old-style smarthub web page with a new (224) firmware version. but my first-hand sample size with smarthubs is rather small (5 or 6) so it is quite possible that there are combinations of boot firmware or application firmware that result in the old-style web page. if there are other smarthub users out there who could post a screen shot of their smarthub web page, that would help us figure it out. m -- 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]. For more options, visit https://groups.google.com/d/optout.
