Skip to content

openLuup

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

186 Topics 3.0k Posts

Subcategories


  • Discuss your other openLuup plugins here

    44 Topics
    871 Posts
    M

    Hi Ak,
    Not sure what the issue is for me then. I first had it running on Pi3 with Debian, now on Pi4 with Ubuntu, same issue of not getting the token. I did copy the user_data.json, so maybe something in that.
    As a test I tried on my openLuup clean test install running in a container and that is working. So must be something at my end.
    Thanks again anyway, I have a new workaround :-).

  • The vera integration of openLuup

    8 Topics
    102 Posts
    parkercP

    Just wanted to add that my Vera Bridges stopped working, I can’t be sure exactly when, maybe after a reboot ? But wanted to share here as they were working fine..

    850065d5-00f8-44e6-b75d-5ae9a21a272d-image.png

    The Variable for the RemotePort on both is /port_3480

    Updating to :3480 fixes it..

    @akbooer - not sure why this worked first and then stopped..

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

    20 Topics
    418 Posts
    akbooerA

    You only get that lucky once in every four years!

  • 4 Topics
    73 Posts
    akbooerA

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

  • AltUI Stuck on "Waiting Initial Data"

    10
    0 Votes
    10 Posts
    334 Views
    akbooerA

    @PerH

    Thanks, Per... and welcome to the forum!

    The link default is, AFAIK, an AltUI changes, rather than an openLuup one? Which link (where) were you thinking of?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Virtual HTTP Devices Plug-in v2

    2
    3 Votes
    2 Posts
    183 Views
    ElcidE

    I will install on the weekend if i get time.

  • Scene controller in openluup and scenes

    5
    0 Votes
    5 Posts
    165 Views
    therealdbT

    Yep, I get it. It's still a bug, imho, because I can create a scene with a trigger, as the official service is telling me to do that, but it will not be triggered. I can live with it, since it's just for my virtual scene controller and I doubt many people with end up using it, but I think it's worth noticing.

  • Support for Heaters in Openluup

    5
    0 Votes
    5 Posts
    199 Views
    therealdbT

    Thanks for the update. Heaters are indeed part of the the standard Vera device files, so I was just pointing that support for a standard type is missing in the console. My request was to include it in a future release.

  • Lua Startup Values

    2
    0 Votes
    2 Posts
    108 Views
    akbooerA

    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
    342 Views
    CatmanV2C

    Change the mirror, then.

    C

  • Remotec ZRC90

    40
    0 Votes
    40 Posts
    2k Views
    CatmanV2C

    Cheers

    C

  • Hacking the plugin table list

    7
    0 Votes
    7 Posts
    254 Views
    akbooerA

    @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
    591 Views
    CatmanV2C

    @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
    185 Views
    CatmanV2C

    @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
    359 Views
    CatmanV2C

    @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
    587 Views
    akbooerA

    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
    235 Views
    therealdbT

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

  • openLuup: Suggestion

    20
    1 Votes
    20 Posts
    671 Views
    akbooerA

    @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
    110 Views
    CatmanV2C

    @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
    1k Views
    M

    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
    434 Views
    DesTD

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

  • Manually created device controls do not update variables

    5
    0 Votes
    5 Posts
    181 Views
    K

    @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
    238 Views
    I

    Happy Birthday to openLuup!

Recent Topics