Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. MyController.org
  4. React on other MQTT messages possible?

React on other MQTT messages possible?

Scheduled Pinned Locked Moved MyController.org
8 Posts 5 Posters 583 Views 5 Watching
  • 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.
  • Velo17V Offline
    Velo17V Offline
    Velo17
    wrote on last edited by
    #1

    Before installing a different automation solution, I wonder if it is possible to make MyController operate on non-MySensors MQTT messages? I am using the MiLight ESP8266 Gateway and would like to use a MiLight remote to control other things besides Milights and therefore want to use the messages that the ESP8266 will publish to MQTT to run scripts and things like that...?!

    Greetings,
    Velo17

    electrikE 1 Reply Last reply
    0
    • Velo17V Velo17

      Before installing a different automation solution, I wonder if it is possible to make MyController operate on non-MySensors MQTT messages? I am using the MiLight ESP8266 Gateway and would like to use a MiLight remote to control other things besides Milights and therefore want to use the messages that the ESP8266 will publish to MQTT to run scripts and things like that...?!

      Greetings,
      Velo17

      electrikE Offline
      electrikE Offline
      electrik
      wrote on last edited by
      #2

      @velo17 If you use a controller that can take care of that.
      Eg node-red, home assistant

      Velo17V 1 Reply Last reply
      0
      • electrikE electrik

        @velo17 If you use a controller that can take care of that.
        Eg node-red, home assistant

        Velo17V Offline
        Velo17V Offline
        Velo17
        wrote on last edited by
        #3

        @electrik Yes, I called that "different automation solution" - I was wondering if the controller "MyController" can do that, so that I would not need to set up another one...

        The other way round I can send MQTT messages that MyController can handle (push them into a sensor variable of type Text for example) and then could try to work on the JSON in that string...which does not sound very smart or elegant.

        1 Reply Last reply
        0
        • electrikE Offline
          electrikE Offline
          electrik
          wrote on last edited by
          #4

          I realised later that you were asking for this specific controller.
          I do not use it myself, but looking at their webpage it looks like what you want is possible.
          Still maybe you should consider other alternatives as node red, domoticz and home assistant, these are IMO the controllers with the most supported devices

          rejoe2R 1 Reply Last reply
          0
          • electrikE electrik

            I realised later that you were asking for this specific controller.
            I do not use it myself, but looking at their webpage it looks like what you want is possible.
            Still maybe you should consider other alternatives as node red, domoticz and home assistant, these are IMO the controllers with the most supported devices

            rejoe2R Offline
            rejoe2R Offline
            rejoe2
            wrote on last edited by
            #5

            @electrik: You may not know about FHEM, but afaik it's also a very good candidate for the champions-title on supporting "the highest number" of devices...
            (Velo17 already has FHEM on his list :grin: )

            Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

            1 Reply Last reply
            0
            • TRS-80T Offline
              TRS-80T Offline
              TRS-80
              wrote on last edited by TRS-80
              #6

              I will admit to not having any experience with the others mentioned, but I'm pretty sure OpenHAB has the most integrations of all? It was one of the reasons I chose it, after all.

              It is a kind of a big learning curve, I will admit. But now that I have a few things working on there, I feel like there is probably nothing that I could not integrate into it in one way or another.

              J rejoe2R 2 Replies Last reply
              0
              • TRS-80T TRS-80

                I will admit to not having any experience with the others mentioned, but I'm pretty sure OpenHAB has the most integrations of all? It was one of the reasons I chose it, after all.

                It is a kind of a big learning curve, I will admit. But now that I have a few things working on there, I feel like there is probably nothing that I could not integrate into it in one way or another.

                J Offline
                J Offline
                jkandasa
                Plugin Developer
                wrote on last edited by
                #7

                @Velo17 List of providers supported by MyController is https://github.com/mycontroller-org/mycontroller/tree/1.4.0.Final/modules/core/src/main/java/org/mycontroller/standalone/provider

                You can extend your own or you can follow one of pre-defined. let me know if you need further assistant.

                1 Reply Last reply
                1
                • TRS-80T TRS-80

                  I will admit to not having any experience with the others mentioned, but I'm pretty sure OpenHAB has the most integrations of all? It was one of the reasons I chose it, after all.

                  It is a kind of a big learning curve, I will admit. But now that I have a few things working on there, I feel like there is probably nothing that I could not integrate into it in one way or another.

                  rejoe2R Offline
                  rejoe2R Offline
                  rejoe2
                  wrote on last edited by
                  #8

                  @trs-80 Imo it's not as easy as comparing (or even just counting) some fancy pictures to really make a judge on the "most integrations" issue :grinning: .
                  As a FHEM-user (without OpenHAB experience thouhg), I'd state there's at least three or four big systems missing (on the picture collection): HomeMatic / HomeMatic-IP, 1-Wire (it's more than DS18B20 :smirk: ) and EnOcean. All of them are supported by FHEM, and additionally a lot of "special" stuff (like RS485 protocolls and many others). To get an impression, the commandref is a good starting point). Additionally, there exist a lot more "innofficial" modules for whatever purpose...
                  So in fact, I've seen quite a few people leaving FHEM in the past (it requires quite some familiarizon) and coming back to it, also from OpenHAB for it's flexibility. Also the level of comfort may vary from integration to integration.
                  So I'd state, there's not THE nor perfect answer to the question which controller supports the highes number of integrations :stuck_out_tongue_winking_eye:

                  Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  23

                  Online

                  11.7k

                  Users

                  11.2k

                  Topics

                  113.1k

                  Posts


                  Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • MySensors
                  • OpenHardware.io
                  • Categories
                  • Recent
                  • Tags
                  • Popular