From ca3931da44efe231b31a9c183fc4ba41392d3236 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 4 Apr 2020 04:11:26 +0200 Subject: [PATCH] fhem: rm debug output --- fhem/scrape.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/fhem/scrape.rb b/fhem/scrape.rb index 8733334..cca5fab 100644 --- a/fhem/scrape.rb +++ b/fhem/scrape.rb @@ -35,7 +35,6 @@ doc.css('.roomoverview tr').each do |row| }) end end -pp points db = InfluxDB::Client.new(url: "http://grafana.hq.c3d2.de:8086/iot") db.write_points points, 'm'