How to Monitor and Protect Your Home Hub with UPS + Jeedom

This tutorial covers monitoring an Eaton Ellipse 1200 PRO UPS using a Jeedom controller connected via USB. It addresses specific challenges due to the laptop’s battery. The guide details the installation of NUT software, configuration of UPS settings, and integration of the UPS into Jeedom. Additionally, it outlines how to set up notifications and scenarios for both the UPS and the laptop’s battery to ensure… Read more ...

How to Monitor Electricity Usage with USB over IP and Jeedom (Easy Step-by-Step)

Reducing your electricity consumption benefits both your finances and the environment—and it all starts with information. While energy-conscious habits (such as turning off unused lights and minimizing electric heating) play an important role, the real game-changer is the ability to monitor and compare your usage in real time, from anywhere. This empowers you to track your progress and quickly detect unusual spikes, whether you’re at … Read more ...

Improve Your Smart Garden: Easy Bluetooth Range Extension for Jeedom

Spring has arrived, making it the perfect moment to check whether my watering system survived the winter – and to reactivate it. In this article, I’ll explain in detail how I enhanced my existing setup with external Bluetooth antennas. We’ll improve our Jeedom test installation for automatic watering by adding (and cloning) new Bluetooth repeaters (“antennas”) to expand the range for receiving moisture sensor data. … Read more ...

Smart Irrigation with Jeedom: Automate Your Outdoor Watering Easily

In this tutorial, I’ll show you how to set up an automated outdoor watering system using the Jeedom home automation platform. With just a few components, you’ll be able to remotely control a water valve for a drip irrigation system, making your garden care much more convenient.

The solution uses a soil moisture sensor (communicating with Jeedom over Bluetooth) and a water valve operated via … Read more ...

How to install Debian Raspbian on a Raspberry Pi Zero W

In this quick guide, I’ll show you the essential steps to prepare a Raspberry Pi Zero for use with the Jeedom automation system. You’ll learn how to flash Raspbian Lite on an SD card using a Windows PC, configure Wi-Fi and SSH before first boot, and make a few tweaks for a headless, robust setup.

Installing Jeedom itself is not covered here, but you’ll find … Read more ...

How to Restore Jeedom from Debian 8.5 to 10.3

In this tutorial, I will guide you step by step through installing the outstanding home automation platform Jeedom by migrating it from an older Debian 8.5 system to a fresh Debian 10.3 Virtual Machine (VM). Not only will I cover the installation, but I’ll also demonstrate how to restore a fully functional Jeedom V3 backup.

I chose a clean migration because over time, package and … Read more ...

Launching Gekkoga on high-end EC2 Spot machine, step by step

We learned how to launch an EC2 instance from an Amazon EC2 AMI with batched gekko/gekkoga app/conf deployment. Now we will learn how to use it on a more powerful, larger CPU-optimized instance at a good price (Amazon EC2 Spot feature), so that we can -literally- quickly bruteforce all possible parameters and inputs of a given trading strategy, using Gekkoga’s genetic algorithm.… Read more ...

How to create an Amazon EC2 “small” Virtual Machine and automate Gekko’s deployment

We tried Gekkoga’s backtesting and noticed it is CPU intensive. I never used Amazon EC2 and its ability to quickly deploy servers, but I was curious to test, as it could make a perfect fit for our needs: on-demand renting of high capacity servers, by using Amazon’s “Spot instance” feature. Beware, on EC2 only the smallest VM can be used for free (almost). The … Read more ...

Easy and step by step Gekko Strategy Optimization with Genetic Algorithms

In previous tutorials, we covered how to install Gekko, use its core features, and build your first custom strategy. In this article, we’ll focus on optimizing your strategies through automatic parameter backtesting with Gekkoga.

Benefits of Automated Backtesting

Every strategy—whether it’s your own custom code or one you found online boasting excellent backtest results—must be tuned for your specific market, currency, and … Read more ...

How to Customize a Gekko Strategy (Step-by-Step Guide)

Customizing Gekko trading strategies is the key step to making the most of it. If you’ve already installed Gekko and tried a few built-in features, you’re probably wondering: how do I actually adapt and improve these strategies for my own needs? Whether you’re an advanced user or just ready to dig deeper, this guide gives you a practical, step-by-step workflow for customizing, testing, and safely… Read more ...