Discussion Forum to share and further the development of home control and automation, independent of platforms.

    SmartHome Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Unsolved
    (Last Updated: 15 December 2020)
    • ChatGPT - finally I can now retyre in piece and quite, knowing everting is in goof hands.

      A

      ChatGPT samples:

      Me:

      Tell me about an iot program called openLuup.

      It:

      OpenLuup is an open source home automation system that is built on the VeraLuup platform. It is designed to be easy to install and configure, and provides users with a powerful and versatile way to control their home automation devices. OpenLuup offers a wide range of features, including support for many popular home automation devices, scheduling, scripting, and integration with other services. OpenLuup is designed to be customizable, allowing users to create their own home automation systems. It is an excellent choice for those looking to create their own home automation system without spending a lot of money.

      Me:

      Write an iot program using openLuup.

      It:

      --openLuup IoT Program-- -- Initialize Variables -- local device_id = "MyHomeDevice" local temperature_sensor_id = "MyTemperatureSensor" local temperature_threshold = 75 -- Create Devices -- luup.create_device("OpenLuup Temperature Sensor", 0, device_id, "D_GenericSensor1.xml", "I_GenericSensor1.xml", "S_TemperatureSensor1.xml", "") luup.variable_set("urn:upnp-org:serviceId:TemperatureSensor1", "CurrentTemperature", 0, device_id) -- Start Timer -- luup.call_delay("check_temperature", 10, "", false) --Function to Check Temperature-- function check_temperature() local current_temperature = luup.variable_get(temperature_sensor_id, "CurrentTemperature", 0) --Check Temperature Threshold-- if current_temperature >= temperature_threshold then --Send Alert-- luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1", "SendTextMessage", {PhoneNumber="1234567890", Message="ALERT! Temperature exceeded threshold!"}, 0) end --Reset Timer-- luup.call_delay("check_temperature", 10, "", false) end

      Me:

      Write an iot program using openLuup.

      It:

      Write an iot program using openLuup. -- openLuup IOT Program -- -- Variables local lampState = false local lampTime = 0 -- Functions function lampTimer() if lampTime > 0 then lampTime = lampTime - 1 if lampTime == 0 then luup.variable_set('urn:upnp-org:serviceId:SwitchPower1', 'Status', 0, lampDeviceID) lampState = false end end end -- Setup luup.call_delay('lampTimer', 60, 0) -- Main Loop while true do -- Check for motion if luup.variable_get('urn:micasaverde-com:serviceId:MotionSensor1', 'Tripped', motionSensorDeviceID) == '1' then if not lampState then luup.variable_set('urn:upnp-org:serviceId:SwitchPower1', 'Status', 1, lampDeviceID) lampState = true -- Set lamp timer to 5 minutes lampTime = 300 end end luup.sleep(1) end

      What??

      luup.sleep(1)

      Not good - looks like I still have some semblance of a job to fulfill.

      Me:

      An iot program called openLuup was written by akbooer. Who is akbooer?

      It: (note: answer redacted and as I understand it, also incorrect re: AltUI):

      akbooer is the pseudonym of the software developer and home automation enthusiast. He is the creator of the openLuup home automation software, which is an open-source version of the Vera home automation system. He is also the creator of the AltUI graphical user interface for openLuup.

      Me:

      Who created of the AltUI graphical user interface for openLuup.

      and

      Me:

      Who created of the AltUI graphical user interface for the home automation system Vera.

      Names two different people - mmmm.

      Regardless very impressive - give it a few more years.

      General Discussion
    • Short survey

      P

      Hi,
      I am a student and recently i am working on smart home project and writing a seminar paper about the way users handle and manage IoT devices. I you have 3 min, please fill below survey. Its really short.
      Thank you in advance, I really appreciate everyone's help.

      General Discussion
    • LibraSun's Dashboard Apps Roundup 2023

      LibraSun

      For what it's worth, I've been putting the finishing touches on a much-updated version of my DP Apps spreadsheet -- specifically intended for HE users, at least for now -- and invite you all to take a gander http://bit.ly/hedb23 at the PDF one-page version.

      Corrections and edits welcome (esp. for the HOMEKIT column, just added yesterday)! Thanks in advance, especially because I'm not a big dashboard user myself, but somehow accepted this role as "keeper of the list" as it were.

      General Discussion
    • Separate switching bulb in one ceiling light

      P

      Hello guys,

      I would like to achieve two different things with lights, but I am not sure it could be done. I am starting with smart things, and I am far from any electrician knowledge, wo any help is really appreciated.

      I have dumb switches in my hall, controlled from 3 places. I understood that installing one smart module before first switch will make them "hybrid", both smart controlled and dumb controlled.

      I would like to buy ceiling light with two bulb sockets. What I would like to achieve is I would like to have one bulb for normal daily usage (lets say cold white full brightness), and second for night time (aprox from 10pm till morning) with some red/orange - minimum brightness.

      So question are:

      Is there a way to keep both bulbs turning-on separated? So only one will be on during day, and then only second during night?

      And could that be done with pressing dumb switch? What would I need to achieve it? (maybe another module into the ceiling lights)

      Thank you in advance

      General Discussion
    • How to reset kwh

      B

      Aften some testing I watt to clear KWH how ?

      Regards Bjarne

      General Discussion
    • Need help in finding the right smart switch for my kitchen lights

      M

      Hello,
      I have a kitchen light that can be controlled by two switches, using either to turn it off or on. I have been slowly changing things over to be a smart home but this is the first switch I am attempting to install.
      I am in a double wide modular home (mobile) that was built in 1994.
      At first I thought I would need a 3 way switch but when taking the normal switches apart I realized that was incorrect because the wiring on my switches are different than anything I could find online.
      For one a 3 way smart switch requires 5 wires and there are only 2 wires going into the primary switch with 3 wires going into the secondary switch from the primary switch (at least I think the 3 wires connect the two switches together). Images will be attached of the wiring.
      There are two wires (one black and one white) going into the first switch and 3 wires (black, white, and red) going out of that and into the second switch (I assume). The odd thing is the red wire going to the second switch is connected to the white wire going into the first switch and the white wire going into the second switch seems to be a bridge wire or a traveler wire. Not exactly sure. You will see what I mean in the images.
      I need to know what kind of smart switch I can use in this set up with one remaining a normal switch.
      Note that for some reason the images got switched around when uploading them. The image with 2 wires on one side and 3 on the other is what I think is the primary and the image with just 3 wires is the secondary.
      Primary.jpg Secondary.jpg

      General Discussion
    • OT: Universal Remote

      CatmanV2

      You lot are more likely to have a view than most I know. Our much used Logitech Harmony is (not so) slowly dying.

      And Logitech have discontinued the entire line.

      And no one else appears to be making something similar.

      Was going for a Sofabaton X1, but no numeric keypad. Sofabaton U1, but no favourites.

      Anyone got suggestions?
      Needs to have those features, oh and not be only a phone app.....

      C

      General Discussion
    • The Home Automation Controller Pyramid

      rafale77

      Since one member asked at one point about the "front end" and "back end", I drew this showing the controller from the base to the tip along with what I have found to be the best options from my testing. Almost every controller will try to integrate all elements, especially commercial ones but... they all have strengths and weaknesses so if one can have a medley of the best ones...

      Screen Shot 2020-05-14 at 07.11.06.png

      General Discussion
    • Thread removed - why?

      Black Cat

      I was just going to add my support for a Update Button for the bare bones version of MSR and find the thread has been removed.
      I'm wondering what was so provocative that required it's removal?
      Have we become as paranoid as an owner of another forum?

      Anyway +1 for an Update Button.

      General Discussion
    • 3-way smart switches in separate buildings.

      D

      So, I think I'm in a bit of an unusual situation. I work at a camp & retreat center that has wifi throughout. I want to put a few switches in the office that can control outdoor lighting throughout the camp. We currently have switches in each of the buildings, but it is a particularly frustrating job to get all the lights on in the evening when it is brutally cold out or we are short staffed.

      Most of our staff is not very tech savvy (my boss literally has his wife print out his emails for him each day!!!) so, I'd love to avoid having to set up any sort of raspberry pi or new phone app.

      Is there type of 3-way switch that can connect to the wifi, turn on a light in another building AND turn on an indicator light in the office, without having any sort of wire running between the buildings? Hopefully looking for a simple solution without breaking the bank too.

      I greatly appreciate any input that you can give. Thank you!

      General Discussion
    For those who registered but didn't received the confirmation email, please send an email to support@smarthome.community with the email you used

    New to the forum

    General Discussion
    6
    81
    1598
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Q
      Quixote last edited by Quixote

      Hi!
      I was tipped off about this forum while bitching about my Vera on the Vera forum, as I had grown accustomed to over the years. I know that's not very nice, but that thing brings out the worst in me (and has even driven me to drink on occasions 😉 )!
      Anyway, how about a little intro in case anyone is actually interested? I did odd jobs, saved up for and built my first PC from components by the time I was 15 (back when you had to know how to get around a DOS prompt and a 120Mb hard drive was a big deal). Within 6 months I had my own BBS up and running. The internet wasn't really a thing back then -- did AOL really count? I only really discovered home automation almost a decade later, again before it had really taken off. Back then I was using X10 because it was still one of the only consumer options and I had no electronics background. Over the years I have experimented with several home automation technologies, 90% of them ending up as useless scrap and a waste of money. Today I feel like not much has changed, but things are moving in the right direction (wide scale adoption -> more money invested in improving tech to try to get us to part with our money, am I right?). I've never really had the funds to go all out or to get the more expensive gear, but I've found some products that have been worth sticking with -- namely my Elk-M1G and one or two other obscure devices. I recently was "renovicted" during the pandemic and decided to move from my modest apartment in the city to a house out in the woods in the middle of nowhere.
      So here I am, with an almost clean slate, looking to set this place up better than ever. The internet access sucks out here, but the house is mine to do what I will with it. I envision a keyless entry system even better than the last one I devised, walls that literally talk and eventually even roboticized structure & furniture (eg. Aquarium lids that rise for maintenance, hidden doors that slide open, a table that transforms into a bar, etc.).
      For the moment, though, I'd like to figure out how to replace this *&$%ing Vera. Funds have been tight lately, but at the moment I have several pieces of hardware I can start with: The Elk (as mentioned), ~20 LIFX bulbs/strips, a handful of Amazon Echos, a few Zwave devices, some IR and audio stuff, the Vera, a few other odds and ends.
      Ultimately, I'd like to set up a low-power system like a NUC or something that will always be on, running automation as well as handling audio (most likely multi-zoned). I built my last PC as a gaming PC, but I can use it to experiment until I'm ready to purchase an HA system.
      Where do I start if I want to learn about OpenLuup? I skimmed through the forums, but they seem quite advanced and are a little beyond my abilities. I do CAD/CAM, not programming, unfortunately!
      Thanks!!

      1 Reply Last reply Reply Quote 0
      • akbooer
        akbooer last edited by akbooer

        Welcome! The backstory is interesting, and not so far from some others here, I suspect. Your current situation sounds like a real opportunity (for many things.)

        To the question of openLuup... it should be easy to get going and proceed in small steps. Forums are, of their nature, somewhat daunting, because of the range of interests and expertise discussed.

        Most openLuup users run this under some flavour of Unix, but it does run, at least for some plugins, on Windows. It’s really easy to install, and the key one of its basic requirements is a Lua 5.1 system. Get this going first, then follow the install instructions in the openLuup user guide.

        So, for a start, are you up for Unix/Linux?

        Again, welcome.

        AK

        1 Reply Last reply Reply Quote 0
        • Q
          Quixote last edited by

          Thanks for the warm welcome. I'm looking forward to learning as much as I can.
          I've never touched Unix in the past, though I did have a dual boot system once with Ubuntu running. It wasn't too intimidating, but as someone that has been using Microsoft OSes for almost 20 years, I found it difficult to really get used to. I have some minor experience with Lua 5.1 scripting while I was using Girder for some years a while back (not sure if you've ever heard of it, but it was fantastic. Discontinued, unfortunately). What exactly do you mean by a "Lua 5.1 system"? Do you mean just installing a binary?
          Windows would really be great for me since I only have one computer right now and it's running Windows 10. I use it a lot these days for web browsing, streaming, playing music and gaming. I suppose I could sandbox Linux so that I could jump into that system when I want to mess around with OpenLuup? The ultimate would be if I could set stuff up on this system, then transfer everything over to my HA PC once I'm able to invest in something decent. If it's better to use Linux, I'll make the effort.
          Thanks again

          akbooer 1 Reply Last reply Reply Quote 0
          • akbooer
            akbooer @Quixote last edited by

            @quixote said in New to the forum:

            What exactly do you mean by a "Lua 5.1 system"? Do you mean just installing a binary?

            Yes, possibly some extra libraries too.

            So let's give Windows a quick go. All the openLuup learning (and configuration) will be directly transferrable to a Unix system in future, if necessary.

            User Guide is here:

            openLuup/openLuup User Guide.pdf at master · akbooer/openLuup

            openLuup/openLuup User Guide.pdf at master · akbooer/openLuup

            a pure-Lua open-source emulation of the Vera Luup environment - openLuup/openLuup User Guide.pdf at master · akbooer/openLuup

            1 Reply Last reply Reply Quote 0
            • rafale77
              rafale77 last edited by

              @Quixote, Welcome!

              Your story parallels indeed that of many of us here and I remember your post in the old place if (it is you).
              You should be able to setup openluup and practically anything we discuss here on windows. There could be some differences in setup and command you need to use but it should work.

              1 Reply Last reply Reply Quote 0
              • Q
                Quixote last edited by

                Thank you both! That's great! Windows it is then. I will look at the user guide tonight and get started setting everything up in the next couple of days.
                @rafale77, That was most probably me. I had a habit of addressing my Vera problems while sipping on beers, losing track of my consumption and then visiting the forum frustrated and angry. Apologies to anyone I may have offended or if I embarrassed myself. It won't happen here, I can guarantee that. For one thing, I am not being sold something that will cause more headaches than it fixes. I see this as a sort of video game, but a much more constructive use of my time.
                I noticed that you mentioned the use of (local) AI in some posts. That stuff looks super interesting. At one point (about 15 years ago, I think?) I was trying to emulate AI with a chatbot called "UltraHal". It was super primitive -- written in visual basic if I recall correctly, but it could come up with some convincing responses. I had it set up so that I could converse with it, but also control my lights and control my TV, etc.. It would "learn" from your conversations somehow. The thing is, it creeped me out sometimes and I stopped using it after it told me that I "should not buy nice things in case my house burns down" or something to that extent. Anyway, looking forward to seeing what sort of experimental projects you come up with. I have a 2070RTX, so if you need any testing done, let me know (just don't fry my card please).

                rafale77 1 Reply Last reply Reply Quote 0
                • rafale77
                  rafale77 @Quixote last edited by

                  @quixote

                  It does sound like you 😉

                  Yes I am very much invested in making everything work locally. It started from my video doorbell where I thought... if my phone can do face id, why can't my home automation system? So I ended up adding an RTX2070 to my NAS, forked home assistant to implement the best facial detection and recognition I could find and ended up also doing object recognition. I have an RTX3070 on the way to see if I can improve speed and lower power consumption. It's been a lot of fun and a lot of work for someone who doesn't code for a living and did not know python. Not sure what I will do next...

                  1 Reply Last reply Reply Quote 0
                  • Q
                    Quixote last edited by Quixote

                    😮
                    "...see if I can improve speed and lower power consumption"
                    I'm just picturing this massive heap of discarded airconditioner heatsinks strapped together, surrounded by a network of greenhouse misting hoses and desk-fans, a Frankenstein-ish mad scientist (the doctor, not the monster) pounding a keyboard and screaming, "yes! YES! It IS A SQUIRREL!!!"
                    Joking aside, I have to say that is incredibly impressive. Over the years I've stumbled upon various similar projects that were inspirational, including one that was so good that some military (I think it was US or Israeli) swooped in and scooped it up, apparently. I wish I still had the name of it, but they were working with breakthrough image processing (including facial recognition) and then they just went completely dark. Excuse me, I just need to go check out what that noise was in the back yard... jk 😉

                    1 Reply Last reply Reply Quote 0
                    • Q
                      Quixote last edited by

                      I hope it's ok if I ask a few questions while I read the documentation. Sorry if they're dumb. 😕

                      -First and foremost, I see that UPnP is not supported and never will be -- out of curiosity, why is that, and out of concern, does that rule out DLNA as well? If so, is there some other standard that may be used to control readily available media players, including apps like Plex or J River Media player?
                      -Does using port 3480 HTTP mean that no traffic is encrypted, or is that only because all communication is strictly over the LAN? Do I need to start playing with firewall rules?
                      -Would installing a more current version of Lua (above 5.1) break things?
                      -Lastly for tonight, how can I completely wipe my Vera to the point of being a drooling Z-wave zombie? I mean, I have a Zwave lock that I need secure, so not a total zombie, but maybe like a zombie that just does what it's told without fail? I'd like no responsibility to fall on the Vera except as a mindless Zwave translator (ie. dongle style). Possible?

                      akbooer 1 Reply Last reply Reply Quote 0
                      • akbooer
                        akbooer @Quixote last edited by

                        All questions OK.

                        • UPnP – this is more a question of how you access, control, and trigger events in openLuup (or, rather, how you can't) it has nothing to do with what openLuup can do by way of interacting with other things. If there's a Vera plugin for controlling something, it probably works on openLuup (as long as it's not encrypted.)
                        • HTTP on port 3480 – openLuup's built-in server does not do HTTPS, but everything stays on your own LAN. Remote access is another topic (which has been addressed in several ways by others.)
                        • Lua 5.1 – openLuup uses Lua 5.1, because Vera does. Yes, using 5.2 or above, would break things, as it stands, because Lua changed the way that function environments were handled. However, all the dependncies arebuilt into on single function within openLuup that could be changed. I may do this in future as Vera compatibility becomes less of an issue, and to enable further developments.
                        • Vera a drooling zombie – That's exactly the goal of openLuup... and then, to eliminate that hardware entirely. A number of folk here have done just that. See, for example:

                        https://smarthome.community/topic/243/vera-or-not-vera?_=1607082180490

                        1 Reply Last reply Reply Quote 0
                        • CatmanV2
                          CatmanV2 last edited by

                          My vera is stuck in a cupboard. Ready for burning.

                          C

                          The Ex-Vera abuser know as CatmanV2.....

                          Q 1 Reply Last reply Reply Quote 0
                          • PerH
                            PerH last edited by

                            Just unplugged mine as well, i held on to it for the geofencing, but the latest "update" to the app ruined it again.
                            Living just fine without it, z-way for z-wave, Zigate for Zigbee and RFXtrx for 433mhz. No need to look back! 🙂

                            @Quixote
                            I see you're considering using Windows to run linux native SW, and mye experience says "Just don't".
                            I tried this with Grafana, and practically all help on issues i had was for linux users, with the standard: "oh, your'e running it on a windows machine? Good luck with that" replies.
                            Linux is pure pain for people growing up in the DOS/Windows world like me (and perhaps you), but once you get to a certain point, its livable. And the open-source community is huge, full of nerds (using the word with absolutely no negative connetations) eager to help!

                            1 Reply Last reply Reply Quote 0
                            • akbooer
                              akbooer last edited by akbooer

                              That’s one of the nice things about this forum... we have a variety of opinions and experiences, and we’re happy to discuss the pros and cons. I actually think that you’ll end up with Linux too, but there’s no harm in starting in an environment you’re familiar with.

                              The PC-related issues seem initially to do with installing Lua, and then finally with specific plugins which expect to be running on Linux, rather than openLuup itself. YMMV.

                              1 Reply Last reply Reply Quote 0
                              • Q
                                Quixote @CatmanV2 last edited by Quixote

                                @catmanv2 said in New to the forum:

                                My vera is stuck in a cupboard. Ready for burning.

                                The Vera abuser formally know as CatmanV2.....

                                The first step to recovery is admitting that you have a problem. 😉
                                The last time my Vera crapped out on me, I was all set to make a video of myself, smashing the thing to little pieces with my sledge-hammer and posting the video on the Vera forum. Fortunately I'm very lazy so by the time I had it in me to get it done, logic and reason had crept in and I started thinking I might be able to find some use for it, even if just as an access point.

                                Thank you akbooer for the clear explanations. I have to say, discovering this place is very exciting -- it's the first time in a while that I've felt like I'm exploring something new that I'm keen about, like when I was a kid and I was learning how to set up my BBS.
                                I'm mostly concerned about the whole Linux thing. As PerH mentioned, it can be a little bit of a learning curve and it often had me feeling pretty helpless. I don't have any aversion to Linux, but I won't be making it my main operating system. The reason for that is not because I'm stubborn, but rather because while I don't spend an inordinate amount of time on gaming, I do enjoy it from time to time and I've spent a small fortune on my gaming rig (especially when you consider that I spent Bitcoin on this damn thing before the price exploded. This is possibly the most expensive gaming system you'll ever come across. 😢) My experience in the past is that Linux and gaming do not mix. I know it's gotten better over the years, but it still can't touch Windows on that front.

                                So I think the question I need to ponder now is, do I poke around with OpenLuup to familiarize myself with it while not getting too serious about anything, then do a proper permanent set up when I can work a HAPC into my budget, or do I just put the whole thing off until I can invest a proper amount of funds into hardware for this? I'm leaning towards playing around with it on my Windows system for now.
                                The reason I was asking about Zombifying my Vera was that I was hoping to make use of it in some way since it has the Zwave radio built in. If I could avoid shelling out another hundred bucks on a Zwave stick for the same functionality, that would be great. Otherwise, if I can gain some sort of advantage by doing so, I will.

                                My initial goals as I see them at this point would be:

                                • To have a single, low-power consumption, always on system that handles whole home audio, all home automation tasks and coordinates all HA systems, including my alarm system (this is important because it's rock solid and I will be using it for mission critical tasks in the future, such as aquarium maintenance and garden irrigation)

                                • To be able to access and control my music (Local sources) using voice commands (using Echo devices), and possibly execute other macros in the same way.

                                So the second PC will be purchased at some point and it looks like it will have to be Linux. The thing that concerns me is the transition that will need to happen when that becomes a reality.
                                I purchased J River Media Center some time ago, and I believe they have a Linux version, so that's one less thing to worry about.
                                Hopefully I won't need to print out all of the scripts, etc. I put together until then and then re-enter everything when the time comes.
                                Forgive me if I've been prattling on -- I think I'm mostly just talking to myself here. 😆

                                akbooer 1 Reply Last reply Reply Quote 0
                                • Q
                                  Quixote last edited by

                                  Sorry, one more question:
                                  It seems that the Lua for Windows that is available for download on Github incorporates Lua 5.1.5. Is that still considered Version 5.1, or do I need to search for another source?
                                  Thanks for all the help, everyone!

                                  1 Reply Last reply Reply Quote 0
                                  • therealdb
                                    therealdb last edited by

                                    If you just want to experiment, install windows subsystem for linux. My dev pc is a Windows machine but thanks to WSL I have a true Linux environment running side by side on Windows. That’s what I’m using to develop for openluup (and for my Linux dev needs in general).

                                    --
                                    On a mission to automate everything.

                                    My MS Reactor contrib
                                    My Luup Plug-ins

                                    1 Reply Last reply Reply Quote 0
                                    • akbooer
                                      akbooer @Quixote last edited by

                                      @quixote

                                      Great introduction. The background can really help when we’re giving suggestions.

                                      It’s not the case that you need massively capable hardware to run openLuup. The most popular platform is, perhaps, Raspberry Pi, and even then it only uses a few 10s of Mbytes and ~5% cpu. But there are many options, and I’m about to follow a route that others have forged previously to run openLuup under Docker on a Synology NAS... so we’ll all be learning something new over the next few weeks.

                                      Lua 5.1.5 is, indeed, ‘Lua 5.1’, and the best choice. Necessary additional Lua modules may come with your initial installation, or need to be added. There’s a list in the User Guide.

                                      1 Reply Last reply Reply Quote 0
                                      • Q
                                        Quixote last edited by

                                        Nice,
                                        ok, well I installed the Linux subsystem, Lua 5.1 and the dependencies.
                                        @therealdb thanks for the suggestion. It seems to be running alright. Any pointers on how I can have this start with Windows? The user guide only mentions scripts for Linux systems in the appendix.

                                        1 Reply Last reply Reply Quote 0
                                        • therealdb
                                          therealdb last edited by

                                          Just search for wsl 2 and you’ll find everything you need.

                                          It’s just going to Windows Store and install your favorite distro, ie Ubuntu.

                                          --
                                          On a mission to automate everything.

                                          My MS Reactor contrib
                                          My Luup Plug-ins

                                          Q 1 Reply Last reply Reply Quote 0
                                          • Q
                                            Quixote @therealdb last edited by

                                            @therealdb Yes, I did that already. I'm just wondering if I need to open the Bash console and start OpenLuup every time I reboot or if I can set it to start with each boot.
                                            Everything seemed to go alright, but when I open AltUI, I immediately get a message box that says "fail". The weather is showing Paris, and I can't control any of my LIFX bulbs that I imported from the Vera using VeraBridge.
                                            Also, the app store is blank. I haven't finished reading the user guide yet though.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Welcome. If you’d like to participate in the discussion, rather than just read, then you can join the forum. As a member, you can interact with others here to share your experience and ask the questions you need answered.

                                            Powered by NodeBB | Contributors
                                            Hosted freely by PointPub Media Communications Inc. | Contact us