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

Radonwave.py #3

Open
ghost opened this issue Oct 15, 2018 · 3 comments
Open

Radonwave.py #3

ghost opened this issue Oct 15, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 15, 2018

Hi,

Sorry for a beginner question.
I have bought a Rasberry Pi and installed the things described on Airthings site.

Now I have followed your guide but I never get or install the radonwave.py file on the Rasberry Pi and therefore also fail the last step where I read from the MAC address.

How to I install the .py script on the Rasberry pi?

Best regards,
Peter

@marcelm
Copy link
Owner

marcelm commented Oct 15, 2018

Hi, yes, I did not mention in the instructions how to actually get the script. I’ll need to add it. In the meantime, try this command to get the script:

wget https://raw.githubusercontent.com/marcelm/radonwave/master/radonwave.py

If you do not have wget installed, then try this instead:

curl -o radonwave.py https://raw.githubusercontent.com/marcelm/radonwave/master/radonwave.py

As I describe in the readme: The script is not that user-friendly at the moment. It will at the moment just print the values to the screen every 20 minutes, but not save it anywhere. Here is how you can create a table:

env/bin/python3 radonwave.py ADDRESS | tee -a radonlevels.tab

I will try to also document this better when I have time.

@ghost
Copy link
Author

ghost commented Oct 15, 2018 via email

@marcelm
Copy link
Owner

marcelm commented Oct 15, 2018

The radonwave.py script does not upload anything.

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

No branches or pull requests

1 participant