Skip to content
Discussion options

You must be logged in to vote

Getting back to your original question:

Im trying to stop the Fox ESS charging in IOG bonus slots when car is not charging.
How do I make sure Fox only charges ESS in bonus slots when "sensor.tesla_state" = 'charging' , but always also charge in the 1130 - 0530 window?

Simplest way could be to write a script that predbat calls when it starts charging rather than predbat directly calling the inverter start charge service

In that script:

  • check if current time is in the cheap rate period OR car is charging

  • if either of these is true, start battery charging

  • else do nothing

You might need to set repeat: true in the charge start service definition in apps.yaml to ensure predbat calls …

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by chrisgla
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants