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. Freedomotic
  4. Freedomotic

Freedomotic

Scheduled Pinned Locked Moved Freedomotic
automationserialgatewaycontroller
72 Posts 15 Posters 41.5k Views 4 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.
  • freedomoticF Offline
    freedomoticF Offline
    freedomotic
    Plugin Developer
    wrote on last edited by
    #39

    Hi @dzairo
    I need more info, for example your configuration data. Probably your serial port is not set correctly.
    Start Freedomotic, go to Plugins->Configure (in Main menu), select MySensors and set your gateway port.
    If you can start freedomotic from command line as "java -jar freedomotic.jar" so you can see all error messages.
    I'm improving documentation and log messages.
    Thanks for support

    Freedomotic Iot & Smart Spaces framework
    http://www.freedomotic.com

    1 Reply Last reply
    0
    • freedomoticF freedomotic

      Hi @asterisco
      can you post a complete console log? If you double click on plugin icon (to stop it) and do the same to restart it do you receive the same error? Thanks for support

      A Offline
      A Offline
      asterisco
      wrote on last edited by
      #40

      @asterisco said:

      my sensors is reciving a command while is not running. Turn on the plugin first.

      quite similar errors with the plugin started or stoped

      plugin stoped: my sensors is reciving a command while is not running. Turn on the plugin first.
      ** plugin started:** Succesfull test receives a command while is not ruuning. Turn on the plugin firsr

      the logs appear and disappear as quikly thar they are almost imposible to read and i de log file is empty

      bye

      1 Reply Last reply
      0
      • freedomoticF Offline
        freedomoticF Offline
        freedomotic
        Plugin Developer
        wrote on last edited by
        #41

        Hi @asterisco
        I uploaded a new version with improved log messages. Can you remove the old plugin folder and reinstall it?
        Are you using the last dailybuild?
        Thanks

        Freedomotic Iot & Smart Spaces framework
        http://www.freedomotic.com

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Martin Guttesen
          wrote on last edited by
          #42

          I get an exception when i try to use mysensor plugin
          Windows 8.1
          INFO <AWT-EventQueue-0> [Plugin] Starting plugin MySensors
          Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/freed
          omotic/objects/EnvObjectPersistence
          at com.freedomotic.plugins.devices.mysensors.MySensors.loadConfiguredObj
          ects(MySensors.java:227)
          at com.freedomotic.plugins.devices.mysensors.MySensors.onStart(MySensors
          .java:65)
          at com.freedomotic.api.Protocol$1.run(Protocol.java:133)
          at org.apache.shiro.subject.support.SubjectRunnable.doRun(SubjectRunnabl
          e.java:120)
          at org.apache.shiro.subject.support.SubjectRunnable.run(SubjectRunnable.
          java:108)
          at org.apache.shiro.subject.support.DelegatingSubject.execute(Delegating
          Subject.java:391)
          at com.freedomotic.security.AuthImpl2.executePrivileged(AuthImpl2.java:1
          86)
          at com.freedomotic.security.AuthImpl2.pluginExecutePrivileged(AuthImpl2.
          java:177)
          at com.freedomotic.api.Protocol.start(Protocol.java:151)
          at com.freedomotic.jfrontend.PluginJList$1$1.actionPerformed(PluginJList
          .java:116)
          at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
          at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
          at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
          at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
          at javax.swing.AbstractButton.doClick(Unknown Source)
          at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
          at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
          Source)
          at java.awt.Component.processMouseEvent(Unknown Source)
          at javax.swing.JComponent.processMouseEvent(Unknown Source)
          at java.awt.Component.processEvent(Unknown Source)
          at java.awt.Container.processEvent(Unknown Source)
          at java.awt.Component.dispatchEventImpl(Unknown Source)
          at java.awt.Container.dispatchEventImpl(Unknown Source)
          at java.awt.Component.dispatchEvent(Unknown Source)
          at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
          at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
          at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
          at java.awt.Container.dispatchEventImpl(Unknown Source)
          at java.awt.Window.dispatchEventImpl(Unknown Source)
          at java.awt.Component.dispatchEvent(Unknown Source)
          at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
          at java.awt.EventQueue.access$200(Unknown Source)
          at java.awt.EventQueue$3.run(Unknown Source)
          at java.awt.EventQueue$3.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
          ce)
          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
          ce)
          at java.awt.EventQueue$4.run(Unknown Source)
          at java.awt.EventQueue$4.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
          ce)
          at java.awt.EventQueue.dispatchEvent(Unknown Source)
          at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
          at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
          at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
          at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
          at java.awt.EventDispatchThread.run(Unknown Source)
          Caused by: java.lang.ClassNotFoundException: com.freedomotic.objects.EnvObjectPe
          rsistence
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          ... 48 more

          1 Reply Last reply
          0
          • freedomoticF Offline
            freedomoticF Offline
            freedomotic
            Plugin Developer
            wrote on last edited by
            #43

            Thanks for your report.
            I'll take a look ASAP.

            Freedomotic Iot &amp; Smart Spaces framework
            http://www.freedomotic.com

            1 Reply Last reply
            0
            • S Offline
              S Offline
              sdndba
              wrote on last edited by
              #44

              Hi @freedomotic
              I've read over all the posts and would like to get an update on the status of the plugin, also would like to know where to get the latest version. If I can get this installed I can help you test in on a very large system with over 50 nodes with various sensors on a ranch. Thanks,

              1 Reply Last reply
              0
              • freedomoticF Offline
                freedomoticF Offline
                freedomotic
                Plugin Developer
                wrote on last edited by
                #45

                Hi @sdndba
                thanks for your offer. We are working on a new version. When it is available I'll post here.
                Happy new year!!!

                Freedomotic Iot &amp; Smart Spaces framework
                http://www.freedomotic.com

                1 Reply Last reply
                0
                • freedomoticF Offline
                  freedomoticF Offline
                  freedomotic
                  Plugin Developer
                  wrote on last edited by
                  #46

                  Hello
                  @sdndba you can try a new version (in attachment)
                  Download from http://teamcity.codebetter.com/guestAuth/repository/download/bt1177/.lastSuccessful/freedomotic-5.6.0-{build.number}.zip
                  Extract it, then extract the plugin into freedomotic_folder/plugins/devices.
                  Let me know
                  Thanks for supportmysensors.zip

                  Freedomotic Iot &amp; Smart Spaces framework
                  http://www.freedomotic.com

                  BobCB 1 Reply Last reply
                  0
                  • freedomoticF freedomotic

                    Hello
                    @sdndba you can try a new version (in attachment)
                    Download from http://teamcity.codebetter.com/guestAuth/repository/download/bt1177/.lastSuccessful/freedomotic-5.6.0-{build.number}.zip
                    Extract it, then extract the plugin into freedomotic_folder/plugins/devices.
                    Let me know
                    Thanks for supportmysensors.zip

                    BobCB Offline
                    BobCB Offline
                    BobC
                    wrote on last edited by
                    #47

                    @freedomotic Good morning and thanks to all for the hard work you put in.

                    I went to Domotic website - downloaded the zip files , all fine but when trying to load the Mysensors plugin it was unavailable!!
                    I'm just starting with win 7 but will upgrade to pi when I get a bit of experience.
                    Any idea whrn the plugin will be available?

                    thanks

                    1 Reply Last reply
                    0
                    • freedomoticF Offline
                      freedomoticF Offline
                      freedomotic
                      Plugin Developer
                      wrote on last edited by
                      #48

                      Hi @BobC
                      we are working on the plugin but we need some testers. Nobody is helping us now. Did you try the post attached zip file? If you want we can collaborate. Thanks

                      Freedomotic Iot &amp; Smart Spaces framework
                      http://www.freedomotic.com

                      1 Reply Last reply
                      0
                      • freedomoticF Offline
                        freedomoticF Offline
                        freedomotic
                        Plugin Developer
                        wrote on last edited by
                        #49

                        We are very glad to announce that Freedomotic is on Canonical Ubuntu Snappy Official Page ("Our Partners" section). A great result for our efforts!
                        http://www.ubuntu.com/things

                        Freedomotic Iot &amp; Smart Spaces framework
                        http://www.freedomotic.com

                        1 Reply Last reply
                        0
                        • Roberto BrunialtiR Offline
                          Roberto BrunialtiR Offline
                          Roberto Brunialti
                          wrote on last edited by
                          #50

                          Hi, what about the mysensor plugin? I would like to try the freedomotic frontend with raspberrypi as a (serial)gateway. Are there any tutorials about?
                          thanks

                          1 Reply Last reply
                          0
                          • freedomoticF Offline
                            freedomoticF Offline
                            freedomotic
                            Plugin Developer
                            wrote on last edited by
                            #51

                            Hi Roberto
                            thanks for your interest. The plugin is in stand-by because I don't have any hardware for tests. I asked some help on this forum with no success. If you want we can collaborate. I tried a first draft using a fake serial connection on Windows. Let me know your idea with Raspi. Bye

                            Freedomotic Iot &amp; Smart Spaces framework
                            http://www.freedomotic.com

                            1 Reply Last reply
                            0
                            • freedomoticF Offline
                              freedomoticF Offline
                              freedomotic
                              Plugin Developer
                              wrote on last edited by
                              #52

                              Hi @Roberto-Brunialti
                              are you still interested?

                              Freedomotic Iot &amp; Smart Spaces framework
                              http://www.freedomotic.com

                              1 Reply Last reply
                              0
                              • Roberto BrunialtiR Offline
                                Roberto BrunialtiR Offline
                                Roberto Brunialti
                                wrote on last edited by
                                #53

                                Yes, I' am. Still to understand the needs in terms of sensors, gw and so on...
                                Never used before mysensor, but i've got 4 sensordend boards.
                                I should be able to setup a gw with nrf+ in a raspberry 2.

                                1 Reply Last reply
                                0
                                • V Offline
                                  V Offline
                                  virgus1970
                                  wrote on last edited by
                                  #54

                                  Hi, Freedomotic!
                                  I'm too interesting in testing hardware (sensors & rellays) with MySensor Plugin on Pi B+. Do You need one more tester?

                                  1 Reply Last reply
                                  0
                                  • freedomoticF Offline
                                    freedomoticF Offline
                                    freedomotic
                                    Plugin Developer
                                    wrote on last edited by
                                    #55

                                    Of course @virgus1970 , I need all possible testers.
                                    I'm updating the plugin to start testing. For now you can install Freedomotic on your raspberry and try it. The plugin works with the upcoming version 5.6 you can download from http://teamcity.codebetter.com/guestAuth/repository/download/bt1177/.lastSuccessful/freedomotic-5.6.0-{build.number}.zip

                                    Freedomotic Iot &amp; Smart Spaces framework
                                    http://www.freedomotic.com

                                    1 Reply Last reply
                                    0
                                    • V Offline
                                      V Offline
                                      virgus1970
                                      wrote on last edited by
                                      #56

                                      Ok. I'm going to start next week & will keep You up to date

                                      1 Reply Last reply
                                      0
                                      • freedomoticF Offline
                                        freedomoticF Offline
                                        freedomotic
                                        Plugin Developer
                                        wrote on last edited by
                                        #57

                                        Hi, in attachment the new development version. You need to download freedomotic from the previous link (teamcity), extract the plugin zip to freedomotic_root/plugins/devices folder and then modify your serial port name in mysensors-manifest.xml.
                                        Start Freedomotic and double click on Mysensors icon.
                                        mysensors.zip

                                        Freedomotic Iot &amp; Smart Spaces framework
                                        http://www.freedomotic.com

                                        barduinoB 1 Reply Last reply
                                        0
                                        • freedomoticF freedomotic

                                          Hi, in attachment the new development version. You need to download freedomotic from the previous link (teamcity), extract the plugin zip to freedomotic_root/plugins/devices folder and then modify your serial port name in mysensors-manifest.xml.
                                          Start Freedomotic and double click on Mysensors icon.
                                          mysensors.zip

                                          barduinoB Offline
                                          barduinoB Offline
                                          barduino
                                          wrote on last edited by
                                          #58

                                          @freedomotic

                                          When you say you dont have hardware for testing, what do you mean?

                                          Do you have ate least 2 Arduinos?

                                          Im working on a way to simulate sensors, still alpha and not tested (im travelling) but so far it should be capable of simulating 12 sensors.

                                          Would this work for you?

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


                                          18

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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