<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>www.rusinov.ie (Posts about netatmo)</title><link>https://www.rusinov.ie/</link><description></description><atom:link href="/en/tags/netatmo.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:vladimir.rusinov@gmail.com"&gt;Vladimir Rusinov&lt;/a&gt; </copyright><lastBuildDate>Fri, 06 Feb 2026 07:19:27 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Hardware-ish project: Display for Netatmo Weather Station</title><link>/en/posts/2023/hardware-ish-project-display-for-netatmo-weather-station/</link><dc:creator>Vladimir Rusinov</dc:creator><description>&lt;p&gt;I've finally &lt;a href="https://github.com/vrusinov/co2_monitors/tree/main/netatmo_esphome_m5stickc_display"&gt;published&lt;/a&gt; a small project: ESPHome-powered display for the &lt;a href="https://www.netatmo.com/en-gb/weather/weatherstation"&gt;Netatmo weather station&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="/posts/2023/netatmo_co2_monitor_original.jpg"&gt;&lt;img src="/posts/2023/netatmo_co2_monitor.jpg" alt="Netatmo CO2 monitor" width="1532" height="1136" style="max-width: 100%; height: auto"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is ESPHome-based display for Netatmo weather station. The primary goal is to display indoors CO2 concerntation in my home office so that I know when to open a window. Or when to close and hopefully save some money on heating.&lt;/p&gt;
&lt;p&gt;The device itself is not a CO2 monitor and requires Netatmo to be working with HomeAssistant.&lt;/p&gt;
&lt;script type="module"&gt;
  import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
  mermaid.initialize({ startOnLoad: true });
&lt;/script&gt;

&lt;pre class="mermaid"&gt;
graph LR
    subgraph Internet
        NC([netatmo.com])
    end
    subgraph Home
        Netatmo[(Netatmo Weather Station fa:fa-cloud)]
        HomeAssistant[HomeAssistant fa:fa-house]
        Display[CO2 Display fa:fa-display]
    end

    click Netatmo https://www.netatmo.com/en-gb/weather/weatherstation
    click NC https://my.netatmo.com/
    click HomeAssistant https://www.home-assistant.io/

    Netatmo--&amp;gt;Internet
    Internet--&amp;gt;HomeAssistant
    HomeAssistant-- Wi-Fi --&amp;gt;Display
&lt;/pre&gt;

&lt;p&gt;Find it here: &lt;a href="https://github.com/vrusinov/co2_monitors/tree/main/netatmo_esphome_m5stickc_display"&gt;https://github.com/vrusinov/co2_monitors/tree/main/netatmo_esphome_m5stickc_display&lt;/a&gt;&lt;/p&gt;</description><category>hardware</category><category>home</category><category>netatmo</category><guid>/en/posts/2023/hardware-ish-project-display-for-netatmo-weather-station/</guid><pubDate>Sun, 21 May 2023 19:30:46 GMT</pubDate></item></channel></rss>