Hello,
I have a geiger counter esp32 which is outputting a telnet stream as follows:
CPS, 1, CPM, 13, uSv/hr, 0.07, SLOW
CPS, 0, CPM, 13, uSv/hr, 0.07, SLOW
CPS, 0, CPM, 13, uSv/hr, 0.07, SLOW
CPS, 0, CPM, 13, uSv/hr, 0.07, SLOW
CPS, 0, CPM, 13, uSv/hr, 0.07, SLOW
CPS, 0, CPM, 13, uSv/hr, 0.07, SLOW
I'm not a programmer and I would like to capture this as part of the data on my weather station running weewx (
grattans.org/wx). The esp32 also puts out an http stream on port 81. This seems like a simple task but I really don't know how to set it up. Could someone please offer a method and how to start?
Thanks in advance.
Bob