Weatherstation/Weatherstation Talk: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " == Slide 1 Who == ; Speaker David THornton I play a tech enthusiast on TV. : Sysadmin / Devops/ SRE / Scientist / Statitician / Breaker of things Weather stations == Slide 2 Idea == Idea: COllect data about "this old house". Temerature Humidity Also collect air pressure data to better understand various physiological resonses. Use linux, use IOT. == Slide 3 THe idea == Some sensors sprinkled around the house so I can make a "data picture" of the house. Learn...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Slide 1 Who == | == Slide 1 Who / What == | ||
; Speaker David | ; Speaker David Thornton | ||
: Sysadmin / | : I play a tech enthusiast on TV. | ||
: Sysadmin / DevOps/ SRE / Scientist / Statistician / Breaker of things | |||
My work to make an environmental sensor network in / on / around my house. | |||
== Slide 2 Idea and Goal == | |||
Collect data about "this old house". | |||
* Temperature | |||
* Humidity | |||
Also collect air pressure data to better understand various physiological responses. | |||
Side goals / means: | |||
* Use Linux | |||
* Use Arduino | |||
* Use IOT - Internet of Things, i.e. small devices, smaller than a PC. | |||
* Be visual | |||
* Collect data over time. | |||
* Be secure | |||
== Slide 3 The plan == | |||
this | |||
I have implemented this using MQTT ( push ) | |||
But I settled on a prometheus http polling pattern ( Pull ). | |||
{| class="wikitable sortable" | |||
|- | |||
!! !! Pull/Pol !! Push | |||
|- | |||
| Pro | |||
|| | |||
* detect down | |||
* central control / config | |||
|| | |||
* one | |||
* two | |||
|- | |||
| Contra | |||
|| | |||
* IOT device listening all the time , power consumption | |||
* two | |||
|| | |||
* low power, device can sleep between data collection , push events. | |||
|- | |||
|} | |||
== Slide 4 The Hardware == | |||
== Slide 5 The Endpoint == | |||
== Slide 6 The Endpoint == |
Latest revision as of 21:47, 4 September 2023
Slide 1 Who / What
- Speaker David Thornton
- I play a tech enthusiast on TV.
- Sysadmin / DevOps/ SRE / Scientist / Statistician / Breaker of things
My work to make an environmental sensor network in / on / around my house.
Slide 2 Idea and Goal
Collect data about "this old house".
- Temperature
- Humidity
Also collect air pressure data to better understand various physiological responses.
Side goals / means:
- Use Linux
- Use Arduino
- Use IOT - Internet of Things, i.e. small devices, smaller than a PC.
- Be visual
- Collect data over time.
- Be secure
Slide 3 The plan
this
I have implemented this using MQTT ( push ) But I settled on a prometheus http polling pattern ( Pull ).
! | Pull/Pol | Push |
---|---|---|
Pro |
|
|
Contra |
|
|