- Details
- Category: Domoticz
- Read Time: 5 mins
Recently i've bought myself some Fibaro Heat Controllers to control my radiators based on the temperature for each section in the house, all automated.
Sadly after buying my second one, I found out Fibaro rolled out firmware version 4.7 and this was not compatible with latest (2020.2) version of Domoticz.
The moment you try to add them, it shows up in Domoticz as a Unknown device and you can't control anything nor do values report back.
This is what happens when Domoticz isn't able to find a xml config file for your device. Either the device is:
- Brand new product that's just been released
- Firmware for the product has been changed in such a way the config files don't recognize it anymore
In my case it was the second one. Older firmware reported the ID of 1000, the 4.7 firmware reports 1001.
- Details
- Category: Domoticz
- Read Time: 6 mins
I'm a firm believer of keeping all your stuff as centralized as possible. One portal to manage all your things instead of having a huge amount of apps and web portal links to manage everything.
Because I'm too lazy to do chores, I've been looking for robot vacuums that integrate with Domoticz well. I've started with LG Hombots, i found they were cheaper compared to Roomba's back then.
And let me tell you... LG Hombots SUCK. To make a long story short, the WiFI hack works, but the interface crashes everyday and Domoticz won't be able to send commands when that happens forcing you to reboot the vacuum every single day.
And this is how I ended up with the better solution: Roomba, money well spent!
- Details
- Category: Domoticz
- Read Time: 3 mins
I've been looking for a while for the best way to backup my Domoticz instance that's running on a Raspberry Pi.
I want to be able to restore it with minimal downtime should the device or the software fail.
Domoticz own Backup function works, but it only backs up it's own database, not the scripts that you made.
I've looked at various ways of imaging the SD card without pulling it out (that's just prone to forgetting) but nothing that really works without installing a complete backup solution for one machine. That's just overkill for me.
- Details
- Category: Domoticz
- Read Time: 4 mins
I tried using the REST980 plugin for Domoticz but it kept crashing every day and I got tired of it.
Instead of sifting through another man's code and finding the error I might as well leverage the API's to do my thing.
First I need the status of the robot vacuum's pushed to Domoticz so it can do it's thing.
- Details
- Category: Domoticz
- Read Time: 3 mins
I have this simple use case many other people probally have too. I wanted to change/dim the lights in the living room based on the fact if the tv is on and what i'm watching.
I found out that people had made libraries to control and get the status of your LG TV using python. This of course makes it super easy to integrate this with your domoticz system.
I'm aware there is a plugin for Domoticz, but I don't need over half the features it has.