Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Anybody have direct experience with Amber Electricity in Victoria?

This site may earn commission on affiliate links.
Hi all,

I hear about opportunities for good savings using Amber and high feed in payments at certain times in NSW, for example.

I am currently with another provider, with a reasonable plan, with a couple of PW2s, and a 3 phase system. I did try Amber for a little while over summer, but just didn’t see the benefit with such large amounts of renewables in the market. Aware that I didn’t persevere however for more than a few weeks :cool:

Considering re-trying, but is there anyone around in metro Victoria that has tried this for any period of time? What are your experiences with general FITs vs. periods where there is a short-term high FIT?

Thanks!
 
I have Amber and a Tesla and am really happy with both.

There are some challenges charging at the optimal price though. Sometimes best time is at night, sometimes best time during the day. In the second case, don't want to rely on charging a really low battery during the day when car is going to be out all day. Similarly, don't want to charge the car at higher prices during the night if it will be at home during cheaper prices the next day. Also don't want to let the battery get too flat and suddenly find due to storms or whatever we have a power outage for several days (there are chargers nearby so maybe not critical - but chances are the limited number of chargers would be rather busy too).

As a result, sometimes it is necessarily to charge at non-optimal times.

I have an automatic program to try to help, something like (can't remember exact thresholds right now, and is slightly more complicated to prevent constant charging if price fluctuates near threshold):

* If price of electricity is < 30c, charge to 50%.
* If price of electricity is < 15c, charge to 80%.
* If price of electricity is < 10c, charge to 90%.
* During 3am to 6am, charge to 70%.

This doesn't work so well when we expect to do a lot of driving (ie. want more then 70% charge) and price of electricity is high. Currently I override my automatic system for these days, but might tweak it a bit more in future (e.g. provide more inputs, such as maybe if need more battery the next day, or if the car is expected to be at home the next day).

And the other variable is the Tesla API. Occasionally it just won't wake-up properly, despite sending successful wake up commands, and repeatedly refuses to start charging, responding with obscure errors. Even the Tesla app gets this same problem. I have to open the car doors to get it to respond correctly. Maybe a sign of having an older car, not sure. It does have the upgraded infotainment package.
 
May I ask how you automate this?

This is entirely my own custom code, written in Rust, that talks to the Amber API to get the prices, Tesla API to start and stop charging, and Teslamate (via MQTT) to get current car status (without resorting to constant polling which would keep the car awake). If you don't mind getting your hands dirty in Rust, can provide more details.
 
I have Amber and a Tesla and am really happy with both.

There are some challenges charging at the optimal price though. Sometimes best time is at night, sometimes best time during the day. In the second case, don't want to rely on charging a really low battery during the day when car is going to be out all day. Similarly, don't want to charge the car at higher prices during the night if it will be at home during cheaper prices the next day. Also don't want to let the battery get too flat and suddenly find due to storms or whatever we have a power outage for several days (there are chargers nearby so maybe not critical - but chances are the limited number of chargers would be rather busy too).

As a result, sometimes it is necessarily to charge at non-optimal times.

I have an automatic program to try to help, something like (can't remember exact thresholds right now, and is slightly more complicated to prevent constant charging if price fluctuates near threshold):

* If price of electricity is < 30c, charge to 50%.
* If price of electricity is < 15c, charge to 80%.
* If price of electricity is < 10c, charge to 90%.
* During 3am to 6am, charge to 70%.

This doesn't work so well when we expect to do a lot of driving (ie. want more then 70% charge) and price of electricity is high. Currently I override my automatic system for these days, but might tweak it a bit more in future (e.g. provide more inputs, such as maybe if need more battery the next day, or if the car is expected to be at home the next day).

And the other variable is the Tesla API. Occasionally it just won't wake-up properly, despite sending successful wake up commands, and repeatedly refuses to start charging, responding with obscure errors. Even the Tesla app gets this same problem. I have to open the car doors to get it to respond correctly. Maybe a sign of having an older car, not sure. It does have the upgraded infotainment package.
I would also like to know more about this API and where it can be obtained.
 
Prices were negative today, so I got paid to charge the Powerwall and car

1693737665929.png
 
I would also like to know more about this API and where it can be obtained.

Not sure, did you mean you want more information on the Tesla API?

Is unofficial, but is what the official app uses. See Tesla API - Tesla API - I think I saw other references also.

Getting the initial token can be a pain, since Tesla locked this down. This use to work, but last I tried it didn't: Tesla API and Refresh Token Generator

This seems to be a better choice now: GitHub - adriankumpf/tesla_auth: Securely generate API tokens for third-party access to your Tesla.

If you need up-to-date information, this means constantly polling the car. But that forces the car to stay awake - while this increases reliability of getting fast and accurate status changes, it will cause the car to have more vampire drain. Instead use teslamate and configure it to send data via mqtt. Anything can subscribe to these mqtt events and get mostly up-to-date data.

And if the car is asleep, it won't respond to commands. Need to repeatedly send the wake up command until car wakes up. And occasionally the car will say it is awake, but still refuse to respond.

Or did you mean you want more information on my code?
 
VIC or SA I guess?
Prices were negative today, so I got paid to charge the Powerwall and car

View attachment 970670
James - is this really what it means? I thought that with this symbol, it means that you are actually charged to put power into the grid. It is only when the FIT is high that you can make money from putting money into the grid. Overall, I thought that Amber adds up all the power export at the times you export, and then if it is on average less, you get the general government FIT, and if you make a profit over this, you keep it.

Am I way off base here?

Thanks.
 
James - is this really what it means? I thought that with this symbol, it means that you are actually charged to put power into the grid. It is only when the FIT is high that you can make money from putting money into the grid. Overall, I thought that Amber adds up all the power export at the times you export, and then if it is on average less, you get the general government FIT, and if you make a profit over this, you keep it.

Am I way off base here?
That picture was the buy price. Just like the feed-in (sell) price can be negative - as you say, you'd be charged to put power into the grid - the buy price can be negative, and you are paid to consume power.

The feed-in price will be lower than the buy price by an amount somewhere in the range of 2c - 10c /kWh, due to the network use-of-service (NUOS) charges that apply to imported power, so the although the feed-in price often goes negative, the wholesale price has to be a bit lower for the the buy price to go negative and it's a bit rarer.

The government-mandated floor FIT only applies in Victoria, by the way.
 
That picture was the buy price. Just like the feed-in (sell) price can be negative - as you say, you'd be charged to put power into the grid - the buy price can be negative, and you are paid to consume power.

The feed-in price will be lower than the buy price by an amount somewhere in the range of 2c - 10c /kWh, due to the network use-of-service (NUOS) charges that apply to imported power, so the although the feed-in price often goes negative, the wholesale price has to be a bit lower for the the buy price to go negative and it's a bit rarer.

The government-mandated floor FIT only applies in Victoria, by the way.
Makes a real-time way of automating power flow in your home pretty attractive as has been mentioned before.