openLuup

The goodness of vera without the bad. Discuss installation problems and improvements.

181 Topics 3.0k Posts

Subcategories


  • Discuss your other openLuup plugins here

    44 Topics
    847 Posts

    Ouch, sorry!

    Away from my development system for a couple of days, but will dig into it when back.

    Have to find out why I didn’t run into this myself when testing (I do, actually, test things!)

  • The vera integration of openLuup

    8 Topics
    101 Posts

    If the bridge does not detect previously existent devices when the system starts up, then it moves them into Room 101. So a restart should either resolve the issue, if they have appeared again, or you can delete any/all devices using the action described above.

  • 0 Topics
    0 Posts
    No new posts.
  • The Z-way integration for openLuup

    20 Topics
    418 Posts

    You only get that lucky once in every four years!

  • 4 Topics
    73 Posts

    It doesn’t really matter, but it does need to have the executable permission.

  • Lua Startup Values

    2
    0 Votes
    2 Posts
    83 Views

    They’re not used by the system – possibly by certain plugins, although I think that latitude and longitude are more likely candidates for weather and geofencing applications.

    I see that Vera, these days uses GBP (if applicable) rather than £.

  • openLuup Install errors

    8
    0 Votes
    8 Posts
    277 Views

    Change the mirror, then.

    C

  • Remotec ZRC90

    40
    0 Votes
    40 Posts
    1k Views

    Cheers

    C

  • Hacking the plugin table list

    7
    0 Votes
    7 Posts
    218 Views

    @a-lurker said in Hacking the plugin table list:

    May be that's the point; this is not Vera?

    Voilà!

    @a-lurker said in Hacking the plugin table list:

    been caught out before; pushing buttons I have should never have touched.

    I try to make things idiot-proof, as you know 😉 so for anything potentially fatal, there's usually a check before you do it. It's why the console's Reload Luup Engine menu item has an Are you sure? alert (unlike AltUI), and also why there is an AreYouSure parameter to the openLuup plugin actions EmptyRoom101 and EmptyTrash.

    @a-lurker said in Hacking the plugin table list:

    How are you meant to stop openLuup by the way?

    openLuup User Guide, p.14:

    SHUTDOWN

    on exit (from the HTTP request id=exit) will exit with status of 0 (successful exit)

    so, externally:

    http://openLuupIP:3480/data_request?id=exit

    or, from Lua:

    luup.inet.wget "http://0.0.0.0:3480/data_request?id=exit"

    ...there is no safety net in these cases.

  • Logging and rotation

    Locked
    16
    0 Votes
    16 Posts
    456 Views

    @akbooer said in Logging and rotation:

    @CatmanV2 said in Logging and rotation:

    and...

    ...I hate people with Unix skills. 😉

    Hah! How do you think I feel hanging around with people that understand code 😉

    Like a bloody drummer, that's what!

    C

  • Running Lua. Doing something wrong

    7
    0 Votes
    7 Posts
    152 Views

    @akbooer said in Running Lua. Doing something wrong:

    Something like that... except, that now I take a closer look, I see that you’re HTTP-ing to the same machine... so why not just:

    luup.call_action(...)

    Have I mentioned I was never a developer? 😄

    I was snagging all these from what HA Bridge was generating as perfectly valid, if not elegant, ways to solve a problem. I need to look deeper into luup clearly 🙂

    C

  • Openluup device compatability

    14
    0 Votes
    14 Posts
    288 Views

    @rafale77 said in Openluup device compatability:

    I personally use Homewave from @Intveltr. It is worth every penny. Fully customizable though I must admit that I use it less and less.

    You may be asking for push notification next? 🙂

    That's working way better. I doubt I'll use a huge amount but it's good for fall back

    Cheers

    C

  • Profiling Lua Code

    16
    2 Votes
    16 Posts
    454 Views

    If the timeout is on the HTTP request when sent, then async isn’t going to help (as it currently stands.)

    Yes, the blocking request will steal one second in every thirty from the entire openLuup system.

    Try using PING to test whether the device is up?

  • 'Bug' thread?

    9
    0 Votes
    9 Posts
    169 Views

    Thermostat are rendered not very well on ALTUI stable. Try the dev branch @CatmanV2 .

  • openLuup: Suggestion

    20
    1 Votes
    20 Posts
    466 Views

    @a-lurker said in openLuup: Suggestion:

    If possible that would be good.

    Done!

  • Virtual switch 3 days in a row..

    3
    0 Votes
    3 Posts
    86 Views

    @therealdb said in Virtual switch 3 days in a row..:

    variable_get has two output. The first is the value, the second the last change of the variable.

    local value, lastChanged = luup.variable_get...

    I like that

    Of course Reactor can do it as well

    C

  • openLuup Hangs

    21
    0 Votes
    21 Posts
    872 Views

    Hi Raf, the remote side closes the connection and I do not know why. Time out, inactivity, restart, could be many. Just trying to restart it successfully. I will try to do some more debugging running some standalone script to see what happens then.

  • High CPU usage

    18
    0 Votes
    18 Posts
    316 Views

    Nothing... same VLAN, both are VM connected at 10gig!

  • 0 Votes
    5 Posts
    150 Views

    @akbooer Ok. I got it. I was able to use the implementation file here to get the switch to function as I expected.

  • Happy Birthday openLuup!

    6
    1 Votes
    6 Posts
    190 Views

    Happy Birthday to openLuup!

  • while loop with IF then elseif...

    14
    0 Votes
    14 Posts
    273 Views

    @therealdb said in while loop with IF then elseif...:

    I think it's doable in lua.
    maybe there's something already done in openluup

    Not quite sure what you're asking for here, but you mentioned Datamine, so I thought I'd remind you all that openLuup can read Datamine databases without Datamine being installed. So if it's on a NAS, you have access...

    ...think I'm getting off topic, though.

  • hass bridge

    4
    0 Votes
    4 Posts
    286 Views

    yep, I know. maybe just moving sensor status via a light brigde could be enough, to start. I'm thinking out loud, obviously.

  • OpenLuup IP Address

    18
    0 Votes
    18 Posts
    439 Views

    No still running android and dabien can still use all android system apps etc, Andronix installs debian and you can have a ui or termux window. It also restart after reboot and reloads OpenLuup. No issues at present, As said will be playing to see if i can insall zway.

  • openLuup PK

    3
    0 Votes
    3 Posts
    90 Views

    That would be surprising. Are you sure you’re looking at the right machine?

  • openLuup: archive video (snapshot)

    1
    2 Votes
    1 Posts
    94 Views
    No one has replied

Recent Topics