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

Initial documentation for Solis inverters #308

Merged
merged 10 commits into from
Dec 10, 2023
Merged

Initial documentation for Solis inverters #308

merged 10 commits into from
Dec 10, 2023

Conversation

fboundy
Copy link
Collaborator

@fboundy fboundy commented Nov 11, 2023

No description provided.

Copy link
Collaborator

@iainfogg iainfogg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a couple of comments

@@ -186,13 +184,14 @@ Connect to your cars sensors for accurate data:
Control how your battery behaves during car charging:

- **car_charging_from_battery** - When True the car can drain the home battery, Predbat will manage the correct level of battery accordingly. When False home battery discharge will be prevented when your car charges, all load from the car and home will be from the grid. This is achieved by setting the discharge rate to 0 during car charging and to the maximum otherwise, hence if you turn this switch Off you won't be able to change your discharge rate outside Predbat. The home battery can still charge from the grid/solar in either case. Only use this if Predbat knows your car charging plan, e.g. you are using Intelligent Octopus or you use the car slots in Predbat to control your car charging.
- CAUTION: If you turn this switch back on during a car charging session you will need to set your battery discharge rate back to maximum manually.

- CAUTION: If you turn this switch back on during a car charging session you will need to set your battery discharge rate back to maximum manually.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The proper Markdown spec is to have 4 spaces (or a tab) for an indented list, I think you've changed this plus some others to 2.

I went through them all when I redid the docs and set them all to 4 (GitHub was fairly forgiving, and would work with 2).

And if it did with with mkdocs, that'll be because fairly late on I added the sane lists extension, as one of the original lists wasn't working with the strict implementation of Markdown spec.

@@ -19,6 +19,7 @@ nav:
- creating-charts.md
- predbat-plan-card.md
- 'Predbat development':
- other-inverters.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I'd add this in another section, rather than in the section on developing on Predbat, as it's not really developer content.

@@ -230,21 +229,21 @@ The triggers count export energy until the next active charge slot only.

For each trigger give a name, the minutes of export needed and the energy required in that time
Multiple triggers can be set at once so in total you could use too much energy if all run
Each trigger create an entity called 'binary_sensor.predbat_export_trigger_<name>' which will be turned On when the condition is valid
Each trigger create an entity called 'binary*sensor.predbat_export_trigger*<name>' which will be turned On when the condition is valid
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo, the star should be before binary?

docs/install.md Outdated
@@ -45,7 +51,7 @@

Predbat needs a solar forecast in order to predict battery levels.

If you don't have solar then comment out the Solar forecast part of the apps.yml: **pv_forecast_* **
If you don't have solar then comment out the Solar forecast part of the apps.yml: **pv*forecast*\* **
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why star's in place of underscore?

@fboundy
Copy link
Collaborator Author

fboundy commented Nov 11, 2023 via email

@fboundy
Copy link
Collaborator Author

fboundy commented Nov 11, 2023 via email

@iainfogg
Copy link
Collaborator

Could it be that you'd already written the code in the original README then you copied it in here after I reworked the documentation?

The original README used 2 characters for indents, so that would explain it.

@fboundy
Copy link
Collaborator Author

fboundy commented Nov 11, 2023 via email

@iainfogg
Copy link
Collaborator

Ok, that's strange as I used VS Code to do the work in the first place. It griped about some indents but never auto changed them for me.

I think it leans towards the GitHub more relaxed standards, rather than the strict standards.

@springfall2008
Copy link
Owner

@fboundy were you going to fix the issues with the * before merging?

@fboundy
Copy link
Collaborator Author

fboundy commented Nov 14, 2023 via email

@springfall2008
Copy link
Owner

@fboundy any updates on this one?

@springfall2008 springfall2008 merged commit df6fe53 into main Dec 10, 2023
@springfall2008 springfall2008 deleted the Solis-Docs branch February 5, 2024 19:56
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

Successfully merging this pull request may close these issues.

3 participants