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. MyNodes.NET
  4. MyNodes.NET 2.0

MyNodes.NET 2.0

Scheduled Pinned Locked Moved MyNodes.NET
31 Posts 11 Posters 11.0k Views 14 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.
  • keldandorinK Offline
    keldandorinK Offline
    keldandorin
    wrote on last edited by
    #19

    This is soooooooo great. I been trying to program something like this for month but as a total N00B it has been harder then I thought. Got a hold bunch off ideas to expand this. :)

    1. Email Node - Send mail message
    2. Send message to Azure IoT hub
    3. Resive message from Azure
    4. Send Message to Azure mobile hub for Push notifications
    5. Read From External Database
    6. Write To External Database

    Couple of questians
    Is it possible to run this as a service in windows and not as a console app?
    Is it possible to make it work on Windows IoT ?

    And again super nice gateway alot of thx.

    //Håkan

    derwishD 1 Reply Last reply
    0
    • keldandorinK keldandorin

      This is soooooooo great. I been trying to program something like this for month but as a total N00B it has been harder then I thought. Got a hold bunch off ideas to expand this. :)

      1. Email Node - Send mail message
      2. Send message to Azure IoT hub
      3. Resive message from Azure
      4. Send Message to Azure mobile hub for Push notifications
      5. Read From External Database
      6. Write To External Database

      Couple of questians
      Is it possible to run this as a service in windows and not as a console app?
      Is it possible to make it work on Windows IoT ?

      And again super nice gateway alot of thx.

      //Håkan

      derwishD Offline
      derwishD Offline
      derwish
      Contest Winner
      wrote on last edited by
      #20

      @keldandorin Hi. I've added your ideas to my task list. Thank you. If you can program in C#, you can try to do it yourself. Read documentation for developers.
      I haven't experimented with Windows IOT yet, but it certainly works under Linux on the raspberry.
      On about the service, I'll look for options, how to do it. It is a necessary thing for me too.

      keldandorinK 1 Reply Last reply
      0
      • derwishD derwish

        @keldandorin Hi. I've added your ideas to my task list. Thank you. If you can program in C#, you can try to do it yourself. Read documentation for developers.
        I haven't experimented with Windows IOT yet, but it certainly works under Linux on the raspberry.
        On about the service, I'll look for options, how to do it. It is a necessary thing for me too.

        keldandorinK Offline
        keldandorinK Offline
        keldandorin
        wrote on last edited by
        #21

        @derwish Cool. I have working code for sending and resiveing messages from azure. Read the dev documents and will try to make a node as soon as I can.

        1 Reply Last reply
        0
        • lordsidneyL Offline
          lordsidneyL Offline
          lordsidney
          wrote on last edited by
          #22

          Hi,

          I'm really interested in this software, but I'm also a .NET beginer. I got an issue when executing web.cmd ==> "dnx.win32.dll could not be loaded. Last error : 87"...

          Is there someone who could tell me what is going wrong ?

          derwishD 1 Reply Last reply
          0
          • lordsidneyL lordsidney

            Hi,

            I'm really interested in this software, but I'm also a .NET beginer. I got an issue when executing web.cmd ==> "dnx.win32.dll could not be loaded. Last error : 87"...

            Is there someone who could tell me what is going wrong ?

            derwishD Offline
            derwishD Offline
            derwish
            Contest Winner
            wrote on last edited by
            #23

            @lordsidney This error occurs on Windows 7, if you have not installed the system update. https://github.com/aspnet/dnx/issues/3213

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              Qu3Uk
              wrote on last edited by
              #24

              Any plans to support the MQTT gateway.. I'm finding I want to use multiple controllers but I find the Ethernet gateway supports only so many connections so I want to move towards using MQTT.

              derwishD 1 Reply Last reply
              0
              • Q Qu3Uk

                Any plans to support the MQTT gateway.. I'm finding I want to use multiple controllers but I find the Ethernet gateway supports only so many connections so I want to move towards using MQTT.

                derwishD Offline
                derwishD Offline
                derwish
                Contest Winner
                wrote on last edited by
                #25

                @Qu3Uk I haven't built MQTT gateway yet. There is a sense to experiment with it?

                1 Reply Last reply
                0
                • sle118S Offline
                  sle118S Offline
                  sle118
                  wrote on last edited by
                  #26

                  This looks very interesting!

                  A couple of questions

                  • does it require a special mySensor version? I have setup an esp8266 with the most recent github in the stable branch, but the gateways doesn't seem to want to respond to myNodes. The gateway works just fine with veralite
                  • any way to pull other veralite zwave devices through the gateway? It would complement the vets really well!
                  derwishD 1 Reply Last reply
                  0
                  • sle118S sle118

                    This looks very interesting!

                    A couple of questions

                    • does it require a special mySensor version? I have setup an esp8266 with the most recent github in the stable branch, but the gateways doesn't seem to want to respond to myNodes. The gateway works just fine with veralite
                    • any way to pull other veralite zwave devices through the gateway? It would complement the vets really well!
                    derwishD Offline
                    derwishD Offline
                    derwish
                    Contest Winner
                    wrote on last edited by
                    #27

                    @sle118 I haven't checked esp8266 gateway. I'll try to build it soon and check it out. The controller should work with any version.
                    I will add support for zwave devices, as soon as I get one. So far, I have not.

                    1 Reply Last reply
                    0
                    • ManuInNZM Offline
                      ManuInNZM Offline
                      ManuInNZ
                      wrote on last edited by
                      #28

                      Hi

                      I saw someone was trying to create a Docker container for it. Yet I do not seems to get it going.
                      Did anyone succeed ?
                      I would love to run it on my Synology to replace Home Assistant.

                      Cheers
                      Manu

                      1 Reply Last reply
                      0
                      • AWIA Offline
                        AWIA Offline
                        AWI
                        Hero Member
                        wrote on last edited by AWI
                        #29

                        Finally had some time to get this beauty (& contest winner) working... my first experiences:

                        Installation

                        • I got completely lost in the Raspberry installation. So many installs, waiting, not knowing what I'm doing and failure messages... so I decided to move to an old notebook on windows 10. Worked in a few minutes :-)

                        Experience
                        Set up my just designed Wind sensor. Connected a serial gateway and there it was, including graphing etc.
                        The Wind sensor is a multiple sensor node: i.e.:

                        • S_WIND with V_GUST, V_DIRECTION & V_WIND
                        • S_BARO with V_BARO
                        • S_TEMP with V_TEMP

                        All S_types were created in the node but with only one V_TYPE and only one output for S_WIND showing a last sent value (either gust -or- direction -or- wind (speed). So something going wrong here.

                        Other: working smooth, intuitive, many (yet undiscovered) features.

                        I will keep posting my findings..

                        derwishD 1 Reply Last reply
                        0
                        • AWIA AWI

                          Finally had some time to get this beauty (& contest winner) working... my first experiences:

                          Installation

                          • I got completely lost in the Raspberry installation. So many installs, waiting, not knowing what I'm doing and failure messages... so I decided to move to an old notebook on windows 10. Worked in a few minutes :-)

                          Experience
                          Set up my just designed Wind sensor. Connected a serial gateway and there it was, including graphing etc.
                          The Wind sensor is a multiple sensor node: i.e.:

                          • S_WIND with V_GUST, V_DIRECTION & V_WIND
                          • S_BARO with V_BARO
                          • S_TEMP with V_TEMP

                          All S_types were created in the node but with only one V_TYPE and only one output for S_WIND showing a last sent value (either gust -or- direction -or- wind (speed). So something going wrong here.

                          Other: working smooth, intuitive, many (yet undiscovered) features.

                          I will keep posting my findings..

                          derwishD Offline
                          derwishD Offline
                          derwish
                          Contest Winner
                          wrote on last edited by derwish
                          #30

                          @AWI Hi.

                          You're right. The installation process on Linux is a bit confusing. There is a video on my YouTube channel where I showed all the steps. This will help. Microsoft will soon release ASP.NET5 RC2. It should simplify installation on Linux. Then I will release 2.1 using the new framework and add new functionality.

                          Currently, the controller works according to this scheme: one sensor - one type of data. I tried to make it so that one sensor gave different data, but it caused a lot of problems, so I decided to leave it as is for now.
                          The main problem is that when any of the nodes registered in the network, it does not transmit what data types it operates. But the controller need to know what types of data can be sent to the node to draw a pin for each type. I can make these manual settings. But I don't know how to make it work automatically. If someone will write how it is implemented in other controllers, I will do the same.

                          AWIA 1 Reply Last reply
                          0
                          • derwishD derwish

                            @AWI Hi.

                            You're right. The installation process on Linux is a bit confusing. There is a video on my YouTube channel where I showed all the steps. This will help. Microsoft will soon release ASP.NET5 RC2. It should simplify installation on Linux. Then I will release 2.1 using the new framework and add new functionality.

                            Currently, the controller works according to this scheme: one sensor - one type of data. I tried to make it so that one sensor gave different data, but it caused a lot of problems, so I decided to leave it as is for now.
                            The main problem is that when any of the nodes registered in the network, it does not transmit what data types it operates. But the controller need to know what types of data can be sent to the node to draw a pin for each type. I can make these manual settings. But I don't know how to make it work automatically. If someone will write how it is implemented in other controllers, I will do the same.

                            AWIA Offline
                            AWIA Offline
                            AWI
                            Hero Member
                            wrote on last edited by
                            #31

                            @derwish What i know from other controllers are 2 variations..

                            1. When an S_ type is created, all related V_ types are part of it (i.e. S_MULTIMETER with V_VOLTAGE, V_CURRENT, V_IMPEDANCE)
                            2. A received V_type initiates the creation of the respective value depending on the S_types received before (Domoticz)

                            Personally I think the first is the most comprehensive and complete.

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


                            13

                            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