Announcement

Collapse
No announcement yet.

Home Assistant and OpenHab integration to HS3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Home Assistant and OpenHab integration to HS3

    Would be nice if someone make two plugins to link HASS and Openhab to HS3 directly.

    For now there is Jeedom integration, and i think Frank is working on a Vera integration.

    The missing parts would be Hass and openHab.


    #2
    Originally posted by Summerguy View Post
    Would be nice if someone make two plugins to link HASS and Openhab to HS3 directly.

    For now there is Jeedom integration, and i think Frank is working on a Vera integration.

    The missing parts would be Hass and openHab.


    There is already two MQTT plugins for HomeSeer. ====> The link between Jeedom and HomeSeeer is great ====> There are loads of plugins in Jeedom which solve problems of unique devices! But OpenHab ===> MQTT and Node-RED will help you link them. ====> I sent you a PM



    Eman.
    TinkerLand : Life's Choices,"No One Size Fits All"

    Comment


      #3
      Hi Eman,

      yes this would make it easier to integrate openhab to homeseer thanks!

      Comment


        #4
        Also found this

        https://flows.nodered.org/node/node-...e-assistant-ws


        But an integration via a plugin in hs3 would be ideal. And setting up nodes in hs3 would be faster that way ( like in the jeedom plugin)

        Comment


          #5
          Originally posted by Summerguy View Post
          Also found this

          https://flows.nodered.org/node/node-...e-assistant-ws


          But an integration via a plugin in hs3 would be ideal. And setting up nodes in hs3 would be faster that way ( like in the jeedom plugin)


          Simple!,

          In Node-RED ===> Connect those nodes to MQTT node out ===> in HomeSeer ===> in case of MQTT plugin ===> click SUBSCRIBE (Listening to Server must be enabled in the settings) Then ADD each topic of interest coming from Node-RED and you will have new devices created which reflect the Topics you add in Node-RED.

          So whatever is happening in Home Assistant you do something about it in HomeSeer!
          In case of control create and PUBLISH custom topics from HomeSeer

          Example image below:


          Eman.
          Attached Files
          TinkerLand : Life's Choices,"No One Size Fits All"

          Comment


            #6
            I find that (for me currently) the integrations I need with Home Assistant work well with the HA HTTP API as they are wifi devices anyways. Then there's the Vera plugin (looking forward to) that is for devices contained inside Vera to present them to HS.

            But I'm all for HS being able to see/integrate with all other platforms. Until the day that HS can do everything

            Comment


              #7
              Got the control and the state working for the mute and app command on my lgtv

              You were right it is not that long to configure.

              thanks!
              Attached Files

              Comment


                #8
                Eman I found this on openhab. Maybe you'll find it usefull.... or not. :

                1. Openhab Neeo integration
                2. Neoo binding

                Comment


                  #9
                  Originally posted by Simplex Technology View Post
                  I find that (for me currently) the integrations I need with Home Assistant work well with the HA HTTP API as they are wifi devices anyways. Then there's the Vera plugin (looking forward to) that is for devices contained inside Vera to present them to HS.

                  But I'm all for HS being able to see/integrate with all other platforms. Until the day that HS can do everything

                  John,

                  I'm not sure to understand the http get ( or set) method. I can understand, a little, what is being sent if I read the syntaxt of the http command... but i wont be able to do it myself, cuz I miss some base knowledge i think.


                  If you have time, would you mind showing me? Maybe with a hass to hs3 (and hs3 to hass) examples.-----Or if anyone pass by there, it would be helpful to redirect me to a guide for that.

                  thanks!
                  Matt

                  Comment


                    #10
                    What are you trying to accomplish?

                    Comment


                      #11
                      I returned to ubuntu on my server today. But with a tar backup of my homeseer and my openhab folder.
                      Debian was acting weird sometimes :
                      1.ex: I use a screen with my server and let htop running on it all the time. But the screen use like 25w of power ... so i did write a command to turn on the scrip when a sensor sensce someone in the piece the pc is in, ANd to turn off the screen when the the is no motions nearby). With debian it wasnNt able to turn the screen on. But i remember with ubuntu 4 month ago, there were no issues with this
                      2. Was not able to install minimal deconz install on debian. I think it was not able to find my conbee. ( i speculate from what i read on the net). So i installed docker with a phoscon/deconz minimal image with Debian. I don't like to virtualise things that do no have to be virtualised..
                      3. Not related to Debian... but i switched my mobo and cpu 1 month ago. All was running perfect after i player with eth0 config . But, this was not a viable solution. Sometimes when i restarted the server by script or ssh.. sometimes i think it wasnt finder the nic.
                      The problem here is i think amd (450b mobo) do not use eth0 for internet but enp4s0.
                      4. Kernel is up to date on Unbuntu.

                      Finally i wont install home-assistant this time. I never really used it. Openhab seems more mature and less in a hurry to add things)


                      -----

                      So yeah the topic,

                      I just installed node-red again, and systemd'ed it to run it as a service. But exept for openhab, and a wol node. I do not use it.

                      What i would like to do is to bypass node-red. So openhab could communicate the actions and states, etc, directly to hs3 by http ( or mqtt i do not know) .

                      I have 2 binding in openhab for now :

                      1- Alexa control ( i use the beta 3 witch is really stable). Needed to add a .jar file . I also configured the .things file manually for my amazon account info.

                      2- Plex binding : unlike the plugin here and the one from smarter control, it does not create a bunch of devices. And you can also control your plex player. !!
                      With this one, the paper ui wont do anything. All has to be done by hand ( with some copy paste lol) in files . But it is not hard.

                      But.....
                      I will start to read this before asking specific question... https://www.openhab.org/addons/bindings/http1/

                      But i Have one question. do you need to send items values and action one by one with mqtt and http?
                      Is there a way to turn hs3 in kind of listening mode for any openhab ''set of item'' status change ? Not sure if this is clear

                      Comment


                        #12
                        Just an example of the flows in NR. ( the plex binding need to be redone at the things. level because i changed my server id etc...anyways the config would stay the same).


                        Code for alexa:
                        Code:
                        [
                            {
                                "id": "b314e63e.841178",
                                "type": "tab",
                                "label": "Alexa (OPENHAB-HS3)",
                                "disabled": false,
                                "info": ""
                            },
                            {
                                "id": "65db8224.b4a88c",
                                "type": "mqtt in",
                                "z": "b314e63e.841178",
                                "name": "MQTT Volume",
                                "topic": "Automation/Alexa/Salon/Volume",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 85,
                                "y": 70.18182468414307,
                                "wires": [
                                    [
                                        "b0251572.4a1958"
                                    ]
                                ]
                            },
                            {
                                "id": "fbf28567.802488",
                                "type": "debug",
                                "z": "b314e63e.841178",
                                "name": "",
                                "active": false,
                                "tosidebar": true,
                                "console": false,
                                "tostatus": false,
                                "complete": "false",
                                "x": 610,
                                "y": 320,
                                "wires": []
                            },
                            {
                                "id": "3a02eeb6.c1a3d2",
                                "type": "mqtt out",
                                "z": "b314e63e.841178",
                                "name": "Alexa/Volume/salon",
                                "topic": "Alexa/Volume/salon",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 250,
                                "y": 20,
                                "wires": []
                            },
                            {
                                "id": "1c414642.ef0dda",
                                "type": "mqtt out",
                                "z": "b314e63e.841178",
                                "name": "Alexa/Volume/Laundry",
                                "topic": "Alexa/Volume/Laundry",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 240,
                                "y": 120,
                                "wires": []
                            },
                            {
                                "id": "106d046.0a9edfc",
                                "type": "mqtt in",
                                "z": "b314e63e.841178",
                                "name": "MQTT Volume",
                                "topic": "Automation/Alexa/Laundry/Volume",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 75,
                                "y": 171.54543685913086,
                                "wires": [
                                    [
                                        "15baab94.ba5924"
                                    ]
                                ]
                            },
                            {
                                "id": "e1a17ac.d7f6b88",
                                "type": "mqtt out",
                                "z": "b314e63e.841178",
                                "name": "Alexa/Volume/Kitchen",
                                "topic": "Alexa/Volume/Kitchen",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 240,
                                "y": 220,
                                "wires": []
                            },
                            {
                                "id": "9db14e9b.7ae59",
                                "type": "mqtt in",
                                "z": "b314e63e.841178",
                                "name": "MQTT Volume",
                                "topic": "Automation/Alexa/Kitchen/Volume",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 80,
                                "y": 280,
                                "wires": [
                                    [
                                        "3a1eb869.4cc728"
                                    ]
                                ]
                            },
                            {
                                "id": "c1e6941c.248168",
                                "type": "mqtt out",
                                "z": "b314e63e.841178",
                                "name": "Alexa/Volume/hallway",
                                "topic": "Alexa/Volume/Hallway",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 220,
                                "y": 340,
                                "wires": []
                            },
                            {
                                "id": "8de36f31.16f06",
                                "type": "mqtt in",
                                "z": "b314e63e.841178",
                                "name": "MQTT Volume",
                                "topic": "Automation/Alexa/Hallway/Volume",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 75,
                                "y": 388.0909729003906,
                                "wires": [
                                    [
                                        "54fbf0a7.a21c9"
                                    ]
                                ]
                            },
                            {
                                "id": "798f64a3.08e0cc",
                                "type": "mqtt out",
                                "z": "b314e63e.841178",
                                "name": "Alexa/Volume/Salon2",
                                "topic": "Alexa/Volume/Salon2",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 240,
                                "y": 440,
                                "wires": []
                            },
                            {
                                "id": "e9be3070.dbee4",
                                "type": "mqtt in",
                                "z": "b314e63e.841178",
                                "name": "MQTT Volume",
                                "topic": "Automation/Alexa/Salon2/Volume",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 90,
                                "y": 480,
                                "wires": [
                                    [
                                        "1f5ab01c.7399c"
                                    ]
                                ]
                            },
                            {
                                "id": "f08cb46.320bc48",
                                "type": "mqtt out",
                                "z": "b314e63e.841178",
                                "name": "Alexa/Volume/Bedroom",
                                "topic": "Alexa/Volume/Bedroom",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 270,
                                "y": 540,
                                "wires": []
                            },
                            {
                                "id": "27d69806.777928",
                                "type": "mqtt in",
                                "z": "b314e63e.841178",
                                "name": "MQTT Volume",
                                "topic": "Automation/Alexa/Bedroom/Volume",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 75,
                                "y": 590.0910120010376,
                                "wires": [
                                    [
                                        "bd786412.2d6658"
                                    ]
                                ]
                            },
                            {
                                "id": "f591dea5.3c5f5",
                                "type": "openhab2-in",
                                "z": "b314e63e.841178",
                                "name": "Salon",
                                "controller": "c232b297.e2e5d",
                                "itemname": "LivingRoom_Volume",
                                "x": 50,
                                "y": 20,
                                "wires": [
                                    [
                                        "3a02eeb6.c1a3d2",
                                        "fbf28567.802488"
                                    ],
                                    []
                                ]
                            },
                            {
                                "id": "b0251572.4a1958",
                                "type": "openhab2-out",
                                "z": "b314e63e.841178",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "LivingRoom_Volume",
                                "topic": "ItemCommand",
                                "payload": "",
                                "x": 280,
                                "y": 60,
                                "wires": []
                            },
                            {
                                "id": "a7267123.96f37",
                                "type": "openhab2-in",
                                "z": "b314e63e.841178",
                                "name": "Laundry",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Laundry_Volume",
                                "x": 60,
                                "y": 120,
                                "wires": [
                                    [
                                        "1c414642.ef0dda",
                                        "fbf28567.802488"
                                    ],
                                    []
                                ]
                            },
                            {
                                "id": "8da07652.dede28",
                                "type": "openhab2-in",
                                "z": "b314e63e.841178",
                                "name": "Kitchen",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Kitchen_Volume",
                                "x": 55,
                                "y": 218.01620483398438,
                                "wires": [
                                    [
                                        "e1a17ac.d7f6b88",
                                        "fbf28567.802488"
                                    ],
                                    []
                                ]
                            },
                            {
                                "id": "a4c8f275.86fce",
                                "type": "openhab2-in",
                                "z": "b314e63e.841178",
                                "name": "Hallway",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Hallway_Volume",
                                "x": 55,
                                "y": 332.0162048339844,
                                "wires": [
                                    [
                                        "c1e6941c.248168",
                                        "fbf28567.802488"
                                    ],
                                    []
                                ]
                            },
                            {
                                "id": "970d23a2.53016",
                                "type": "openhab2-in",
                                "z": "b314e63e.841178",
                                "name": "Salon 2",
                                "controller": "c232b297.e2e5d",
                                "itemname": "LvRoom2_Volume",
                                "x": 70,
                                "y": 440,
                                "wires": [
                                    [
                                        "798f64a3.08e0cc",
                                        "fbf28567.802488"
                                    ],
                                    []
                                ]
                            },
                            {
                                "id": "6871fd91.8d00d4",
                                "type": "openhab2-in",
                                "z": "b314e63e.841178",
                                "name": "Bedroom",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Bedroom_Volume",
                                "x": 65,
                                "y": 535.3495483398438,
                                "wires": [
                                    [
                                        "fbf28567.802488",
                                        "f08cb46.320bc48"
                                    ],
                                    []
                                ]
                            },
                            {
                                "id": "15baab94.ba5924",
                                "type": "openhab2-out",
                                "z": "b314e63e.841178",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Laundry_Volume",
                                "topic": "ItemCommand",
                                "payload": "",
                                "x": 270,
                                "y": 160,
                                "wires": []
                            },
                            {
                                "id": "3a1eb869.4cc728",
                                "type": "openhab2-out",
                                "z": "b314e63e.841178",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Kitchen_Volume",
                                "topic": "ItemCommand",
                                "payload": "",
                                "x": 260,
                                "y": 280,
                                "wires": []
                            },
                            {
                                "id": "54fbf0a7.a21c9",
                                "type": "openhab2-out",
                                "z": "b314e63e.841178",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Hallway_Volume",
                                "topic": "ItemCommand",
                                "payload": "",
                                "x": 270,
                                "y": 400,
                                "wires": []
                            },
                            {
                                "id": "1f5ab01c.7399c",
                                "type": "openhab2-out",
                                "z": "b314e63e.841178",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "LvRoom2_Volume",
                                "topic": "ItemCommand",
                                "payload": "",
                                "x": 290,
                                "y": 480,
                                "wires": []
                            },
                            {
                                "id": "bd786412.2d6658",
                                "type": "openhab2-out",
                                "z": "b314e63e.841178",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "Bedroom_Volume",
                                "topic": "ItemCommand",
                                "payload": "",
                                "x": 270,
                                "y": 600,
                                "wires": []
                            },
                            {
                                "id": "dd43d627.a59158",
                                "type": "mqtt-broker",
                                "z": "",
                                "name": "",
                                "broker": "127.0.0.1",
                                "port": "1883",
                                "clientid": "",
                                "usetls": false,
                                "compatmode": true,
                                "keepalive": "60",
                                "cleansession": true,
                                "birthTopic": "",
                                "birthQos": "0",
                                "birthPayload": "",
                                "closeTopic": "",
                                "closePayload": "",
                                "willTopic": "",
                                "willQos": "0",
                                "willPayload": ""
                            },
                            {
                                "id": "c232b297.e2e5d",
                                "type": "openhab2-controller",
                                "z": "",
                                "name": "Openhab",
                                "protocol": "http",
                                "host": "127.0.0.1",
                                "port": "8080",
                                "path": "",
                                "username": "",
                                "password": ""
                            }
                        ]
                        Code for plex
                        Code:
                        [
                            {
                                "id": "80a47667.8e5238",
                                "type": "tab",
                                "label": "PlexChambreMatt (OPENHAB-HS3)",
                                "disabled": false,
                                "info": ""
                            },
                            {
                                "id": "7e3104c5.e3e07c",
                                "type": "openhab2-in",
                                "z": "80a47667.8e5238",
                                "name": "Status",
                                "controller": "c232b297.e2e5d",
                                "itemname": "PlexTVStatus",
                                "x": 62,
                                "y": 36,
                                "wires": [
                                    [],
                                    [
                                        "372f920f.92fe3e",
                                        "63073985.a7c6e8"
                                    ]
                                ]
                            },
                            {
                                "id": "372f920f.92fe3e",
                                "type": "mqtt out",
                                "z": "80a47667.8e5238",
                                "name": "mqtt",
                                "topic": "plex/chambre/status",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 169,
                                "y": 33,
                                "wires": []
                            },
                            {
                                "id": "63073985.a7c6e8",
                                "type": "debug",
                                "z": "80a47667.8e5238",
                                "name": "",
                                "active": false,
                                "tosidebar": true,
                                "console": false,
                                "tostatus": false,
                                "complete": "false",
                                "x": 484,
                                "y": 150,
                                "wires": []
                            },
                            {
                                "id": "6c141d73.4e5094",
                                "type": "openhab2-in",
                                "z": "80a47667.8e5238",
                                "name": "",
                                "controller": "c232b297.e2e5d",
                                "itemname": "PlexTVTitle",
                                "x": 75,
                                "y": 94,
                                "wires": [
                                    [],
                                    [
                                        "f2404fdd.79ea3",
                                        "63073985.a7c6e8"
                                    ]
                                ]
                            },
                            {
                                "id": "f2404fdd.79ea3",
                                "type": "mqtt out",
                                "z": "80a47667.8e5238",
                                "name": "",
                                "topic": "plex/chambre/title",
                                "qos": "2",
                                "retain": "",
                                "broker": "dd43d627.a59158",
                                "x": 244,
                                "y": 97,
                                "wires": []
                            },
                            {
                                "id": "61f881c1.b0c7b",
                                "type": "openhab2-out",
                                "z": "80a47667.8e5238",
                                "name": "Pause",
                                "controller": "c232b297.e2e5d",
                                "itemname": "PlexTVPause",
                                "topic": "ItemCommand",
                                "payload": "ON",
                                "x": 422,
                                "y": 211,
                                "wires": []
                            },
                            {
                                "id": "99f52d1a.3c1ea",
                                "type": "openhab2-out",
                                "z": "80a47667.8e5238",
                                "name": "Play",
                                "controller": "c232b297.e2e5d",
                                "itemname": "PlexTVPlay",
                                "topic": "ItemCommand",
                                "payload": "ON",
                                "x": 426,
                                "y": 249,
                                "wires": []
                            },
                            {
                                "id": "4f7667c5.e9bf88",
                                "type": "openhab2-out",
                                "z": "80a47667.8e5238",
                                "name": "Stop",
                                "controller": "c232b297.e2e5d",
                                "itemname": "PlexTVStop",
                                "topic": "ItemCommand",
                                "payload": "ON",
                                "x": 429,
                                "y": 283,
                                "wires": []
                            },
                            {
                                "id": "a733a3cc.1b53e",
                                "type": "mqtt in",
                                "z": "80a47667.8e5238",
                                "name": "",
                                "topic": "Tour-Matt/Plex_action",
                                "qos": "2",
                                "broker": "dd43d627.a59158",
                                "x": 105,
                                "y": 242,
                                "wires": [
                                    [
                                        "dd6342d2.4002f",
                                        "63073985.a7c6e8",
                                        "d28d0cce.1b219",
                                        "505a7a3.e724b84",
                                        "5dfb4979.cb5988",
                                        "d57edbdf.870868"
                                    ]
                                ]
                            },
                            {
                                "id": "dd6342d2.4002f",
                                "type": "switch",
                                "z": "80a47667.8e5238",
                                "name": "Pause",
                                "property": "payload",
                                "propertyType": "msg",
                                "rules": [
                                    {
                                        "t": "cont",
                                        "v": "0",
                                        "vt": "str"
                                    }
                                ],
                                "checkall": "true",
                                "repair": false,
                                "outputs": 1,
                                "x": 307,
                                "y": 217,
                                "wires": [
                                    [
                                        "61f881c1.b0c7b"
                                    ]
                                ]
                            },
                            {
                                "id": "d28d0cce.1b219",
                                "type": "switch",
                                "z": "80a47667.8e5238",
                                "name": "Play",
                                "property": "payload",
                                "propertyType": "msg",
                                "rules": [
                                    {
                                        "t": "cont",
                                        "v": "1",
                                        "vt": "str"
                                    }
                                ],
                                "checkall": "true",
                                "repair": false,
                                "outputs": 1,
                                "x": 310,
                                "y": 251,
                                "wires": [
                                    [
                                        "99f52d1a.3c1ea"
                                    ]
                                ]
                            },
                            {
                                "id": "505a7a3.e724b84",
                                "type": "switch",
                                "z": "80a47667.8e5238",
                                "name": "Stop",
                                "property": "payload",
                                "propertyType": "msg",
                                "rules": [
                                    {
                                        "t": "cont",
                                        "v": "2",
                                        "vt": "str"
                                    }
                                ],
                                "checkall": "true",
                                "repair": false,
                                "outputs": 1,
                                "x": 312,
                                "y": 283,
                                "wires": [
                                    [
                                        "4f7667c5.e9bf88"
                                    ]
                                ]
                            },
                            {
                                "id": "e7cba695.ffffd8",
                                "type": "openhab2-out",
                                "z": "80a47667.8e5238",
                                "name": "Select",
                                "controller": "c232b297.e2e5d",
                                "itemname": "PlexTVSelect",
                                "topic": "ItemCommand",
                                "payload": "ON",
                                "x": 450,
                                "y": 356,
                                "wires": []
                            },
                            {
                                "id": "5dfb4979.cb5988",
                                "type": "switch",
                                "z": "80a47667.8e5238",
                                "name": "Select",
                                "property": "payload",
                                "propertyType": "msg",
                                "rules": [
                                    {
                                        "t": "cont",
                                        "v": "3",
                                        "vt": "str"
                                    }
                                ],
                                "checkall": "true",
                                "repair": false,
                                "outputs": 1,
                                "x": 271,
                                "y": 362,
                                "wires": [
                                    [
                                        "e7cba695.ffffd8"
                                    ]
                                ]
                            },
                            {
                                "id": "d57edbdf.870868",
                                "type": "switch",
                                "z": "80a47667.8e5238",
                                "name": "Select",
                                "property": "payload",
                                "propertyType": "msg",
                                "rules": [
                                    {
                                        "t": "cont",
                                        "v": "4",
                                        "vt": "str"
                                    }
                                ],
                                "checkall": "true",
                                "repair": false,
                                "outputs": 1,
                                "x": 250,
                                "y": 396,
                                "wires": [
                                    [
                                        "e7cba695.ffffd8"
                                    ]
                                ]
                            },
                            {
                                "id": "c232b297.e2e5d",
                                "type": "openhab2-controller",
                                "z": "",
                                "name": "Openhab",
                                "protocol": "http",
                                "host": "127.0.0.1",
                                "port": "8080",
                                "path": "",
                                "username": "",
                                "password": ""
                            },
                            {
                                "id": "dd43d627.a59158",
                                "type": "mqtt-broker",
                                "z": "",
                                "name": "",
                                "broker": "127.0.0.1",
                                "port": "1883",
                                "clientid": "",
                                "usetls": false,
                                "compatmode": true,
                                "keepalive": "60",
                                "cleansession": true,
                                "birthTopic": "",
                                "birthQos": "0",
                                "birthPayload": "",
                                "closeTopic": "",
                                "closePayload": "",
                                "willTopic": "",
                                "willQos": "0",
                                "willPayload": ""
                            }
                        ]
                        Attached Files
                        Last edited by ; September 21, 2018, 05:09 PM.

                        Comment

                        Working...
                        X