Ruuvitags and InfluxDB 2
See original GitHub issueHi,
I was following the examples for InfluxDB and tried to adapt them with InfluxDB 2 (which I prefer over 1.x).
I got it working to a point where it received only 1 transmission per RuuviTag.
I noticed that without setting proper dependency requirements to my project, pip installed old versions of both ruuvitag-sensor
and influxdb-client
libraries (since they are the only ones that support same dependencies).
The conflicting dependency is rx
. influxdb-client
only supports rx>=3.0.1
down to the oldest version.
Is there any chance that this library would at some point start to support rx
version 3?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
dronir/RuuviTagInflux: RuuviTag upload to InfluxDB - GitHub
My personal take on a simple Python program that listens to a bunch of RuuviTag devices and uploads the data to an InfluxDB...
Read more >Transfer the data measured by ruuviTag to my influxDB ...
How can I directly transfer the data measured by ruuviTag to my influxDB database? I only have one ruuviTag at present.
Read more >Showing temperature and humidity data with Ruuvitags and ...
The Ruuvi tag(s) will broadcast sensor data over Bluetooth. The Raspberry Pi will listen and capture, and save the data in an InfluxDB...
Read more >Rapid IoT Prototyping with Google Cloud Platform, RuuviTags ...
Rapid IoT Prototyping with Google Cloud Platform, RuuviTags and InfluxDB Cloud 2.0. Many of our ML projects are based on IoT data.
Read more >RuuviTag with C.H.I.P - BLE - Node-RED - InfluxDB and Grafana
It is a small Bluetooth BLE device which contains a few sensors, including temperature, relative air humidity, air pressure and acceleration.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gehwissenlos Hi and sorry for the delay with this update.
There are few examples that need to be updated, but more importantly I need to release 1.2.1 with Python 2 support and then will merge this and release version 2.0.
I updated the
migrate-rx-to-v3
-brach, so you can use that while waiting for v2.0 release.Hi!
Yes, here is open PR for that I need to finish https://github.com/ttu/ruuvitag-sensor/pull/130
It would be helpful if you could install the updated version straight from GitHub and try it out?