Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - Internal items?

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

    - √ - Internal items?

    Hello.
    Is it possible to have some internal variables just to use them in smArtvisu, and also use them in the logics without having them on the KNX bus?

    It could be a bit, to set auto/Manuel mode Or something like that...

    Can it be defined in the item?

    #2
    im prinzip ist jedes item als variabe zu sehen und kann beliebig verwendet werden, wenn beim jeweiligen item keine knx plugin config eingetragen wurde taucht es auch nicht am bus auf.....

    Kommentar


      #3
      Okay, that means I just create a new address under items, and set it as a type bool, num? And doesn't give it any group addresses??? ... Do I have to set any dpt?

      Kommentar


        #4
        The only neccessary attribute is type. As long as you have an item with a type, you can use it in logics. If you add the visu_acl attribute, you can use it in the smartVISU (if the visu plugin is configured).
        Mit freundlichen Grüßen
        Niko Will

        Logiken und Schnittstelle zu anderen Systemen: smarthome.py - Visualisierung: smartVISU
        - Gira TS3 - iPhone & iPad - Mobotix T24 - ekey - Denon 2313 - Russound C5 (RIO over TCP Plugin) -

        Kommentar


          #5
          OK, thanks a lot

          Kommentar


            #6
            How do i set a internal object to have a default start value, and then it's possible to adjust them inside SmartVisu?

            If i would like to set the Frost protection temp default as 10 degrees?

            Kommentar


              #7
              look at: Configuration ? SmartHome.py 1.0 documentation

              Code:
              [living_room]
                  [[frostprotection]]
                      type = num
                      value = 10

              Kommentar


                #8
                Yes, but is it the possible to change from SmartVisu?

                Thanks a lot

                Kommentar


                  #9
                  look at: Visualisation ? SmartHome.py 1.0 documentation

                  Code:
                  [living_room]
                      [[frostprotection]]
                          type = num
                          value = 10
                          visu_acl = rw
                  I would strongly recommend that you study the docu so you understand the basic configuration!

                  Kommentar


                    #10
                    Yes i know that - i think already done.
                    The visu_acl i know...

                    Was just wondering if the value = 10 only is set once when the sh.py is started?

                    Normally i live in a PLC world, where things occours differently

                    Kommentar


                      #11
                      yes its set once during init process at startup of smarthome.py, more is not needed because afterwards all value changes are done by the running smarthome.py task, even if you change it in the visu!

                      Kommentar


                        #12
                        Okay... Thanks a lot, that makes great sense

                        Kommentar

                        Lädt...
                        X