Re: [weewx-user] Re: WeeWx and Aercus Weather Ranger

2017-09-18 Thread 'gilles ROSZAK' via weewx-user
Everythings is working well now thanks a lot to you for your help

-- 
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] Re: WeeWx and Aercus Weather Ranger

2017-09-14 Thread Glenn McKechnie
Ah, that would mean a log.

Restart weewx and post the full log between your next  restart start and
the stop, that's when it fails.

Doesn't matter the size of the log, just attach it all to your post. With
that information, soemone may be able to spot the problem.




Cheers
 Glenn

rorpi - read only raspberry pi + weewx: now with scripts


On 14 September 2017 at 20:19, 'gilles ROSZAK' via weewx-user <
weewx-user@googlegroups.com> wrote:

> OK now it's working thanks a lot.
> But there is another problem.
> When weewx is catching up the data, after may be 40 seconds the processus
> stop and i have to restart weewx  any ideas !!!
>
> --
> 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.
>

-- 
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] Re: WeeWx and Aercus Weather Ranger

2017-09-14 Thread 'gilles ROSZAK' via weewx-user
OK now it's working thanks a lot. 
But there is another problem.
When weewx is catching up the data, after may be 40 seconds the processus stop 
and i have to restart weewx  any ideas !!!

-- 
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] Re: WeeWx and Aercus Weather Ranger

2017-09-13 Thread Glenn McKechnie
In the absence of someone actually familiar with the driver.
Then going by the readme at  https://github.com/AussieSusan/HP1000 , it
looks like it's the broadcast address of your computer.

You can find it by using the command ' ip a '  where it will be returned
on the inet line after the brd label
eg: inet 192.168.0.100/24 brd 192.168.0.255 scope global eth0

or you can use ' ifconfig ' (you need to use sudo ifconfig, or be the root
user for that command) where it will be listed at the end of the inet
line,  after the broadcast label
eg: inet 192.168.0.100  netmask 255.255.255.0  broadcast 192.168.0.255

So for this computer and its interface of eth0, it's 192.168.0.255
which by the drivers instructions becomes

ip_address_mask = "192.168.0.255"

Those are the steps to find yours, substitute as required.




Cheers
 Glenn

rorpi - read only raspberry pi + weewx: now with scripts


On 14 September 2017 at 05:01, 'gilles ROSZAK' via weewx-user <
weewx-user@googlegroups.com> wrote:

> I installed today the HP.1000 driver of aussiesusan but the syslog report
> an error :
>
> pi@raspberrypi:~ $ su
> Mot de passe :
> root@raspberrypi:/home/pi# sudo /etc/init.d/weewx start
> [ ok ] Starting weewx (via systemctl): weewx.service.
> root@raspberrypi:/home/pi# sudo tail -f /var/log/syslog
> Sep 13 20:46:56 raspberrypi weewx[1880]: engine: Locale is 'fr_FR.UTF-8'
> Sep 13 20:46:56 raspberrypi weewx[1880]: engine: pid file is
> /var/run/weewx.pid
> Sep 13 20:46:56 raspberrypi weewx[1869]: Starting weewx weather system:
> weewx.
> Sep 13 20:46:56 raspberrypi systemd[1]: Started LSB: weewx weather system.
> Sep 13 20:46:57 raspberrypi weewx[1884]: engine: Using configuration file
> /etc/weewx/weewx.conf
> Sep 13 20:46:57 raspberrypi weewx[1884]: engine: Loading station type
> HP1000 (user.HP1000)
> Sep 13 20:46:57 raspberrypi weewx[1884]: HP1000: HP1000 Starting
> Sep 13 20:46:57 raspberrypi weewx[1884]: import of driver failed: Required
> parameter 'ip_address_mask' has not been specified or could not be
> determined ()
> Sep 13 20:46:57 raspberrypi weewx[1884]: engine: Unable to load driver:
> Required parameter 'ip_address_mask' has not been specified or could not be
> determined
> Sep 13 20:46:57 raspberrypi weewx[1884]:   Exiting...
> Somebody can help  ?
> I don't know how to find the ip_address_mask and how to put it
>
> --
> 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.
>

-- 
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: WeeWx and Aercus Weather Ranger

2017-09-13 Thread 'gilles ROSZAK' via weewx-user
I installed today the HP.1000 driver of aussiesusan but the syslog report an 
error : 

pi@raspberrypi:~ $ su
Mot de passe : 
root@raspberrypi:/home/pi# sudo /etc/init.d/weewx start
[ ok ] Starting weewx (via systemctl): weewx.service.
root@raspberrypi:/home/pi# sudo tail -f /var/log/syslog
Sep 13 20:46:56 raspberrypi weewx[1880]: engine: Locale is 'fr_FR.UTF-8'
Sep 13 20:46:56 raspberrypi weewx[1880]: engine: pid file is /var/run/weewx.pid
Sep 13 20:46:56 raspberrypi weewx[1869]: Starting weewx weather system: weewx.
Sep 13 20:46:56 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 13 20:46:57 raspberrypi weewx[1884]: engine: Using configuration file 
/etc/weewx/weewx.conf
Sep 13 20:46:57 raspberrypi weewx[1884]: engine: Loading station type HP1000 
(user.HP1000)
Sep 13 20:46:57 raspberrypi weewx[1884]: HP1000: HP1000 Starting
Sep 13 20:46:57 raspberrypi weewx[1884]: import of driver failed: Required 
parameter 'ip_address_mask' has not been specified or could not be determined 
()
Sep 13 20:46:57 raspberrypi weewx[1884]: engine: Unable to load driver: 
Required parameter 'ip_address_mask' has not been specified or could not be 
determined
Sep 13 20:46:57 raspberrypi weewx[1884]:   Exiting...
Somebody can help  ?
I don't know how to find the ip_address_mask and how to put it

-- 
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.