question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ruuvitags and InfluxDB 2

See original GitHub issue

Hi,

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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ttucommented, Feb 19, 2022

@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.

$ pip install wheel
$ pip install git+https://github.com/ttu/ruuvitag-sensor.git@migrate-rx-to-v3
1reaction
ttucommented, Jul 26, 2021

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?

$ pip install wheel
$ pip install git+https://github.com/ttu/ruuvitag-sensor.git@migrate-rx-to-v3
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found