Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by Aria James … smart home automation system using a Linux-based Raspberry Pi setup. My background is in electronics and embedded systems, but I… Re: Page Speed Issue Digital Media Digital Marketing by kearawill …, and CDNs. Java sites (especially custom-built ones) need manual setup for things like lazy loading, minification, server response, and JS… optimization. It’s not the language—it’s the setup. Use Lighthouse to target key Core Web Vitals and add… Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by trcooke Hello, I'd probably start with an open source off the shelf solution such as https://www.home-assistant.io/ There are tutorials on their site that cover installation onto a raspberry pi so you should be able to get to and running fairly quickly. It sounds like a fun project so please do let us know how you get on. Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by Dani What about using something like [IFTTT](https://ifttt.com/)? Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by trcooke Oh yes IFTTT definitely a good shout. I've had some success with it in the past. When our son was a baby we had real trouble keeping his room warm in the winter because the upstairs thermostat was out in the hall which was nice and toasty from all the heat of the house rising to meet it, while his bedroom with the door closed was cold. I … Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by Dani I assume your son is no longer a baby, but nowadays you can get Nest temperature sensors to put in different areas of your home. You can officially tell Nest to control the HVAC based on the temperature of the family room during the day and the temperature of the bedroom at night, for example. Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by trcooke Indeed not. He's 7 now. Yes you can get those free standing mounts, but I don't have any. My thermostats are wired into the wall. It'd be cool if you could just pop them off the wall and stick them on a stand anywhere you like, but alas you cannot. Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by Dani Huh? I'm referring to [these](https://www.amazon.com/Google-Nest-Temperature-Sensor-Pack/dp/B0D5J7G9J2/ref=asc_df_B0D5J7G9J2?mcid=eae5a49f4a903a8db2d8e80887222083&hvocijid=7880327826579386076-B0D5J7G9J2-&hvexpln=73&tag=hyprod-20&linkCode=df0&hvadid=721245378154&hvpos=&hvnetw=g&hvrand=7880327826579386076&hvpone=&… Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by trcooke Oh I have not seen those before... interesting. I was thinking of this ![OIP-1295676706.jpeg](https://static.daniweb.com/attachments/5/fe66dbe7780e9db85275b9e50313a159.jpeg) Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by trcooke Apparently not available in the UK. Although Amazon UK are selling them and there are lots of angry reviews left. Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by Dani How can you bear to live in such an uncivilized country?! Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by Dani P.S. Here in the US, our Nests are directly connected to the HVAC system hardwired in the wall, so they aren’t movable at all. Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by WilliamOG Great project idea, and you're already ahead with your electronics background. For the OS, Raspberry Pi OS Lite is a solid starting point—lightweight, well-supported, and ideal for headless setups. If you want something even more stripped down, check out DietPi or Ubuntu Server for Pi, but the trade-off is slightly less community support. Connecting Dlink Extender to WiFi? Hardware and Software Networking by Dylan_21 For connecting dlink extender to wifi​, plug the extender in near your router. Connect your device to the extender's WiFi network. Open a browser and type dlinkap. local or 192.168.0.50. Follow the setup wizard to connect it to your router's network. You can also use the WPS button on both devices. Re: Page Speed Issue Digital Media Digital Marketing by ashleydent4u … be trickier to implement—but definitely possible with the right setup and tools. Re: Cannot run exe from asp.net Programming Web Development by lennyli … as a ribbon screensaver. My boss also wanted me to setup demo so that not only the remote execution runs, but… Re: Data storage and retrieval - cache or database Programming Mobile Development by jonathannweyer If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads. Re: Cannot run exe from asp.net Programming Web Development by lennyli … word "python" anywhere. Even if i run the setup and ticked the option "add to path", the… Re: Cannot run exe from asp.net Programming Web Development by Salem Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the … Re: Delete unused MySQL indexes Programming Databases by Reverend Jim … I heard that their database people were trash talking my setup behind my back. I sat down with one of them… Re: Connecting Dlink Extender to WiFi? Hardware and Software Networking by Dani Do you have a question? Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Erussuhsh Hi I'm new android app development can you teach me Setup Programming Software Development by Naveed_786 When i mahe setup using setup and deployment wizard it make the setup perfectly but when i try to install it gives me error what is the best way to make a setup and run it perfectlly please help. Re: Setup Programming Software Development by AndreRet Re-compile your application and create a new setup file. During the setup wizard, the system will automatically pick up on old files. You will be asked to keep these files, click on OK and continue. Try to install the app again. Re: Setup Programming Software Development by Naveed_786 Can we make setup by using any other Software??????? Re: Setup Programming Software Development by abu taher if you mean: how to create a exe file or setup file, then just follow this way. for exe: from file menu > make a project exe for setup file: all programs> Microsoft visual basic > Microsoft visual basic tools > package & development wizard from here 1st you locate the project and then go ahead step by step. Re: Setup Programming Software Development by charlybones You have to add a Setup project in your current solution. In there you can specify the files needed to run your application. More on that here: [url]http://csharpdotnetfreak.blogspot.com/2011/08/create-setup-project-visual-studio.html[/url] Setup Programming Software Development by fourty I think im about to complete my project.I still dont know how to wind up you know...setup and other exe files. I did this project with the help of friends from daniweb and i appreciate u all for ur help May u be loved.. Thanks in advance Setup Programming Software Development by alex-i Hi friends I was finish my projet in csharp but i need some solution to integrate Framework4, Microsoft data engine 2010 into setup file of project because these two are needed to functional my project thanks to all Setup file problem in VB.net Programming Software Development by weeraa … of <myProject>/bin/debug 2) I've created setup file using this method. File menu --> add -->… new project Then, Setup and deployment -> Visual studio installer After that I selected… OK. 3) I add database using this Right click on setup file -> add -> file (In solution explorer window)…