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 <https://github.com/glennmckechnie/rorpi-raspberrypi> On 14 September 2017 at 05:01, 'gilles ROSZAK' via weewx-user < [email protected]> 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 (<type 'exceptions.Exception'>) > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
