[weewx-user] Re: rapidfire work on usb conected acurite display and 5-1 sensor?

2016-08-16 Thread Jimmy r
Thanks for the info, looks like using the bridge instead of USB has the 
same issue. I was using a windows computer for a few years with the kevin 
key's Acu-Link to Weather 
Underground 
http://kevin-key.blogspot.com/2013/11/app-that-reads-data-from-acu-link.html 
using this it was sending rapid fire, don't know how he had it dealing with 
the partial packets though but it worked. we had a bad lightening strike 
that took out a bunch of stuff in the house so i rebuilt using the 
raspberry instead of fixing the pc.

On Tuesday, August 16, 2016 at 5:08:51 PM UTC-5, mwall wrote:
>
>
>
> On Tuesday, August 16, 2016 at 2:49:18 PM UTC-4, Jimmy r wrote:
>>
>> I have rapid fire turned on in the config file but when i look at 
>> wunderground there is data missing. Is rapidfire with this setup working? 
>> with rapidfire turned off it seems to be working.
>>
>> https://www.wunderground.com/personal-weather-station/dashboard?ID=KLAHOUMA6#history
>>
>
> hi jimmy,
>
> the acurite stations send partial packets.  unfortunately, wu rapidfire 
> does not work with partial packets.
>
> a solution has been discussed: make the wu restful service cache data.  
> see this issue for details:
>
> https://github.com/weewx/weewx/issues/31
>
> however, this solution has not yet been implemented.
>
> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Apache2 setup new install of weewx

2016-08-14 Thread Jimmy r
page is loading now (thanks!) but the images don't show up just 
placeholders.

i edited the file again like you stated below
OK, Getting closer.

I copied the 2.2 config file as the example, it should have been the
2.4. So make the changes to reflect the 2.4 version

ie:

Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
# for apache 2.2
# Order allow,deny
# Allow from all
# for apache 2.4
  Require all granted


On Saturday, August 13, 2016 at 9:16:58 PM UTC-5, Jimmy r wrote:
>
> Getting The requested URL /weewx was not found on this server.. Trying to 
> figure out what is wrong. the default Apache webpage shows up at 
> http://192.168.1.129/
>
> config.d
> alias /weewx /home/weewx/public_html
> 
>   Options FollowSymlinks
>   AllowOverride None
> # for apache 2.2
>   Order allow,deny
>   Allow from all
> # for apache 2.4
> #  Require all granted
> 
>
> checked and index.html is in  /home/weewx/public_html
>
> permissions on index.html
>  -rw-r--r--  1 root  root  11152 Aug 14 02:05 index.html
>
> any help would be great
>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Apache2 setup new install of weewx

2016-08-14 Thread Jimmy r
pi@raspberrypi:/var/www/html $ dir
index.html


pi@raspberrypi:/etc/apache2/conf-enabled $ dir
charset.confother-vhosts-access-log.conf  serve-cgi-bin.conf
localized-error-pages.conf  security.conf
pi@raspberrypi:/etc/apache2/conf-enabled $


On Sun, Aug 14, 2016 at 6:15 PM, Glenn McKechnie 
wrote:

> Hmmm,
>
> List your apache root directory contents - probably under
> /var/www/html  There should be no visible link to weewx, no symlink,
> no directory. If there is then move it aside (rename it) and restart
>
> Then list your /etc/apache2 contents, in particular the
> /etc/apache2/conf-enabled contents
>
>
>
> Cheers
>  Glenn
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/Ekld1QtEgKo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Apache2 setup new install of weewx

2016-08-14 Thread Jimmy r
same results page not found


Alias /weewx /home/weewx/public_html

  Options FollowSymlinks
  AllowOverride None
# for apache 2.2
# Order allow,deny
# Allow from all
# for apache 2.4
  Require all granted




[Sun Aug 14 23:02:11.449573 2016] [mpm_event:notice] [pid 621:tid 
1996025856] AH00491: caught SIGTERM, shutting down
[Sun Aug 14 23:02:11.867279 2016] [mpm_event:notice] [pid 1543:tid 
1995386880] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal 
operations
[Sun Aug 14 23:02:11.867896 2016] [core:notice] [pid 1543:tid 1995386880] 
AH00094: Command line: '/usr/sbin/apache2'


On Sunday, August 14, 2016 at 5:59:32 PM UTC-5, Glenn McKechnie wrote:
>
> > [Sun Aug 14 03:23:35.441406 2016] [mpm_event:notice] [pid 621:tid 
> > 1996025856] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming 
> normal 
>
>
> Ah!  Apache/2.4.10 
>
> Try commenting out the 2.2 line and enabling the 2.4 then restart apache2 
> . 
>
> ie: 
> config.d 
> alias /weewx /home/weewx/public_html 
>  
>   Options FollowSymlinks 
>   AllowOverride None 
> # for apache 2.2 
> # Order allow,deny 
> # Allow from all 
> # for apache 2.4 
>   Require all granted 
>  
>
> Hopefully that will be enough (although the config.d still bothers me :-) 
>
> -- 
>
> Cheers 
>  Glenn 
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.