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

MMM-ioBroker - on/off instead true/false

Scheduled Pinned Locked Moved Solved Troubleshooting
2 Posts 2 Posters 754 Views 2 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.
  • L Offline
    LeonMentor
    last edited by sdetweil Jan 8, 2020, 6:33 PM Jan 8, 2020, 6:31 PM

    Hello Dears,

    I use the MM2 with the MMM-ioBroker Module to show the state of my sockets. The module shows me the value true or false. So far so good. Now I would like on/off instead true/false.
    Can one of the cracks here give me help?

    Thx a lot!

    {
    module: 'MMM-ioBroker',
        position: 'bottom_right',
        config: {
          host: 'localhost',
          port: '8087',
          https: false,
          devices: [
              { name: 'Heizung links',
                deviceStates: [
                                  { id: 'fritzdect.0.Comet_133560208744.targettemp', icon: 'wi wi-thermometer', suffix: '°' }
                              ]
              },
              { name: 'Heizung rechts',
                deviceStates: [
                                  { id: 'fritzdect.0.Comet_119610462888.targettemp', icon: 'wi wi-thermometer',  suffix: '°' }
                              ]
              },
    	  { name: 'Heizung Keller',
                deviceStates: [
                                  { id: 'fritzdect.0.Comet_133560209488.targettemp', icon: 'wi wi-thermometer', suffix: '°' }
                              ]
              },
    	  { name: 'Steckdose Wohnzimmer',
                deviceStates: [
                                  { id: 'tuya.0.80442464bcddc213d46d.1', icon: 'fas fa-power-off', suffix: '' }
                              ]
              },
    	  { name: 'Steckdose Schlafzimmer',
                deviceStates: [
                                  { id: 'tuya.0.22230808bcddc213f36c.1', icon: 'fas fa-power-off', suffix: '' }
                              ]
              },
    	  { name: 'Steckdose Keller',
                deviceStates: [
                                  { id: 'fritzdect.0.DECT200_5C:49:79:EC:1C:57.state', icon: 'fas fa-power-off', suffix: '' }
                              ]
              },
    
    F 1 Reply Last reply Jan 8, 2020, 8:06 PM Reply Quote 0
    • F Offline
      Fozi Project Sponsor @LeonMentor
      last edited by Jan 8, 2020, 8:06 PM

      @LeonMentor You’ll have to script the CCU for that. @falke69 has recently posted, how he solved that.
      See this post.

      HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

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