Announcement

Collapse
No announcement yet.

Run on a remote computer from homeseer?

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

    Run on a remote computer from homeseer?

    Hi,
    Can this plugin be installed on a separate computer from the computer that HomeSeer runs on?
    I know the MQTT server can be on a separate computer, could I set up the plugin on that computer and
    remotely connect it to Homeseer?
    I know this can be done with the RaspberryIO plugin, and I think Pete did it with the zwave plugin.

    I looked through the forum and the manual.

    Thanks
    Bruce

    #2
    This should be able to be done with any HS3 plugin as that is one of the design objectives of HS3. Pass the IP of HS3 in the invocation line of HSPI_mcsMQTT.exe. If no parameter it defaults to localhost.

    Comment


      #3
      ok thanks. I'll give it a shot
      Bruce

      Comment


        #4
        Just tested it from new mini HS3 build (192.168.244.149) to HS3 Pro (192.168.244.171) build (both Ubuntu Linux 18.04)

        Client running:

        root@ICS-TX9:/opt/HomeSeer# mono HSPI_MCSMQTT.exe server=192.168.244.171
        Plugin: mcsMQTT Instance: Connecting to server at 192.168.244.171
        Client Connection Requested
        Callback Established
        Connection Monitoring Starting

        Click image for larger version  Name:	mcsMQTT-Remote.jpg Views:	1 Size:	21.0 KB ID:	1301407

        Works fine Linux to Linux.

        Windows 7 to Ubuntu Linux

        Click image for larger version  Name:	mcsMQTT-Remote from W7.jpg Views:	1 Size:	114.5 KB ID:	1301408
        HS3 Pro on Linux

        Click image for larger version  Name:	mcsMQTT-Remote from W7A.jpg Views:	1 Size:	13.1 KB ID:	1301409 Works fine

        Linux remote to Windows 7

        root@ICS-HS3Pro:/opt/HomeSeer# mono HSPI_MCSMQTT.exe server=192.168.244.170
        Plugin: mcsMQTT Instance: Connecting to server at 192.168.244.170
        Client Connection Requested
        Callback Established
        Connection Monitoring Starting

        Click image for larger version  Name:	LinuxtoWindows7.jpg Views:	1 Size:	20.7 KB ID:	1301411
        Works fine.

        xxx

        - Pete

        Auto mator
        Homeseer 3 Pro - 3.0.0.548 (Linux) - Ubuntu 18.04/W7e 64 bit Intel Haswell CPU 16Gb

        HS4 Pro - Ubuntu 22.04 / Lenova Tiny M900 / 32Gb Ram
        HSTouch on Intel tabletop tablets (Jogglers) - Asus AIO - Windows 11

        X10, UPB, Zigbee, ZWave and Wifi MQTT automation-Tasmota-Espurna. OmniPro 2, Russound zoned audio, Alexa, Cheaper RFID, W800 and Home Assistant

        Comment


          #5
          Forgive my ignorance, what would be the reason to run the mcsMQTT plugin on a separate remote computer? To save CPU cycles on the main HS3 computer perhaps? If so, I didn't think mcsMQTT took much in terms of CPU cycles - at least on my HS3 Win 10 PC running on a 6th gen i7 Intel with 8 GB RAM.

          Comment


            #6
            Originally posted by Pete View Post
            Just tested it from new mini HS3 build (192.168.244.149) to HS3 Pro (192.168.244.171) build (both Ubuntu Linux 18.04)

            Client running:

            root@ICS-TX9:/opt/HomeSeer# mono HSPI_MCSMQTT.exe server=192.168.244.171
            Plugin: mcsMQTT Instance: Connecting to server at 192.168.244.171
            Client Connection Requested
            Callback Established
            Connection Monitoring Starting

            Click image for larger version Name:	mcsMQTT-Remote.jpg Views:	1 Size:	21.0 KB ID:	1301407

            Works fine Linux to Linux.

            Windows 7 to Ubuntu Linux

            Click image for larger version Name:	mcsMQTT-Remote from W7.jpg Views:	1 Size:	114.5 KB ID:	1301408
            HS3 Pro on Linux

            Click image for larger version Name:	mcsMQTT-Remote from W7A.jpg Views:	1 Size:	13.1 KB ID:	1301409 Works fine

            Linux remote to Windows 7

            root@ICS-HS3Pro:/opt/HomeSeer# mono HSPI_MCSMQTT.exe server=192.168.244.170
            Plugin: mcsMQTT Instance: Connecting to server at 192.168.244.170
            Client Connection Requested
            Callback Established
            Connection Monitoring Starting

            Click image for larger version Name:	LinuxtoWindows7.jpg Views:	1 Size:	20.7 KB ID:	1301411
            Works fine.

            xxx
            omg thanks Pete. So much fun to come!!

            Comment


              #7
              taylormia in my plugin testing between Linux an Windows I do use the remote capability. I haven multiple api class computers and from an organizational perspective I can see doing cross-platform implementations. in other cases where the physical interface is not the ubiquitous IP then the remote connection may be mandated.

              Comment


                #8
                ok. thanks.

                Comment

                Working...
                X