**What kind of category/signal(s) would the app use:**
IP (Local/Cloud/WiFi);
AEG app
Home Assistant Access Steps:
The Home Assistant feature allows the energy storage system to be integrated with a Home Assistant smart home
environment.
Through this integration, system data can be displayed and used for monitoring or automation within Home Assistant.
Preparation Before Access
Before enabling the Home Assistant function, please ensure the following conditions are met:
· A Home Assistant hardware environment is already installed and running
· A computer or device is available and can access the Home Assistant runtime environment
· A valid GitHub account
· A valid Home Assistant account for Sunpura integration
AEG
Compressed Package Directory Contents
After downloading the Home Assistant access package, the directory includes the following files:
· Access Instruction Manual: step-by-step guidance for installation and configuration
· HA-EMS-panel.mjs: EMS display panel for visualizing system data
· HA-EMS-local.zip: local communication plugin for connecting the system within a local network
· HA-EMS.zip: cloud communication plugin for remote data access
Users should select and install the appropriate plugin according to their Home Assistant setup and network
environment.
The Home Assistant access package can be downloaded from the following link:
**What is the brand:** Boneco. **What is/are the device(s)/service for type:** Air Purifier, Humidifier **What kind of category/signal(s) would the app use:** - Wifi **Is there an (public) API / documentation / manual(s) or known (other) implementations (like Blogs/Github etc)?** I don’t know **Are you willing to loan or donate to a developer?** No **Extra information:** No
What is the brand: Zeekr What is/are the device(s)/service for type: Cars What kind of category/signal(s) would the app use: Wifi Is there an (public) API / documentation / manual(s) or known (other) implementations (like Blog s/Github etc)? I don’t know Are you willing to loan or donate to a developer? No Extra information: No
What is the brand: heypolo
What is/are the device(s)/service for type: Presence
What kind of category/signal(s) would the app use: Website
Is there an (public) API / documentation / manual(s) or known (other) implementations (like Blog s/Github etc)? Probably not
Are you willing to loan or donate to a developer? Yes, money
Extra information: No
There is also some form of integration directly to the smart meter and/or E.ON databases using a code on the smart display provided by E.ON. USwitch, a UK company that provides comparison data for a number of areas, including energy contracts, uses this to access a customer’s historical energy data
**Are you willing to loan or donate to a developer?**
Happy to beta test and provide access to smart display code if this is the chosen development approach.
I was reading something about Home Assistant automations around mail delivery. Not Email, regular postal service things. Which led me to another question about package delivery like Amazon, UPS, Fedex, etc. Does Homey have any apps in this kind of use case? In the USA, there is an app for USPS, and of course there are apps for each kind of major delivery service; maybe Homey can help to automate those things and make them into dashboard widget?
What is/are the device(s)/service for type:
EV charging station. Specifically the Ratio chargers managed through the official Ratio app (including the Ratio Solar). The app would show charging status and power, and allow starting/stopping a charge.
What kind of category/signal(s) would the app use:
Via the cloud API behind the official Ratio app (AWS Cognito authentication + REST). Optionally also Bluetooth (BLE) for local control without the cloud (the charger uses the Inspiro IPC protocol over BLE).
Is there an (public) API / documentation / manual(s) or known (other) implementations (like Blogs/Github etc)?
Yes. There is an open-source, reverse-engineered Python client and a working Home Assistant integration:
aioratio (async Python client for the Ratio cloud API, including optional BLE): Github
Home Assistant integration by the same author: Github
The API is not officially documented by Ratio itself; the projects above document the endpoints, the Cognito authentication flow and the data models quite thoroughly in their READMEs.
Are you willing to loan or donate to a developer?
Yes, donate money
Extra information:
There is no Ratio app in the Homey App Store yet. A working prototype build by myself (with Claude and no programming knowledge) already exists, built with the Python Apps SDK + the aioratio library: pairing with a Ratio account, plus capabilities for power, charging state, car connected, charging blocked, grid-operator power reduction (DSO), error/fault alarm, firmware-update available, and (approximated) kWh.