10 Commits

Author SHA1 Message Date
Mike Marvin
92647f6835 Initial Support for Re-Auth and Reconfiguration (#350)
- Updates to config flows to support re-auth when password changes and
reconfiguration to change the configuration normally set during
initialization.
- Add config option to invert solar data, defaults to true. This should
allow the user to choose if they want it inverted, since the energy
dashboard requires positive data but emporia usually provides negative
for generation.
- A bunch of typing and similar style updates
- Update some translation strings
- Add support for using the API simulator without dev code
2025-02-02 17:26:32 -05:00
Tim Laing
44673931db Added OptionFlow and fixed formatting and typing issues (#316)
* Added OptionsFlow support
* Formatted code
* Corrected and added typing
* Removed linting errors where possible
* Added VSCode configuration files
2025-01-19 12:45:45 -05:00
Mike Marvin
6f06d2c3e2 v0.10.0 Updates (#311)
- Bumped version to 0.10.0. 
- Updated sensor names to more closely follow Home Assistant's
recommended naming conventions. Only changes them if they're still set
to the default, you can still rename them.
- Addressed Home Assistant warnings about deprecated functionality and
also numerous linter recommendations.\
- Bumped PyEmVue to 0.18.6, which includes improvements to the
authentication flow and supports bidirectional circuits.
2024-09-19 20:34:47 -04:00
magico13
e90cf4d403 Bump pyemvue to 0.18.2 which has improved resiliency. Formatting fixes. 2024-02-25 15:45:56 -05:00
magico13
17b4bd5ef9 Return more info from charger. Use current state when updating charger current. 2023-08-12 16:51:34 -04:00
magico13
e2e7f5ed01 Add extra channels like Balance during first poll. Fix some types. 2023-07-13 22:05:33 -04:00
magico13
9d795526ee First pass at updating based on device tree and not 1min update data. 2023-07-09 21:43:19 -04:00
magico13
ca5e5d77a6 Add service to set charger current 2022-05-21 17:15:17 -04:00
magico13
e686f785b3 Add Charger as switch. Add attributes for charge rate and status. No service yet 2022-05-14 17:36:43 -04:00
magico13
a4e93de06a Set month reset properly. Start adding code for EV charger support 2022-05-09 22:58:01 -04:00