[APP] Amina - Power up your smart home with Amina S

Amina - Power up your smart home with amina S

Topic for: Amina App for Homey| Homey

This tread is not created nor monitored by the Brand Amina or Developer of the Amina app.
For official support on Amina charger mail to: support@aminacharging.com

For official support on the Amina app use the Email link in the App support (currently: mailto:homey-amina@drenso.nl )

Description

This Homey app allows you to monitor and control your Amina EV charger.
The Amina charger is connected via Zigbee

Device Capabilities

These setting are found on the Settings of the Device

Tags you can use

Official Amina websites:

4 Likes

Reserved

1 Like

Just started using the Amina S charger.
I will share my flows in this thread

Topics I plan to touch:

1 Like

Dynamic Load balancing
Load balancing will prevent that one of your phase’s gets overloaded and trips your main circuit breaker.

Your installer should have installed the Amina on a seperate group and the max current should be set inside the Amina charger.

But the phases can stilll be overloaded.
When you use your Amina at full power and additionally switch on heavy loads on any of the 3 phases (dryer, dishwasher, oven)

This flow will reduce the power of your Amina when high current is detected

Authorization
Out of the box the Amina charger will start charging as soon as a car is connected.

I created a variable “Amina Authorized” that I can use in other flows to verify Authorization

This flow is used to limit charging to authorized persons or EV’s only

Surplus solar energy charging

Only use the surplus of your solar energy to charge your EV. To minimise your energy returned to grid.
Restrictions:

  • EV’s generally require a minimum of 6A (1.4kW) to start charging
  • Current adjustment is at 1A resolution so you will not always get 0 (1A = 220W )

The flow supports dynamic phase switching between 1 and 3 phases
(Switching does require a Off+On of the Amina to be effective)

Below is my flow (which is also usable for other chargers, with adaption of variables to other the other app)

  • the flows input is the energy level from my meter P1
  • Target is Zero on the Energy
  • a second flow will trigger calculation of the energy every minute using the insight trends reloaded app to provide the mean value over 1 minute (the input)
  • The setting over the charger is based on the current settings minus the energy measured (P1). So return (negative) will increase the charger current
    This flow calculates the trend:

This part of the flow calculates the required current setting of the charger:
(Based on zero energy on P1)


This flow determines the setting of the charger (off, 1phase, 3phase)

you can Import this flow
You can import this flow into your homey using the flow exchange capability of the device capabilities app.
Find the instruction on howto download a flow in the device capabilities thread

  • install the Amina app before importing this flow
  • Install the Power by the Hour app
  • Install the Youless App (or replace the tags with tags of a different P1 meter)
  • Install the Insight Trends app

Create the following Variables

  • Amina I 1ph New: calculated current for 1 phase charging
  • Amina I 3ph New: calculated current for 3 phase charging
  • Amina I correction: a correction factor to compensate low setting
  • Amina 3/1-phase switch: Y/N to prevent flippering

Troubleshooting variables used:

  • Amina Compare: Variable to verify if Amina Compare is set correctly
  • Amina I 1ph noRound: calculated current for 1 phase charging without rounding
  • LS-energy-W-median for monitoring the input value


TEF:

[tef:FLOWS:"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":/tef]
1 Like

Boost charging

  • Charge at maximum power
  • until a minimum battery level is reached
    (1st I need to have load balancing working, as this will stress my phases)

EPEX charging
Only charge when the electricity prices are at their lowest.
For dynamic charging contracters

1 Like

Amina Alarms
Sent the alarms to your phone

This flows will sent a push message to your phone in case of an alarm triggered by the Amina





you can Import this flow
You can import this flow into your homey using the flow exchange capability of the device capabilities app.
Find the instruction on howto download a flow in the device capabilities thread

  • don’t forget to replace the user by your own name.
  • install the Amina app before importing this flow

    TEF:
[tef:FLOWS:"H4sIAAAAAAACA+WUTYvbMBCG/0o6Z89GsmR93ZZCofTYYwjLWBonpnEcbCdsCPnvxU62NC1l3VMPPQkxH3rnYV5dIEG4gGbKjXMlGqsMau8qJOtzdLFwyRhVJJGPeXsI8NzUe1p8hQwiBOjb+I0HuF4zOI4ZqsjzQkpCwyahzr1EIq6wooKiL7SKhXrr9Gnxhc9TKUFYXaCGALmQJCvNaJOrUItk0EmVULmUcuNiLJyAbCr/sPi4pW7D3WKUxIvnHXXNTdYFysJblThHaVMa+xCWpYnonVW6zJ2xphzzXiGIDM4QtBAZtBBg2zZ8DolPdeQwC0w2Kf/rukCj4JeO+3Z34gQZDBBg6OrNhjvIoIewAqc9WzIeSfgCdeSIFAWjEpKdk2yVsbCeCF4gcR+7+jDU7ciH9je4LEVKSRCStgq1Y0bn8oSlMjZpyZaFeUCRm3+E4j77n1hUviDvlUaOUaEuC0ZvhUbBSlbKRsGS32Exq8WNhXZ3GvqBRkN72nAXmrasd/ww8GMoHI799mXg1+E+DcVJzF3fseduPOsEYZ5rMthTwz98k0Hd0Ga8b4fh0Iflkg71Ew3btnmKbbMcH1gu6UQDjQSnwOfxMbhmMMl68/JknLBYre68Q5izMiH8hHi9nvDO2tZHvL/47r/AO+dz+h3v9bq+fgcISrlbsAUAAA==":/tef]
2 Likes

Amina reset & repair zigbee.
Do you need to reset your Amina S, dont worry. After a reset is it easy to repair the zigbee connection. All your flows will still be working fine!

To reset your Amina, follow the instructions from your userguide

After the reset, go to the device in homey. In the setting select “repair”.
Your Amina S will quickly reconnect to zigbee. No need to repair your flows. They will work fine

My experience with the Amina

The charger
The Amina charger is very compact.
If you want a charger that does not stand out too much, You will like it…

The charging cable is fixed to the charger.

  • It’s a personal thing but I really like it because I do not need to take my charging cable out of the frunc. Just get out of the car and plug it in.
  • Using a separate charging cable would make it look much bigger, because of the large connector sticking out of the charger. So the fixed cable contributes to the sleek design
  • I bought an additional wall mount to store the cable when it’s not plugged in. I Prefer this over the plastic cover: easy, just push the connector in
  • The cable is delivered as a loose cable and needs to be connected to the charger during install. this way you can also guide it through a small whole in the wall. I placed the charger on the inside of my fence, pushed it through a small hole, so I only have the cable on my driveway.

Controlling the Amiga

  • The amina is connected via zigbee, so no cloud control. As a homey user I really like that: local control. If internet or wifi drops you can still control your charger. And no unnecessary data sharing. I have the Amina for a few month now. Did not notice any zigbee hiccups.
  • The Amina is sold a a smart charger. The integration with homey works fine, connecting is easy and the app provides enough functionality.
  • After installing the latest firmware (see post below) I am able to switch between 1phase and 3 phase charging. I use 1phase charging in summer: surplus charging, tuning the charger to use the surplus solar energy (which is normally lower than 16A). In winter I use the 3 phase charging: EPEX Charging, when the dynamic prices are low charge at full power.
  • The Amina does not have load balancing, so that is something you need to build using homey flows (see below)

An other extensive installation review is posted on the forum here

support
The Amina support desk has good response. They even managed to provide me some new functionality (phase switching) within a few weeks time when Imasked for it.

1 Like

Added initial flow for surplus solar energy charging.

Well that was quick :grinning:
Image

I will try try update the dlow this weekend and do sometesting…

1 Like

A firmware update is available for the Amina charger.

This firmware fixes an instability issue (phase switching).
When changing the current setting the charger intermittendly switched from 1 phase charging to 3 phase charging, without a status change showing in the setting.

You can download the firmware from this Amina site:

More documents available here:

1 Like

Hi,

What is needed for the amina to use loadbalancing?
Do you need hardware at the circuit breakers?
Do you need a utp cable to the amina? (Don’t think that can be connected, but normally such cable would be needed)

I am thinking about the concept.
My idea till now is:
1 a honey connected device reading the smart meter (there are many, I have a youless)
2 a flow that constantly monitors the 3 phases. To prevent it from interrupting on short peak currents I am thinking to use the “inside trends reloaded” app. Using an avarage of the current over a short period.
This flow would reduce the current if needed
3 all current setting for the Amina should also run via a load balencing flow, that will prevent a new setting to cause a peak load.

So hardly extra hardware needed, just a smart meter device (~€30)

1 Like

Sounds cheap and practical. Would it act fast enough to avoid main breaker to switch off?

The master switches are “slow” so it does not need to respond fast.
The youless is measuring every 5 sec.
But I do not think official balancers respond faster.

Good high power devices are also build to slowly build up their power, so if something switches on it will catch it.

1 Like

What is your experience with the Amina so far? Is it stable in the zigbee network of homey?

1 Like

I updated my experiences in this post at the top

1 Like