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.6k 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
    #3

    Hi,
    I have a question about commands for actuators. Is it possible to control a light (on/off)?
    In this case must I write a command on serial?
    Can you give me an example?

    Thanks

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

    hekH 1 Reply Last reply
    0
    • freedomoticF freedomotic

      Hi,
      I have a question about commands for actuators. Is it possible to control a light (on/off)?
      In this case must I write a command on serial?
      Can you give me an example?

      Thanks

      hekH Offline
      hekH Offline
      hek
      Admin
      wrote on last edited by
      #4

      @freedomotic

      To turn on a light for node-id 13 with child-sensor-id 1 write the following to the gateway. In this example I don't ask for ack back to controller.

      13;1;1;0;2;1\n
      
      1 Reply Last reply
      0
      • freedomoticF Offline
        freedomoticF Offline
        freedomotic
        Plugin Developer
        wrote on last edited by
        #5

        Hi,
        the first prototype is ready for testing.
        First of all you must download the last build from http://teamcity.codebetter.com/guestAuth/repository/download/bt1177/.lastSuccessful/freedomotic-5.6.0-{build.number}.zip

        Java 1.7 required.
        Next extract the attached file into freedomotic_ROOT/plugins/devices.
        Open mysensors-manifest.xml into mysensors folder and set the port name of your gateway.
        Start freedomotic and then click on the plugin icon on the left side. It will be green.
        The plugin is configured for lights, temperature, pressure and light sensor. A new sensor icon will be added on the map. For lights you can click on it to turn on/off.
        It requires testing and adjustments so if you want to give a try let me know.
        Thanks

        mysensors.zip

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

        1 Reply Last reply
        1
        • hekH Offline
          hekH Offline
          hek
          Admin
          wrote on last edited by
          #6

          @freedomotic

          We get small donations from the MySensors member to develop the project. New controller support is something we really encourage. If @freedomotic team need a small contribution to buy test-hardware let me know.

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

            Hi Hek
            thanks for your offer. I think testing on large scale it's better to find and remove bugs.
            For now I'm using a simulator based on Arduino (without sensors/actuator) to send protocol strings on the serial.
            It seems working well.

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

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

              Here some screenshots
              mysensors1.png
              mysensors2.png
              mysensors3.png
              mysensros4.png

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

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

                Hi Hek
                I added an icon from your Github profile. Can I use it?

                mysensors.png

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

                hekH 1 Reply Last reply
                0
                • freedomoticF freedomotic

                  Hi Hek
                  I added an icon from your Github profile. Can I use it?

                  mysensors.png

                  hekH Offline
                  hekH Offline
                  hek
                  Admin
                  wrote on last edited by
                  #10

                  @freedomotic

                  Yes.

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

                    Hi all,
                    we created a page on our marketplace http://www.freedomotic.com/content/plugins/mysensors
                    You can download and test the plugin. For now I just simulated the serial protocol by a customized arduino sketch.
                    Bye

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

                    1 Reply Last reply
                    0
                    • hekH Offline
                      hekH Offline
                      hek
                      Admin
                      wrote on last edited by
                      #12

                      Added page on http://www.mysensors.org/build/freedomotic

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

                        Thanks!
                        Just a note: in home page news there is a little typo: Freedomotic(s). So the link is broken.

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

                        hekH 1 Reply Last reply
                        0
                        • freedomoticF freedomotic

                          Thanks!
                          Just a note: in home page news there is a little typo: Freedomotic(s). So the link is broken.

                          hekH Offline
                          hekH Offline
                          hek
                          Admin
                          wrote on last edited by
                          #14

                          @freedomotic said:

                          a little typo

                          Doh.. It will be fixed in a few minutes.

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

                            Hi all,
                            source code is now integrated on our master branch https://github.com/freedomotic/freedomotic/tree/master/plugins/devices/mysensors
                            Thanks

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

                            C 1 Reply Last reply
                            0
                            • freedomoticF freedomotic

                              Hi all,
                              source code is now integrated on our master branch https://github.com/freedomotic/freedomotic/tree/master/plugins/devices/mysensors
                              Thanks

                              C Offline
                              C Offline
                              Chetan
                              wrote on last edited by
                              #16

                              Hi @freedomotic , i am not able to download the mysensors plugin from market place.. it is showing conteneously as connecting to online respository...

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

                                Hi @Chetan
                                I just installed the plugin with no problem.
                                Can you try again? Anyway you can download the file manually from marketplace page 1 Right click and Save as.. on .device file
                                2. Unzip it into freedomotic_root/plugins/devices

                                Let me know and thanks

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

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

                                  Hi all,
                                  we are translating our software in different languages: in particular Swedish.
                                  Can you take a look and verify if it's correct?
                                  Thanks

                                  https://www.transifex.com/projects/p/freedomotic-open-source-buildi/

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

                                  1 Reply Last reply
                                  0
                                  • D Offline
                                    D Offline
                                    diamantmatch
                                    wrote on last edited by
                                    #19

                                    hey all,

                                    I have installed freedomotic on my pc and up and running with the mysensors plugin.
                                    there is a serial gateway(arduino duemilanove) connected via USB. i also have one sensor in the field with a relay switch.

                                    The serial connection of the gateway to the mysensors plugin is open. I verified this through the log view plugin where i saw the gateway presenting itself and telling the gateway startup is complete.

                                    The problem however is that when the sensor presents itsself asking for a node-ID, the controller never responds with anything. The node just keeps asking for a node ID by presenting as ID 255.
                                    Is there some kind of option in freedomotic or the mysensors plugin where i have to enable the vending of node ID's ? Or am i doing something wrong here..

                                    Thanks in advance,

                                    vincent

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

                                      Hi Vincent,
                                      please can you give me more details? What's the expected reply from the controller (freedomotic)?
                                      And your sensor request? I developed the plugin by simulating devices communications. Maaybe something is not complete.
                                      Thanks for your support.

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

                                      A 1 Reply Last reply
                                      0
                                      • hekH Offline
                                        hekH Offline
                                        hek
                                        Admin
                                        wrote on last edited by
                                        #21

                                        Hi @freedomotic

                                        I think @diamantmatch wants to use the AUTO-id feature from a sensor-node.
                                        The node expects controller to reply to this id-request with a unique number between 1-254. Controller keep track of which numbers that is "taken" and only hand out a number once.

                                        <nodeId>;255;3;0;4<new id>

                                        See http://mysensors.org/build/serial_api for a explanation of the 3;0;4 part.

                                        1 Reply Last reply
                                        1
                                        • D Offline
                                          D Offline
                                          diamantmatch
                                          wrote on last edited by
                                          #22

                                          hey @freedomotic

                                          The AUTO-id feature @hek explains is exactly what i mean.
                                          The node in my network doesnt know what ID to listen to and requests a unique ID from the controller.

                                          I like the plugin for freedomotics a lot! and i hope the AUTO-id feature can be functional with my setup anytime soon.

                                          thanks!

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


                                          12

                                          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