pi@raspberrypi:~/Adafruit-Raspberry-Pi-Python-Code/Adafruit_BMP085
$ sudo python Adafruit_BMP085_example.py
Temperature: 30.10 C
Pressure: 988.77 hPa
Altitude: 206.01 The following steps were:
https://tutorials-raspberrypi.com/raspberry-pi-and-i2c-air-pressure-sensor-bmp180/
Rename Adafruit_BMP085_example.py to : BMP180.py
a)Copy for user directory(Debian): /usr/share/weewx/user
b) Include in weewx.conf ....Engine...Services.....report_services = weewx.engine.StdPrint, weewx.engine.StdReport, user.BMP180.Barometer
sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start
Don´t work and Apache stop working! Any help? Tks!