MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MAF1981
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 5
    • Groups 0

    Topics

    • MAF1981M

      MMM-Homematic-Heaters | HomeMatic RC radiator thermostats

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      0 Votes
      1 Posts
      2k Views
      MAF1981M
      Description: Display the current states of your radio controlled HomeMatic (eQ-3) radiator thermostats of type HM-CC-RT-DN via CCU2. The following information appears in the screen (based on the configuration): The name of the heater, the current temperature, the target temperature, the current mode (off, boost, party, manual) and the fault reporting (i.e. low battery), if any. It requires a HomeMatic central control unit (CCU2). Download: [card:MAF1981/MMM-Homematic-Heaters] Version 1 Initial release
    • MAF1981M

      Character encoding of GET request response

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      1
      0 Votes
      3 Posts
      4k Views
      W
      What is Character Encoding? A character encoding tells the computer how to interpret raw zeroes and ones into real characters. It usually does this by pairing numbers with characters. Words and sentences in text are created from characters and these characters are grouped into a character set. Therefore, there must be mappings that describe how to turn each character in a character set into a sequence of bytes. Some characters might be mapped to a single byte but others will have to be mapped to multiple bytes. Those mappings are encoding, because they are telling you how to encode characters into sequences of bytes.
    • MAF1981M

      Full-screen alert (no other modules should be shown)

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      2k Views
      lolobyteL
      Hi, there is already such a module. It’s called alert and part of the default modules package. https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert There are a lot of options you can configure.
    • MAF1981M

      Approach to show message in MM once an RF signal was detected

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      860 Views
      MAF1981M
      Hi there, I’m looking for an approach to accomplish the following: I have some (remote) radio controlled power outlets (on 433 MHz signals). Currently I have 4 of these outlets, so 8 different codes (on /off). I would like to display a message on my MagicMirror once a particular power outlet has been switched on. The message should disappear if the particular power outlet has been switched off again. I have a wireless receiver for my Pi up and running and also found a RFSniffer (https://github.com/ninjablocks/433Utils/tree/master/RPi_utils) written in C++ which works fine so far. I can see all codes for each outlet if I switch it on/off by the remote control. Now I’m struggling with the implementation in my module for MM. I understand that I have to use the node_helper.js somehow to receive notifications. But I only found a way to get results of Python scripts back to the node_helper. I don’t find a RFSniffer tool written in Python. Question 1: Is there any Python RFSniffer available? Question 2: How can I get the result from the C++ Sniffer to the node_helper.js to evaluate it in my module? Is there a way without having a Python script inbetween? If not, is there any tutorial or similar code available that I can use as template to solve my requirement? Thanks in advance! MAF1981
    • 1 / 1