Ankündigung

Einklappen
Keine Ankündigung bisher.

Making first setup work ...

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    #46
    Good news, beta3 WILL contain I18N --> https://github.com/KONNEKTING/Konnek..._US.properties

    Regarding the sample sketch: Good idea. Pls. create an issue for this request: https://github.com/KONNEKTING/Konnek...Library/issues

    Kommentar


      #47
      Ok, just done that.
      I just received my Arduino Micro from Antratek, so I'll test that one tonight.

      Kommentar


        #48
        Simple sketch, but not hardcoded: https://github.com/KONNEKTING/Konnek...tch_Konnekting
        • listen on first GA an toggle ProgLED on an off
        • sends every 1000ms true or false to the second GA
        i try to make "hardcoded" version too.



        Zuletzt geändert von Eugenius; 12.04.2016, 13:06.

        Kommentar


          #49
          Code:
          // Definition of the Communication Objects attached to the device
          KnxComObject KnxDevice::_comObjectsList[] = {
              /* don't change this */ Tools.createProgComObject(),
                                      
              // Currently, Sketch Index and Suite Index differ for ComObjects :-(
                                      
              /* Sketch-Index 1, Suite-Index 0 : */ KnxComObject(KNX_DPT_1_001, "0/0/1"),
              /* Sketch-Index 2, Suite-Index 1 : */ KnxComObject(KNX_DPT_1_001, "0/0/2"),
          };
          Will this work? Or is it "0,0,1"?

          Kommentar


            #50
            This is with beta3 now obsolete.

            GAs are programmed via Suite and no longer provided via sketch.

            New example:

            Code:
            /* Sketch-Index 1, Suite-Index 0 : */ KnxComObject(KNX_DPT_1_001, COM_OBJ_LOGIC_IN),
            There's a "dirty hack" to set GA without the suite:

            You have to write the GA + a settings-byte to the EEPROM before you run Knx.init(...).

            Eugen will test this and provide an example...

            btw: checkout beta3 we just released: https://knx-user-forum.de/forum/proj...-beta-3-ist-da

            Kommentar


              #51
              Sketch for communication test is ready

              https://github.com/KONNEKTING/Konnek...unication_test

              you don't need Suite to use it.

              if need another PA/GA, pls. use knx_address_calculator.html from here: https://github.com/KONNEKTING/KonnektingDeviceLibrary

              Kommentar


                #52
                Thanks Eugenius! Sketch is working, so my BCU is ok and the comm. arduino<=>BCU is also working.
                Angehängte Dateien

                Kommentar


                  #53
                  you can also send true or false 0/0/1 to turn on or off ProgLED

                  Kommentar


                    #54
                    Hmm, weird. So I tried to program the Temp RH sketch with the new b3 suite. But when I press the red button (or one of the other three colored buttons) I don't get the pop-up screen with "press the program button". I'm using the Windows 64 bit version of the suite. Do I miss some component?

                    Kommentar


                      #55
                      I'm sorry. There's a bug in beta3 ... stay tuned. Will fix it.

                      Kommentar


                        #56
                        bugfixed beta3 is now uploading to github. Just download again and replace existing beta3 download.

                        Kommentar


                          #57
                          I'll check it tonight. When I click the button the pop-up appears. So hopefully I'll be able to program my first Konnekting device .
                          My goal is to create an input device for my Niko pushbuttons. This input device will be equipped with a DS18B20 and Bosch BME280. I'm also looking to integrate a CO2 sensor like the Senseair S8. But I think that will not be possible in a single wallbox...

                          Interesting links regaring CO2 monitoring with a Sensair S8:

                          https://github.com/experimental-platform/example-co2
                          http://www.co2meter.com/collections/co2-sensors/products/s8-miniature-co2-sensor
                          https://cdn.shopify.com/s/files/1/0019/5952/files/Senseair-Arduino.pdf
                          https://www.m.nu/co2matare-fran-senseair-p-1440.html
                          http://www.senseair.com/wp-content/uploads/2012/06/PSP107.pdf
                          Zuletzt geändert von fluppie; 13.04.2016, 10:00.

                          Kommentar


                            #58
                            I have allready working Sketch for DS18B20, i can share it with you.
                            BME280 is similar to HTU21D=DemoSketch

                            Kommentar


                              #59
                              The senseair sensor is quite expensive?!

                              We use the AMS iAQ Core: http://ams.com/eng/Products/Environm...ors/iAQ-core-C (there's also a pulse version available).

                              It's about 35EUR and meausres VOC. Pure co2 values are not that interesting I think. VOC "smells" bad air quality, so that you can trigger to boost your ventilation system to improve the air quality... (that's exactly my use-case). WIth just co2 value, this is not that easy.

                              Kommentar


                                #60
                                Hmm ok, didn't know. I also came across the Bosche BME680, also a VOC sensor. https://www.bosch-sensortec.com/bst/...roducts/bme680
                                But I can't find it anywhere. Anyone knows where to get it?

                                Kommentar

                                Lädt...
                                X