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. OpenHardware.io
  3. 💬 MySensors Linky

💬 MySensors Linky

Scheduled Pinned Locked Moved OpenHardware.io
mysensorslinkyedfenedismysensorarduinoarduino pro mini
12 Posts 6 Posters 604 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.
  • openhardware.ioO Offline
    openhardware.ioO Offline
    openhardware.io
    wrote on last edited by openhardware.io
    #1

    https://www.openhardware.io/view/744/MySensors-Linky

    hekH 1 Reply Last reply
    0
    • openhardware.ioO openhardware.io

      https://www.openhardware.io/view/744/MySensors-Linky

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

      @Fumée-Bleue
      Maybe you could add an image and description to the project?

      1 Reply Last reply
      0
      • jeremushkaJ Offline
        jeremushkaJ Offline
        jeremushka
        wrote on last edited by
        #3

        Nice project. I have done something with jeedom plugin through USB connection in a raspberry pi. However, how do you auto power supply your system?

        On my linky i just use the 2 pins I1 and I2 to get the information and then i have 4m of cables until my raspberry pi to power on all the system. With NRF will be more usefull.

        1 Reply Last reply
        0
        • Fumée BleueF Offline
          Fumée BleueF Offline
          Fumée Bleue
          wrote on last edited by
          #4

          jeremushka,
          Thanks.
          I updated the project description and added arduino sources. The pins I1 and A are used for power supply, and I2 for the datas.

          1 Reply Last reply
          1
          • S Offline
            S Offline
            secator
            wrote on last edited by
            #5

            hello,
            well done for your project. I am interested but I have an error during the compilation. I'm bad at programming. can you help me.

            C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino: In function 'void traitement_trame(char*, int)':

            C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:69:7: warning: unused variable 'i' [-Wunused-variable]

            int i;

               ^
            

            C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:65:39: warning: unused parameter 'len' [-Wunused-parameter]

            void traitement_trame(char *buff, int len)

                                               ^~~
            

            Le croquis utilise 9328 octets (30%) de l'espace de stockage de programmes. Le maximum est de 30720 octets.
            Les variables globales utilisent 921 octets (44%) de mémoire dynamique, ce qui laisse 1127 octets pour les variables locales. Le maximum est de 2048 octets.

            thank you

            mfalkviddM 1 Reply Last reply
            0
            • S secator

              hello,
              well done for your project. I am interested but I have an error during the compilation. I'm bad at programming. can you help me.

              C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino: In function 'void traitement_trame(char*, int)':

              C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:69:7: warning: unused variable 'i' [-Wunused-variable]

              int i;

                 ^
              

              C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:65:39: warning: unused parameter 'len' [-Wunused-parameter]

              void traitement_trame(char *buff, int len)

                                                 ^~~
              

              Le croquis utilise 9328 octets (30%) de l'espace de stockage de programmes. Le maximum est de 30720 octets.
              Les variables globales utilisent 921 octets (44%) de mémoire dynamique, ce qui laisse 1127 octets pour les variables locales. Le maximum est de 2048 octets.

              thank you

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by
              #6

              @secator are you getting any errors? Doesn’t look like any problems in the part that you posted.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                secator
                wrote on last edited by
                #7

                @secator said in 💬 MySensors Linky:

                C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:69:7: warning: unused variable 'i' [-Wunused-variable]
                int i;
                C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:65:39: warning: unused parameter 'len' [-Wunused-parameter]

                void traitement_trame(char *buff, int len)

                this messages are normal ?????

                mfalkviddM 1 Reply Last reply
                0
                • S secator

                  @secator said in 💬 MySensors Linky:

                  C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:69:7: warning: unused variable 'i' [-Wunused-variable]
                  int i;
                  C:\Users\Maison\Downloads\TeleinfoMySensors\TeleinfoMySensorsDecode.ino:65:39: warning: unused parameter 'len' [-Wunused-parameter]

                  void traitement_trame(char *buff, int len)

                  this messages are normal ?????

                  mfalkviddM Offline
                  mfalkviddM Offline
                  mfalkvidd
                  Mod
                  wrote on last edited by
                  #8

                  @secator maybe not normal, but definitely labelled as warnings and not errors.

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    secator
                    wrote on last edited by
                    #9

                    Do you use an Arduino Pro Mini 5v or 3.3V ?

                    1 Reply Last reply
                    0
                    • Fumée BleueF Offline
                      Fumée BleueF Offline
                      Fumée Bleue
                      wrote on last edited by Fumée Bleue
                      #10

                      @Secator,
                      I use an Arduino pro mini 3.3 V in order to voltage compatible with the NRF24L01

                      1 Reply Last reply
                      0
                      • Fumée BleueF Offline
                        Fumée BleueF Offline
                        Fumée Bleue
                        wrote on last edited by
                        #11

                        I created an 1.0.4 version without warning compilation. I removed "i" and "len" unnecessary variables.

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          secator
                          wrote on last edited by
                          #12

                          thanks for you reply Fumée Bleue.

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


                          16

                          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