• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Possible to display temperature from another area?

Scheduled Pinned Locked Moved General Discussion
7 Posts 3 Posters 844 Views 3 Watching
Loading More Posts
  • 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.
  • C Offline
    Cliff365
    last edited by Aug 23, 2023, 3:50 PM

    We have two MM’s, one in the kitchen and one downstairs. The downstairs MM doesn’t have to be involved, only if it makes things easier.

    What I would like to do is display the basement temperature on the kitchen MM. Is this possible somehow?

    S A 2 Replies Last reply Aug 23, 2023, 4:12 PM Reply Quote 0
    • S Away
      sdetweil @Cliff365
      last edited by Aug 23, 2023, 4:12 PM

      @Cliff365 what is the sensor reading the temp

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Aug 23, 2023, 8:07 PM Reply Quote 0
      • C Offline
        Cliff365 @sdetweil
        last edited by Aug 23, 2023, 8:07 PM

        @sdetweil I have nothing right now, as I don’t know what type of sensor could send the temperature upstairs.

        S 1 Reply Last reply Aug 23, 2023, 8:13 PM Reply Quote 0
        • S Away
          sdetweil @Cliff365
          last edited by sdetweil Aug 23, 2023, 8:14 PM Aug 23, 2023, 8:13 PM

          @Cliff365 well, the mqtt type communications sends via a shared queue. many sensors use that, or can be attached to hardware that can do that… I have some temp/humiduty DHT-22 connected to ESP8266 processor boards to send data… because of the queue timing is not so critical, data doesn’t get lost

          an example

          https://cedalo.com/blog/how-to-use-mqtt-on-esp8266/
          https://www.youtube.com/watch?v=c1st5cVRRzo

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 1
          • A Offline
            ankonaskiff17 @Cliff365
            last edited by ankonaskiff17 Aug 27, 2023, 4:47 AM Aug 27, 2023, 4:45 AM

            @Cliff365 Sparkfun puts out a couple of devices, one is called an Endpoint and the other is called a midpoint and each type of device is made to use QWIIC connectors which is some sort of JST connector but the end point and midpoint also has an ethernet plug.
            You daisy chain sensors from an endpoint/midpoint then get an ethernet cable plug it in and plug in other end to you Pi’s ethernet plug.
            Hardwired because of the ethernet but supposed to be able to handle some pretty good distances.
            Only works with I2C

            C 1 Reply Last reply Aug 29, 2023, 2:11 AM Reply Quote 0
            • C Offline
              Cliff365 @ankonaskiff17
              last edited by Aug 29, 2023, 2:11 AM

              @ankonaskiff17 thanks! I will take a look.

              A 1 Reply Last reply Aug 29, 2023, 11:10 PM Reply Quote 0
              • A Offline
                ankonaskiff17 @Cliff365
                last edited by ankonaskiff17 Aug 29, 2023, 11:35 PM Aug 29, 2023, 11:10 PM

                @Cliff365 Pretty straight-forward. I have Pi 4 connected to an Endpoint to connect 3.3V, Grd, SDA, SCL.
                From Enpoint I have a short ethernet cable to the Midpoint then another short ethernet cable to my 2nd Endpoint.

                The description and functionality on Sparkfun’s site made it sound more complicated than it was in real life,

                The Endpoints and Midpoints each have QWIIC female plugs and with I2C you can daisy chain multiple sensors together. You just have to be mindful of the device addresses.
                I’m using duplicate sensors for temperature, barometric pressure, humidity for Indoor vs Outdoor readings. 1 sensor captures all 3 readings but it also has a solderable jumper pad to resolve the address issue.

                The purpose of the Sparkfun devices is to give you the ability to transmit I2C data over some pretty good distances. Like 100+ ft.

                They explain how they get that amount of distance but way over my electronics hardware pay grade.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  5/7
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy