X-Git-Url: http://git.rot13.org/?p=air-quality;a=blobdiff_plain;f=mh-z19b.pl;fp=mh-z19b.pl;h=90764149c4b8e0d0731cdf7c771fa867ac407480;hp=8307838938b064d1361a93e8976d24db38fa9317;hb=9c27794df65d335b028e0feb2d7783f7ec8a6014;hpb=c2240722beacb995b93da993a446348f8571f23d diff --git a/mh-z19b.pl b/mh-z19b.pl index 8307838..9076414 100755 --- a/mh-z19b.pl +++ b/mh-z19b.pl @@ -7,7 +7,7 @@ use Time::HiRes; use Data::Dump qw(dump); my $port = shift @ARGV || '/dev/serial/by-path/platform-3f980000.usb-usb-0:1.5:1.2'; -my $influx_url = shift @ARGV || 'http://10.13.37.92:8086/write?consistency=any&db=rot13'; +my $influx_url = shift @ARGV || 'http://10.60.0.92:8086/write?consistency=any&db=rot13'; my $s = new Device::SerialPort( $port ) || die $!; $s->baudrate(9600);