Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support RuuvitagSensor first generations ruuvitags? I got an error #89

Closed
Swamplander opened this issue Dec 9, 2019 · 4 comments
Closed
Labels

Comments

@Swamplander
Copy link

Hi,
I have 1 working ruuvitag which are from early kickstarter time (FCC ID 2AKDDRUUVITAG), there is only temperature sensor inside.

I tried to find ruuvitags with RuuvitagSensor via Python (Windows) and I got next log:

MAC DU:MM:YD:AT:A9:3D
{'data_format': 2, 'temperature': 24.0, 'humidity': 30.0, 'pressure': 995.0, 'identifier': None}
MAC NO:TS:UP:PO:RT:ED
{'data_format': 2, 'temperature': 24.0, 'humidity': 30.0, 'pressure': 995.0, 'identifier': None}
Process finished with exit code 0

Is these some default values from RuuvitagSensor? Should this work with this early generation Ruuvitag as well? However I can't flash Weather station to my ruuvitag:(

I updated firmware version to 1.2.12 succesfully.

This ruuvitag works with ruuvi Station showing only temperature.

@Swamplander Swamplander added the bug label Dec 9, 2019
@ttu
Copy link
Owner

ttu commented Dec 10, 2019

Hi. Unfortunately this package only supports Linux. Windows and Mac support are only for testing data decoding.

I have been waiting for a working cross platform BLE library for Python, so could change the implementation to use that, but haven't found one yet.

@ttu ttu closed this as completed Dec 10, 2019
@Swamplander
Copy link
Author

Thanks for information! Kiitos tiedosta, täytynee sitten ottaa DIY projektiksi Raspberry pi, jonka kautta homman pitäisi toimia. Olisi ollut vain itselleni näppärä saada Windowsista toimimaan, kun tässä on asennettuna python IDE. Harmillista, jos ei ole hyvää BLE kirjastoa tarjolla Windows maailmaan.

@ttu
Copy link
Owner

ttu commented Dec 10, 2019

Itse olen käyttänyt samanlaista ympäristöä (Win + Pi). Kannattaa katsoa remote developement ssh:n yli esim.
´https://www.hanselman.com/blog/VisualStudioCodeRemoteDevelopmentOverSSHToARaspberryPiIsButter.aspx

Tai sitten vaan kehittää Windowsilla, kopioida uudet koodit pi:lle ja katsoa mihin kaatuu seuraavaksi :)

@Swamplander
Copy link
Author

Kiitos vinkistä:) Tuohan kuulostaa näppärältä:) Kyllähän minun koodit joka tapauksessa kaatuu, mutta jäisi välivaihe pois, jos koodit voisi siirtää remotella:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants