Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few Solar PV divert issues #231

Closed
jbakuwel opened this issue Jun 15, 2019 · 5 comments
Closed

A few Solar PV divert issues #231

jbakuwel opened this issue Jun 15, 2019 · 5 comments

Comments

@jbakuwel
Copy link

Solar PV divert only works for Service Level 2 and currently needs a positive value (not a negative value as described in the documentation) in the SolarPV-gen topic to adjust the charging current. The calculation seems to be based on 110VAC (despite the fact that Service Level = 2) as publishing 770 in the SolarPV-gen topic results in 7A, 880 in 8A and so on.

I am not sure why Solar PV would/should not work for Service Level 1 but if it's not meant to work for Service Level 1 then perhaps Charge Mode should be greyed out when Service Level is set to 1.

Grid (+I/-E) topic is greyed out (ie. I can't define that topic). In my case (off grid) that is fine of course but I thought I'd mention it.

As also mentioned in now closed issue #227, it would be great for off grid systems if Eco mode would be persistent across charging sessions (ie. remain set to Eco after unplugging and replugging the car).

Instead of using a contactor, using a zero cross SSR such as https://www.digikey.com/product-detail/en/sensata-crydom/D2440/CC1071-ND/221764 might allow the firmware to pause & resume charging more frequently (probably with some form of hysteresis) - assuming this would not wreck havoc on the car charger. Zero cross SSR might help. Heat dissipation might be an issue for the current casing though... just an idea :-)

@glynhudson
Copy link
Contributor

The calculation seems to be based on 110VAC (despite the fact that Service Level = 2) as publishing 770 in the SolarPV-gen topic results in 7A, 880 in 8A and so on.

This has been fixed in V2.8.1

I am not sure why Solar PV would/should not work for Service Level 1 but if it's not meant to work for Service Level 1 then perhaps Charge Mode should be greyed out when Service Level is set to 1.

Solar PV divert will only work for Level 2 since calculation is based on L2 voltage. Good point, it should be grayed out for L1

Grid (+I/-E) topic is greyed out (ie. I can't define that topic). In my case (off grid) that is fine of course but I thought I'd mention it.

If you remove the entry in solar PV gen topic the Grid I/E field will become usable instead. It's either / or. Agree, this could be make clearer with a toggle.

As also mentioned in now closed issue #227, it would be great for off grid systems if Eco mode would be persistent across charging sessions (ie. remain set to Eco after unplugging and replugging the car).

This would have to be an option, since most users would prefer EVSE to revert to Normal mode to avoid being stranded with a low SoC if full charge speed was expected.

Instead of using a contactor, using a zero cross SSR such as https://www.digikey.com/product-detail/en/sensata-crydom/D2440/CC1071-ND/221764 might allow the firmware to pause & resume charging more frequently (probably with some form of hysteresis) - assuming this would not wreck havoc on the car charger. Zero cross SSR might help. Heat dissipation might be an issue for the current casing though... just an idea :-)

A 2P contactor is required by regulations. It's actually the contactor inside the EV that I would be more worried about wearing out by stopping / starting often. The contactor in the EVE is easy to replace.

@jbakuwel
Copy link
Author

jbakuwel commented Jun 26, 2019 via email

@nitroushhh
Copy link

Regarding to the suggestion to make charge mode stick at ECO. I agree that having it always set to eco would be a problem. Would it be possible to have a field where we can pick what the default is. That would suit me well as in a sunny week default 'eco' would be good. In winter I could set default to 'normal'

@beikeland
Copy link

beikeland commented Dec 1, 2019

I tried changing the default to ECO, but it also needs OpenEVSE to default to sleeping for it to not start charging if turned on with car connected when solar is insufficient. Quite possible I overlooked something however.

Edit: D6.0.0 OpenEVSE firmware and 2.8.1 Wifi from https://github.com/lincomatic/ESP8266_WiFi_v2.x implements some OCPP hooks that looks interesting to use in controlling charging. The only thing I couldn't see was for the charger to itself de-auth after charge finishes. Seems there is an issue to get it pulled into this repo as well.

@glynhudson
Copy link
Contributor

solar PV divert has been significantly improved in V2.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants