Announcement

Collapse
No announcement yet.

HS3 MySensors.org plugin

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

    Any possibility of adding S_SMOKE?

    In any event, thanks for all your hard work!!
    RJ_Make On YouTube

    Comment


      @ServiceXp

      S_SMOKE, I'll see what I can squeeze in for this release.

      Best regards,
      Henrik

      Comment


        Found what looks like another bug related to S_LIGHT. At some point the plug-in stops handling function commands to the relay. Disabling the plug-in and restarting it corrects the issue for a period of time before it starts failing again..

        I have attached a copy of some of the log information for before and after the restart of the plug-in
        Attached Files
        RJ_Make On YouTube

        Comment


          MySensors plugin stopped working

          Hi, I am pretty new here and got inspired by the MySensors framework. So I put together a humidity sensor (with temp) and a servo actuator (S_Cover). Gateway was working. I had the humidity sensor working for a few weeks before I added the servo actuator about 4 days ago. 2 days ago I found that I no longer get updates from the hum and temp sensor. So I started digging in. I restarted the sensor, no use; removed the sensor from the device and tried to re-add it to the device list, found out that the MySensors plugin no longer respond to the Inclusion button, though homeseer never threw an error message; tried with the servo actuator and found that nothing moves anymore. I went into the Arduino serial monitor to look at the gateway, it is getting good connection from the sensor and is getting all the readings. This leads me to believe the MySensors plugin for homeseer stopped working. (I've tried restarting the whole system and it did not change anything)

          The problem is that between when it worked and when it stopped working, I didn't do anything to the system. Nothing changed.

          Is there any suggestion where I should be looking at? This to me is just very strange. I am using the latest version of MySensors plugin.

          Thanks in advance.

          Comment


            Hi,

            I planning to have the new release posted later today. The plugin has overall been quite stable but an issues was introduced with the currently released plugin. I've been running the older plugin versions for months without any issues.

            Best regards,
            Henrik

            Comment


              Have you enabled all the debugging logs to see if there is anything in there that might help?


              Originally posted by wingshigh.g View Post
              Hi, I am pretty new here and got inspired by the MySensors framework. So I put together a humidity sensor (with temp) and a servo actuator (S_Cover). Gateway was working. I had the humidity sensor working for a few weeks before I added the servo actuator about 4 days ago. 2 days ago I found that I no longer get updates from the hum and temp sensor. So I started digging in. I restarted the sensor, no use; removed the sensor from the device and tried to re-add it to the device list, found out that the MySensors plugin no longer respond to the Inclusion button, though homeseer never threw an error message; tried with the servo actuator and found that nothing moves anymore. I went into the Arduino serial monitor to look at the gateway, it is getting good connection from the sensor and is getting all the readings. This leads me to believe the MySensors plugin for homeseer stopped working. (I've tried restarting the whole system and it did not change anything)

              The problem is that between when it worked and when it stopped working, I didn't do anything to the system. Nothing changed.

              Is there any suggestion where I should be looking at? This to me is just very strange. I am using the latest version of MySensors plugin.

              Thanks in advance.
              RJ_Make On YouTube

              Comment


                I have enabled the debug log for all types of messages, the only thing I got was

                "
                5/22/2015 10:13:53 PM | PLUGIN | GENERIC | HSPI_MySensors running.
                5/22/2015 10:13:53 PM | PLUGIN | GENERIC | Assembly: HSPI_MySensors, Version 1.0.5574.17274
                5/22/2015 10:13:53 PM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 0
                5/22/2015 10:13:53 PM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 9
                "

                This is all I have when I started the plugin. No error message at all.

                Comment


                  Originally posted by hleidecker View Post
                  Hi,

                  I planning to have the new release posted later today. The plugin has overall been quite stable but an issues was introduced with the currently released plugin. I've been running the older plugin versions for months without any issues.

                  Best regards,
                  Henrik
                  When you say "older plugin versions", what versions are you referring to?

                  Comment


                    Originally posted by wingshigh.g View Post
                    I have enabled the debug log for all types of messages, the only thing I got was

                    "
                    5/22/2015 10:13:53 PM | PLUGIN | GENERIC | HSPI_MySensors running.
                    5/22/2015 10:13:53 PM | PLUGIN | GENERIC | Assembly: HSPI_MySensors, Version 1.0.5574.17274
                    5/22/2015 10:13:53 PM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 0
                    5/22/2015 10:13:53 PM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 9
                    "

                    This is all I have when I started the plugin. No error message at all.
                    I'm sure you have tried this but..... Disabling the MySensors Plug-in and then Re-enabling it? Maybe un-installing the plug-in and then re-installing.

                    Here is an example of my disable and renable log

                    Code:
                    5/23/2015 10:35:27 AM | PLUGIN | STATUS | Plugin shutting down
                    5/23/2015 10:35:27 AM | PLUGIN | STATUS | HSPI_MySensors terminated.
                    5/23/2015 10:35:37 AM | PLUGIN | GENERIC | HSPI_MySensors running.
                    5/23/2015 10:35:37 AM | PLUGIN | GENERIC | Assembly: HSPI_MySensors, Version 1.0.5574.17274
                    5/23/2015 10:35:37 AM | HOMESEER | STATUS | Plugin: MySensors Instance:  starting...
                    5/23/2015 10:35:37 AM | HOMESEER | STATUS | Connecting to server at 127.0.0.1...
                    5/23/2015 10:35:37 AM | HOMESEER | STATUS | Connection attempt #1
                    5/23/2015 10:35:38 AM | HOMESEER | STATUS | Connected (HomeSeer API 3). Waiting to be initialized...
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_CONTROLLER (0, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 0
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_TEMP (4, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 4
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_TEMP (4, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_TEMP (4, 0) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_ARDUINO_NODE (7, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 7
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_ARDUINO_NODE (7, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (7, 255) - Configuration initialized by user to Imperial.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_ARDUINO_NODE (7, 255) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_TEMP (7, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_TEMP (7, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_TEMP (7, 0) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_ARDUINO_NODE (5, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 5
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_ARDUINO_NODE (5, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (5, 255) - Configuration initialized by user to Metric.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_ARDUINO_NODE (5, 255) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_TEMP (5, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_TEMP (5, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_TEMP (5, 0) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_LIGHT (7, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_LIGHT (7, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_LIGHT (7, 1) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_LIGHT (7, 2) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_LIGHT (7, 2) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_LIGHT (7, 2) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_LIGHT (7, 3) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_LIGHT (7, 3) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_LIGHT (7, 3) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_ARDUINO_RELAY (9, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 9
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_ARDUINO_RELAY (9, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (9, 255) - Configuration initialized by user to Imperial.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_ARDUINO_RELAY (9, 255) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_LIGHT (9, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_LIGHT (9, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_LIGHT (9, 1) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_CONTROLLER (0, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_ARDUINO_NODE (1, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 1
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_ARDUINO_NODE (1, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (1, 255) - Configuration initialized by user to Imperial.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_ARDUINO_NODE (1, 255) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_ARDUINO_NODE (2, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | MYSENSORS | STATUS | MySensors.Controller (0, 0)- Node id allocated: 2
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_ARDUINO_NODE (2, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (2, 255) - Configuration initialized by user to Imperial.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_ARDUINO_NODE (2, 255) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_HUM (2, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_HUM (2, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_HUM (2, 0) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_TEMP (2, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_TEMP (2, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_TEMP (2, 1) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_TEMP (1, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_TEMP (1, 0) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_TEMP (1, 0) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_LIGHT (1, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_LIGHT (1, 1) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_LIGHT (1, 1) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_LIGHT (1, 2) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_LIGHT (1, 2) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer device status changed in S_LIGHT MySensors object.
                    5/23/2015 10:35:38 AM | PLUGIN | STATUS | MySensors.S_LIGHT (1, 2) device created (Request from HomeSeer)
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | HomeSeer.Controller - HomeSeer.S_ARDUINO_NODE (4, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.Controller (0,0) - MySensors.S_ARDUINO_NODE (4, 255) registered by the controller.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (4, 255) - Configuration initialized by user to Imperial.
                    5/23/2015 10:35:38 AM | PLUGIN | DEBUG | MySensors.S_DEVICE (4, 0) - Configuration initialized by other MySensors device to Imperial.
                    5/23/2015 10:35:39 AM | PLUGIN | STATUS | MySensors.S_ARDUINO_NODE (4, 255) device created (Request from HomeSeer)
                    5/23/2015 10:35:39 AM | HOMESEER | STATUS | Done initializing
                    5/23/2015 10:35:40 AM | MYSENSORS | DEBUG | MySensors.Gateway - Message received: 0;0;3;0;14;Gateway startup complete.
                    5/23/2015 10:35:40 AM | PLUGIN | STATUS | MySensors.S_CONTROLLER (0, 0) - Gateway ready.
                    5/23/2015 10:35:40 AM | MYSENSORS | DEBUG | MySensors.SerialGateway - Message sent: 0;0;3;0;5;0
                    5/23/2015 10:35:40 AM | MYSENSORS | DEBUG | MySensors.Gateway - Message received: 0;0;3;0;5;0
                    5/23/2015 10:35:40 AM | PLUGIN | STATUS | MySensors.S_Controller (0, 0) - Inclusion mode: OFF
                    5/23/2015 10:35:40 AM | PLUGIN | STATUS | HomeSeer.S_CONTROLLER (0, 0) - Inclusion mode: OFF
                    RJ_Make On YouTube

                    Comment


                      Hi,

                      A new release is now available with support for S_WEIGHT, S_SMOKE and I_BATTERY_LEVEL and some fixes related to the gateway.

                      Please test it and let me know what you think.

                      Best regards,
                      Henrik

                      Comment


                        Originally posted by hleidecker View Post
                        Hi,

                        A new release is now available with support for S_WEIGHT, S_SMOKE and I_BATTERY_LEVEL and some fixes related to the gateway.

                        Please test it and let me know what you think.

                        Best regards,
                        Henrik
                        Great, thanks Henrik!

                        Cheers
                        Al
                        HS 4.2.8.0: 2134 Devices 1252 Events
                        Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

                        Comment


                          servicexp, you know, sometimes when you feel like you have gone through all possibilities, you just need to talk to someone else to get a fresh eye look.

                          I've done everything other than deleting the S_controller node in homeseer. I did it, everything is fine now. Strange though.

                          Thank you.

                          Comment


                            @wingshigh.g

                            Please try the new version of the plugin. If you see something that doesn't look right, then please let me know.

                            Best regards,
                            Henrik

                            Comment


                              Henrik, in the MySensors build, which one is for the I_BATTERY_LEVEL?

                              I have installed the new plug in and will report if there is anything doesn't look right.

                              Thanks.

                              Comment


                                S_LIGHT is still not updating status (Not sure if this was fixed in this release)

                                S_SMOKE working perfectly -- Thank You
                                I_BATT Working perfectly -- Thank you again.. :-)
                                RJ_Make On YouTube

                                Comment

                                Working...
                                X