• 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.

Wireless temperature sensor module ?.

Scheduled Pinned Locked Moved Hardware
3 Posts 3 Posters 838 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.
  • J Offline
    jackyjoy123
    last edited by Feb 17, 2021, 11:34 AM

    Hello,

    I’m create my first magic mirror.
    I’ve find in the 3rd party module list a nice module with the name “MMM-temp-ds18b20”.
    My problem is that I don’t know how I can realize this. Because to practise this nice idea I need some wireless modules which send the temperature information to the Raspberry Pi.

    Maybe someone of you has do this in former times and can gave me some tips?

    thanks
    jackyjoy

    S W 2 Replies Last reply Feb 17, 2021, 1:22 PM Reply Quote 0
    • S Offline
      sdetweil @jackyjoy123
      last edited by sdetweil Feb 17, 2021, 1:23 PM Feb 17, 2021, 1:22 PM

      @jackyjoy123 the module and info on the sensor says it is NOT wireless

      the module doc describes how to wire the sensor to the pi

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • W Offline
        wishmaster270 Module Developer @jackyjoy123
        last edited by wishmaster270 Feb 17, 2021, 2:30 PM Feb 17, 2021, 2:20 PM

        @jackyjoy123 Hi, i wrote a Temperature (MMM-Temperature) module that supports multiple sensors. Also the data can be received via notifications or by fetching the data via tcp (with the netcat command).
        Personally i use an HTU21 and BME280 sensors connected to ESP32 and ESP8266 boards. The data will be send to my MQTT Bridge (Mosquitto installed on the same Pi as the mirror). With help of the MMM-MQTTbridge module the values send via MQTT will be translated to notifications which will be send to my module.
        One of my sensors is powerd by a small battery thats why i use the deep sleep mode of the ESP8266 board and only send new values all 10 minutes others are powerd by permanently and send data every 10 seconds.
        All my sketches and some configs are included in the examples directory of the module.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          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