Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. My Project
  3. MySensors Network at a High School Farm

MySensors Network at a High School Farm

Scheduled Pinned Locked Moved My Project
11 Posts 5 Posters 6.4k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • bpairB Offline
    bpairB Offline
    bpair
    wrote on last edited by
    #1

    I have been creating a sensor network at a local high school and the mysensors project is basically what makes it possible. I just launched a website on amazon documenting some of what is deployed with live graphs.

    http://growing.education/index.php/farm-monitoring-and-automation/garinger-sensor-network/

    At this point we are mainly just monitoring and collecting data, so my controller is a very simple node-red installation that saves data locally and transmits data via MQTT to mosquitto runing on an Amazon EC2 instance. Another installation of node-red again saves data to InfluxDB and Grafana displays the data very nicely.

    OpenSourceW.png

    We have three active nodes. One sensebender node running off battery and another solar powered node. A sample of the graphing is below. Check it out. The site is new so I suspect there are many typos and broken links. Thanks again to this community for helping me.

    Grafana - GHS.png

    1 Reply Last reply
    8
    • H Offline
      H Offline
      HarryDutch
      wrote on last edited by
      #2

      Wow! What a great project. It's on the top of my list now. Thanks!!

      1 Reply Last reply
      0
      • YveauxY Offline
        YveauxY Offline
        Yveaux
        Mod
        wrote on last edited by
        #3

        @bpair Your setup is comparable to the one I'm running at home. I only have MQTT inbetween the MySensors network and Node-RED, and only one Node-RED instance which directly posts to InfluxDB, running locally.
        Especially Grafana is simply awesome and has been the only graphing tool capable of serving all my needs.
        Thanks for sharing!

        http://yveaux.blogspot.nl

        A bpairB 2 Replies Last reply
        0
        • YveauxY Yveaux

          @bpair Your setup is comparable to the one I'm running at home. I only have MQTT inbetween the MySensors network and Node-RED, and only one Node-RED instance which directly posts to InfluxDB, running locally.
          Especially Grafana is simply awesome and has been the only graphing tool capable of serving all my needs.
          Thanks for sharing!

          A Offline
          A Offline
          andriej
          wrote on last edited by
          #4

          @Yveaux what controller do you use?
          I currently have domoticz and I'm wondering about getting it somehow to system.

          :-)

          YveauxY 1 Reply Last reply
          0
          • YveauxY Yveaux

            @bpair Your setup is comparable to the one I'm running at home. I only have MQTT inbetween the MySensors network and Node-RED, and only one Node-RED instance which directly posts to InfluxDB, running locally.
            Especially Grafana is simply awesome and has been the only graphing tool capable of serving all my needs.
            Thanks for sharing!

            bpairB Offline
            bpairB Offline
            bpair
            wrote on last edited by
            #5

            @Yveaux Yeah Grafana has been great. I would have something similar to your setup but the greenhouse only has a cell phone hotspot so I wanted to get the data out to the cloud with as little traffic as possible. Then display all the graphs from there (grafana on Amazon)

            YveauxY 1 Reply Last reply
            0
            • A andriej

              @Yveaux what controller do you use?
              I currently have domoticz and I'm wondering about getting it somehow to system.

              YveauxY Offline
              YveauxY Offline
              Yveaux
              Mod
              wrote on last edited by
              #6

              @andriej I experimented with various systems and settled with OpenHab, although I'm not very happy with it. I'm mostly monitoring at the moment so Grafana will do the trick.

              http://yveaux.blogspot.nl

              1 Reply Last reply
              0
              • bpairB bpair

                @Yveaux Yeah Grafana has been great. I would have something similar to your setup but the greenhouse only has a cell phone hotspot so I wanted to get the data out to the cloud with as little traffic as possible. Then display all the graphs from there (grafana on Amazon)

                YveauxY Offline
                YveauxY Offline
                Yveaux
                Mod
                wrote on last edited by
                #7

                @bpair it seems overkill to also store the data and run Grafana locally, but I can imagine this works for you.

                http://yveaux.blogspot.nl

                bpairB 1 Reply Last reply
                0
                • FotoFieberF Offline
                  FotoFieberF Offline
                  FotoFieber
                  Hardware Contributor
                  wrote on last edited by FotoFieber
                  #8

                  :+1:
                  @bpair What gateway-sketch (standard serial?) do you use with which version of mysensors?

                  My setup is quite similar (influx, node-red, grafana) but no cloud deployment. Most sensors are based on mysensors, but there are others (homematic with homegear and netatmo).

                  bpairB 1 Reply Last reply
                  0
                  • YveauxY Yveaux

                    @bpair it seems overkill to also store the data and run Grafana locally, but I can imagine this works for you.

                    bpairB Offline
                    bpairB Offline
                    bpair
                    wrote on last edited by
                    #9

                    @Yveaux The install in the greenhouse is basically because the internet connection is costly and not reliable. I have an old linux computer in teh greenhouse for the following reasons:

                    1. To save the date even if there is no internet
                    2. To display a nice dashboard on the computer in the greenhouse (looks impressive)
                    3. To allow students to look at the graphs locally without internet
                    1 Reply Last reply
                    0
                    • FotoFieberF FotoFieber

                      :+1:
                      @bpair What gateway-sketch (standard serial?) do you use with which version of mysensors?

                      My setup is quite similar (influx, node-red, grafana) but no cloud deployment. Most sensors are based on mysensors, but there are others (homematic with homegear and netatmo).

                      bpairB Offline
                      bpairB Offline
                      bpair
                      wrote on last edited by
                      #10

                      @FotoFieber Just the standard serial gateway. There is a nice node-red node for parsing mysensors serial data. I then have some basic code that recognizes the specific data, e.g. node 9 child 10 is the aquaponics water temperature, so that I can store more information in influxd to mak ethe graphs better.

                      I also have node-red respond to the metric/imperial question. That is basically it.

                      1 Reply Last reply
                      0
                      • bpairB Offline
                        bpairB Offline
                        bpair
                        wrote on last edited by
                        #11

                        And I just noticed the internet has been down at the greenhouse since early Saturday! More reason to have a local install.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        20

                        Online

                        11.7k

                        Users

                        11.2k

                        Topics

                        113.1k

                        Posts


                        Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • MySensors
                        • OpenHardware.io
                        • Categories
                        • Recent
                        • Tags
                        • Popular