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.

    Home Assistant Sensor

    Scheduled Pinned Locked Moved Utilities
    13 Posts 2 Posters 37 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.
    • C Offline
      ChrisKelley @ChrisKelley
      last edited by

      Yep sorry that makes more sense

      chris@MagicMirror:~ $ ping homeassistant.local
      PING homeassistant.local (10.10.28.211) 56(84) bytes of data.
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=1 ttl=64 time=2.91 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=2 ttl=64 time=3.81 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=3 ttl=64 time=4.07 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=4 ttl=64 time=3.88 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=5 ttl=64 time=1.18 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=6 ttl=64 time=3.95 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=7 ttl=64 time=4.10 ms
      64 bytes from 10.10.28.211 (10.10.28.211): icmp_seq=8 ttl=64 time=1.52 ms

      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @ChrisKelley
        last edited by

        @ChrisKelley no issue, it’s useful as we know it generates the same address

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @ChrisKelley
          last edited by

          @ChrisKelley so I installed, did npm install in the module folder
          here is my config , two sensors from my entities list in HA

          so now all I can think is your token string is bad…

                {
                    module: 'MMM-homeassistant-sensors',
                    position: 'top_left',
                    classes: "page4",
                    config: {
                      host: "homeassistant.local",
                      port: "8123",
                      https: false,
                      token: " my fresh token ",
                      values: [
                        {
                          sensor: "binary_sensor.athom_garage_door_status",
                        },
                        {
                          sensor: "sensor.foo_battery_percentage",
                        },
                      ]
                    }
                },
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

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