kardoo / ruuvitag-scanner-scala

Collects RuuviTag measurements and stores into InfuxDB.
MIT License
0 stars 0 forks source link

Negative temperature values are being read as 327 degrees Celsius #1

Open ixevix opened 2 years ago

ixevix commented 2 years ago

I'm not that good at scala but can you check if the values are being saved correctly? I had a setup with Ruuvicollector and it collected the values properly https://github.com/Scrin/RuuviCollector

grafana_values

ixevix commented 2 years ago

Using this scala version on archlinux since the bluetooth tools hcidump etc are not available anymore so this is the only working Ruuvitag scanner.

kardoo commented 2 years ago

Will the python version suit you? I will not have time to debug it (nor negative temperatures)

ixevix commented 2 years ago

Which one is the python version?

ixevix commented 2 years ago

Actually I might be able to pull it off using debian and docker

ixevix commented 2 years ago

Yeah using this works as a workaround https://github.com/Scrin/RuuviCollector/blob/master/Dockerfile

kardoo commented 2 years ago

If needed I can commit a python version.

ixevix commented 2 years ago

I don't need it now, thanks.