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

additional registers #63

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

michbeck100
Copy link
Collaborator

@bohdan-s bohdan-s merged commit 9483ee0 into bohdan-s:main Jul 26, 2022
@bjeanes
Copy link
Contributor

bjeanes commented Jul 26, 2022

Here are some more registers that I have dug into today for my own purposes. I hope to add a PR for these but feel free to incorporate them in this one if you're interested:

  • Address 33208 - Forced charging schedules (i.e. from grid)

    • 0xAA (170) = on
    • 0x55 (85) = off
  • 33209 - Schedule validity

    • 0 - week day only
    • 1 - every day
  • Schedule 1:

    • 33210 - start hour (0-23)
    • 33211 - start minute (0-59)
    • 33212 - stop hour (0-24)
      24th hour to distinguish from zero-length/inactive schedule
    • 33213 - stop minute (0-59)
      must be 0 if 33212 is set to 24
    • 33214 - state-of-charge target (0-100)
  • Schedule 2 (same value constraints as schedule 1)

    • 33215 - start hour
    • 33216 - start minute
    • 33217 - end hour
    • 33218 - stop hour
    • 33219 - SOC target

These map to the following settings in the web UI of the network dongle:

Screen Shot 2022-07-26 at 4 19 26 pm

@bjeanes
Copy link
Contributor

bjeanes commented Jul 26, 2022

lol I started that comment before merge but submitted it after 🤦🏻

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.

None yet

3 participants