actively request telegram
Plan for actively requesting telegram from parsivel
changes
- enable pooling mode
CS/P
- request the telegram
CS/R
and will give you the telegram 500 miliseconds later - add field 61 to the end of
parsivel_set_telegram_list
- loop every minute (can still be a while loop, but time is checked to see if a new minute has start, so a new request can be sent)
- separate F61 to another CSV
refactoring
- L46-48 creates CSV headers can be outside the loop as headers do not change
- F61 onwards is what needs to change
method
- change reset_parsivel.py fool pooling more & reset Parsivel
- write simple script that requests telegram
- write slip of Timestamp + F61 columns into a separate CSV
- write the main loop that runs the telegram request at the start of every minute
/CC @mschleiss /CC @rmackenzie
Edited by Andre Castro