Page 1 of 1

Android DomoticzApp

Posted: Sunday 27 April 2025 12:12
by JanVlietland
Most of our domotics events are automated, such as lamps, heating and aircos based on presence, time and temperature. However some events I was unable to automate, such as security camera verification, alerts and doorbell events.

To handle these, I developed an android app called DomoticzApp. The source code is available in my public github repo, which also includes some eye candy: https://github.com/Vlietland/domoticzApp.

The app communicates with a dedicated Python DomoticzAppServer, which acts as middleware providing the necessary resources:
https://github.com/Vlietland/domoticzAppServer

As a experiment I also added geofencing which surprisingly works very well.

Although the app is dedicated to my use case, it may inspire others to adapt the project for their own specific needs.
resized_portrait2.png
resized_portrait2.png (195.79 KiB) Viewed 580 times
resized_settings.png
resized_settings.png (118.68 KiB) Viewed 580 times
resized_landscape.png
resized_landscape.png (299.91 KiB) Viewed 580 times