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. EasyIoT server - Mysensors Raspberry Pi controller

EasyIoT server - Mysensors Raspberry Pi controller

Scheduled Pinned Locked Moved Controllers
automationraspberrycontroller
32 Posts 13 Posters 27.3k Views 7 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.
  • K kihotx

    which modules are supported now?

    EasyIoTE Offline
    EasyIoTE Offline
    EasyIoT
    wrote on last edited by
    #15

    @Dany I will also implement V_DIMMER in future.
    @kihotx EasyIoT server controller at the moment supports S_DOOR, V_TRIPPED, S_HUM, V_HUM and S_TEMP and V_TEMP. In the new release I will add GPIO support (so you can control also Raspberry Pi GPIO ports) and in MySensor driver I will add S_LIGHT an V_LIGHT

    --
    EasyIoT framework http://iot-playground.com

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kihotx
      wrote on last edited by
      #16

      perferct! when you planning next relesase?

      EasyIoTE 1 Reply Last reply
      0
      • K kihotx

        perferct! when you planning next relesase?

        EasyIoTE Offline
        EasyIoTE Offline
        EasyIoT
        wrote on last edited by
        #17

        @kihotx I hope next week...

        --
        EasyIoT framework http://iot-playground.com

        1 Reply Last reply
        1
        • J Offline
          J Offline
          jilldris
          wrote on last edited by
          #18

          Have tested this now and it works really well! Any news on planned updates? More sensors, ex power/energy meter would be nice.

          EasyIoTE 1 Reply Last reply
          0
          • J jilldris

            Have tested this now and it works really well! Any news on planned updates? More sensors, ex power/energy meter would be nice.

            EasyIoTE Offline
            EasyIoTE Offline
            EasyIoT
            wrote on last edited by
            #19

            @jilldris Thx. I will add more sensors in future and also new protocols. Implementing new sensor type in protocol part is easy, hard part is implementing logic and visualization in web UI interface.
            In new release I've added S_LIGHT an V_LIGHT. It works with mysensors relay example.. In new version I've also added Raspberry Pi GPIO driver to control GPIO pins.
            3-12-2014 22-07-21.png

            --
            EasyIoT framework http://iot-playground.com

            EasyIoTE 1 Reply Last reply
            0
            • EasyIoTE EasyIoT

              @jilldris Thx. I will add more sensors in future and also new protocols. Implementing new sensor type in protocol part is easy, hard part is implementing logic and visualization in web UI interface.
              In new release I've added S_LIGHT an V_LIGHT. It works with mysensors relay example.. In new version I've also added Raspberry Pi GPIO driver to control GPIO pins.
              3-12-2014 22-07-21.png

              EasyIoTE Offline
              EasyIoTE Offline
              EasyIoT
              wrote on last edited by
              #20

              New version of EasyIoT server supports MySensors S_MOTION and V_TRIPPED. All supported MySensors types in EasyIoT server are:
              S_DOOR, V_TRIPPED,
              S_HUM, V_HUM,
              S_TEMP,V_TEMP,
              S_LIGHT and V_LIGHT,
              S_MOTION and V_TRIPPED.

              Now is also supported ESP8266 WiFi module.

              --
              EasyIoT framework http://iot-playground.com

              1 Reply Last reply
              0
              • EasyIoTE Offline
                EasyIoTE Offline
                EasyIoT
                wrote on last edited by
                #21

                New version of EasyIoT server is released. Supported MySensor data types are:
                S_DOOR, V_TRIPPED,
                S_HUM, V_HUM,
                S_TEMP,V_TEMP,
                S_LIGHT and V_LIGHT,
                S_MOTION and V_TRIPPED.
                I_TIME
                S_DIMMER, V_DIMMER, V_LIGHT
                S_LIGHT_LEVEL, V_LIGHT_LEVEL
                S_BARO, V_PRESSURE, V_FORECAST

                We also added automation functions and SMS gateway (control and monitor your network with SMS).
                dimmer.png

                EasyIoT server download link

                --
                EasyIoT framework http://iot-playground.com

                EasyIoTE 1 Reply Last reply
                0
                • EasyIoTE EasyIoT

                  New version of EasyIoT server is released. Supported MySensor data types are:
                  S_DOOR, V_TRIPPED,
                  S_HUM, V_HUM,
                  S_TEMP,V_TEMP,
                  S_LIGHT and V_LIGHT,
                  S_MOTION and V_TRIPPED.
                  I_TIME
                  S_DIMMER, V_DIMMER, V_LIGHT
                  S_LIGHT_LEVEL, V_LIGHT_LEVEL
                  S_BARO, V_PRESSURE, V_FORECAST

                  We also added automation functions and SMS gateway (control and monitor your network with SMS).
                  dimmer.png

                  EasyIoT server download link

                  EasyIoTE Offline
                  EasyIoTE Offline
                  EasyIoT
                  wrote on last edited by
                  #22

                  New beta 0_7b1 is out for testing. New MySensor supported data types are:

                  S_DISTANCE, V_DISTANCE
                  S_DUST, V_DUST_LEVEL
                  S_POWER, V_WATT, V_KWH
                  S_WATER, V_FLOW, V_VOLUME
                  S_UV, V_UV
                  S_MOTION, V_TRIPPED - > also supports motion detector

                  --
                  EasyIoT framework http://iot-playground.com

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    aur
                    wrote on last edited by
                    #23

                    @EasyIoT Does anybody know if there are any basic instructions available on how to installing/using EasyIoT ? I haven't used a Raspberry Pi before.

                    The instructions given on MySensors for the Vera controller are really good. Is anything similar available for EasyIoT?

                    EasyIoTE 1 Reply Last reply
                    0
                    • A aur

                      @EasyIoT Does anybody know if there are any basic instructions available on how to installing/using EasyIoT ? I haven't used a Raspberry Pi before.

                      The instructions given on MySensors for the Vera controller are really good. Is anything similar available for EasyIoT?

                      EasyIoTE Offline
                      EasyIoTE Offline
                      EasyIoT
                      wrote on last edited by
                      #24

                      @aur did you check EasyIoT server installation. Just connect NRF24L01 directly to RPI and then download RPI image and put it to SD card. In latest beta you have also support for RPI2.

                      --
                      EasyIoT framework http://iot-playground.com

                      1 Reply Last reply
                      1
                      • EasyIoTE Offline
                        EasyIoTE Offline
                        EasyIoT
                        wrote on last edited by EasyIoT
                        #25

                        New version of EasyIoT server V0.7 released. Supported MySesnors data types are:

                        S_DOOR, V_TRIPPED Low power door/window sensor,
                        S_HUM, V_HUM,
                        S_TEMP,V_TEMP,
                        S_LIGHT and V_LIGHT,
                        S_MOTION and V_TRIPPED.
                        I_TIME
                        S_DIMMER, V_DIMMER, V_LIGHT
                        S_LIGHT_LEVEL, V_LIGHT_LEVEL
                        S_BARO, V_PRESSURE, V_FORECAST
                        S_DISTANCE, V_DISTANCE
                        S_DUST, V_DUST_LEVEL
                        S_POWER, V_WATT, V_KWH
                        S_WATER, V_FLOW, V_VOLUME
                        S_UV, V_UV
                        S_MOTION, V_TRIPPED - > also supports motion detector

                        You can download latest release at EasyIoT server download

                        --
                        EasyIoT framework http://iot-playground.com

                        1 Reply Last reply
                        0
                        • H Offline
                          H Offline
                          hawk_2050
                          wrote on last edited by
                          #26

                          Hi,

                          just been trying out version 0.7 of EasyIoT. I've got my battery powered nodes reporting correctly the temperature sensor value in EasyIoT. They do however also transmit the current battery voltage of the node but so far I haven't seen a way to have EasyIoT report that 'sensor' value. Have I missed something or is this not yet supported?

                          Many thanks for your work.

                          Cheers
                          Richard

                          EasyIoTE 1 Reply Last reply
                          0
                          • H hawk_2050

                            Hi,

                            just been trying out version 0.7 of EasyIoT. I've got my battery powered nodes reporting correctly the temperature sensor value in EasyIoT. They do however also transmit the current battery voltage of the node but so far I haven't seen a way to have EasyIoT report that 'sensor' value. Have I missed something or is this not yet supported?

                            Many thanks for your work.

                            Cheers
                            Richard

                            EasyIoTE Offline
                            EasyIoTE Offline
                            EasyIoT
                            wrote on last edited by
                            #27

                            @hawk_2050 Battery status is supported. You do not need to configure anything. Just send battery status and it will show in user interface.

                            --
                            EasyIoT framework http://iot-playground.com

                            EasyIoTE 1 Reply Last reply
                            0
                            • EasyIoTE EasyIoT

                              @hawk_2050 Battery status is supported. You do not need to configure anything. Just send battery status and it will show in user interface.

                              EasyIoTE Offline
                              EasyIoTE Offline
                              EasyIoT
                              wrote on last edited by
                              #28

                              Just released EasyIoT server beta v0_8b1 with support for MySensors:S_COVER, V_UP, V_STOP, V_DOWN, V_DIMMER.

                              --
                              EasyIoT framework http://iot-playground.com

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

                                Why IOT-server does not supported now by MySensor.org?
                                It was deleted from the list of controllers.

                                1 Reply Last reply
                                0
                                • K Offline
                                  K Offline
                                  kapperi
                                  wrote on last edited by
                                  #30

                                  @EasyIoT I was wondering the same thing as @virgus1970

                                  I liked EasyIoT because it´s so light and fast to install. But is it really necessary to restrain node discovery to be automatic only, there could be some kind of manual discovery too. I mean that debug shows messages from nodes and there you could get the node id, child_id and message type, as far as I understand thats all that controller needs?

                                  One best thing is that radio works directly from rpi and I don´t have to hussle with gateways separately...

                                  Unfortunately EasyIoT have a lot of developement to do to be the best controller, there´s a good start to achieve that goal... Domoticz is pretty good too, but it´s way too heavy and slow for me.

                                  1 Reply Last reply
                                  0
                                  • H Offline
                                    H Offline
                                    hyla
                                    wrote on last edited by
                                    #31

                                    No luck here ...
                                    I've installed EasyIoT V0.8 via SDcard image.
                                    The wiring is done as on this page:
                                    http://www.instructables.com/id/Low-power-doorwindow-sensor/step2/EasyIoT-server/
                                    Now, I can open the EasyIoT webpage, so that part seems to be working. But I can't seem to
                                    enable the MySensors Driver. Unlike with other drivers, clicking the "Disable" button will not show
                                    additional menue items (like "add nodes"). And clicking the button "won't stick", it's always back to
                                    "disable". [B.t.w.: the labelling of the button seems counter intuitive in a way... clicking a "disable" button
                                    to enable something doesn't really make sense ;) ]

                                    All I did on the Raspi was a sudo apt-get update/upgrade.
                                    And in the "MysensorsConfig.xml" I tried to change the channel from 90 to 76, because all my mysensor-
                                    sensors are using that (It won't stick either, though. After rebooting the number is back to 90).
                                    Apart from that EasyIoT is exactly as it comes on the image.

                                    Help, anyone? How can I proceed?
                                    B.t.w.: how do You run EasyIoT in the command line manually? I can't start it there, obviously because
                                    it's already running ...

                                    Thanks,
                                    Christoph

                                    1 Reply Last reply
                                    0
                                    • msamy.earthM Offline
                                      msamy.earthM Offline
                                      msamy.earth
                                      wrote on last edited by msamy.earth
                                      #32

                                      @EasyIoT Can you share your implementation for MySensorsDriver?

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


                                      14

                                      Online

                                      11.7k

                                      Users

                                      11.2k

                                      Topics

                                      113.1k

                                      Posts


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