Skip to content
  • Why different types of Triggers within openLuup & ALTUI

    openLuup
    7
    2
    0 Votes
    7 Posts
    2k Views
    akbooerA
    I should have thought so. Can you post the JSON for the scene from the console scene page?
  • openLuup_install.lua - URL changed?

    Solved openLuup
    3
    0 Votes
    3 Posts
    992 Views
    A
    Now fixed in the Development branch.
  • Just starting what hub is best.

    Unsolved General Discussion
    2
    0 Votes
    2 Posts
    936 Views
    akbooerA
    Hi there. 'Best', of course, is subjective. What are your needs/wants really? Also, what type of IT infrastructure do you have, or are you used to? Apple, PC, Linux, ...? Lots of choice, to be sure.
  • TTS in MSR?

    Locked Solved Multi-System Reactor
    33
    0 Votes
    33 Posts
    13k Views
    N
    @therealdb said in TTS in MSR?: [ "Bentornato a casa", "Casa, dolce casa!", "Ciao!", ] Grazie! and thanks to @toggledbits for the new dark theme, also my eyes are happy!
  • OpenLuup : Loading Global Modules

    openLuup
    4
    0 Votes
    4 Posts
    3k Views
    akbooerA
    Yes. An alternative is to create the module table at the start, and define the functions directly as module components… local _M = {} function _M.myfunction(…) — whatever end function _M.anotherFunction(…) — whatever end return _M
  • 0 Votes
    7 Posts
    1k Views
    cw-kidC
    As for your other comments Gentlemen, I don't disagree with them..
  • A couple of things about Reactor 24293

    Locked Multi-System Reactor
    3
    3
    0 Votes
    3 Posts
    833 Views
    therealdbT
    @toggledbits said in A couple of things about Reactor 24293: Yellow has been dealt with. The remaining coloring is Bootstrap (5.3). I don't specify color directly here, I specify type or usage and it chooses color, and it adjusts color based on theme. true, but these could be overridden by CSS variables. [data-bs-theme=dark] { --bs-blue: #0b5ed7; /* Darker Blue */ --bs-indigo: #520dc2; /* Darker Indigo */ --bs-purple: #59359e; /* Darker Purple */ --bs-pink: #b02a6b; /* Darker Pink */ --bs-red: #b02a37; /* Darker Red */ --bs-orange: #dc6a0a; /* Darker Orange */ --bs-yellow: #e0a800; /* Darker Yellow */ --bs-green: #146c43; /* Darker Green */ --bs-teal: #169b7e; /* Darker Teal */ } Give it a try.
  • Error on start for MSR after update to 24293

    Locked Multi-System Reactor
    14
    0 Votes
    14 Posts
    3k Views
    G
    @toggledbits ignorance is bliss
  • Dark Mode not Working - 24293

    Locked Solved Multi-System Reactor
    13
    2
    0 Votes
    13 Posts
    3k Views
    CrilleC
    Yes, that did it! Thanks

Recent Topics