We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3cdbba + ff5a139 commit 968cf7fCopy full SHA for 968cf7f
openevsehttp/__init__.py
@@ -542,7 +542,7 @@ async def set_current(self, amps: int = 6) -> None:
542
else:
543
# RAPI commands
544
_LOGGER.debug("Setting current via RAPI")
545
- command = f"$SC {amps}"
+ command = f"$SC {amps} N"
546
response = await self.send_command(command)
547
_LOGGER.debug("Set current response: %s", response[1])
548
0 commit comments