Skip to content

Commit

Permalink
0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hombach authored Dec 23, 2023
1 parent f75123f commit a5599a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class go_e_charger extends utils.Adapter {
case '054.11':
case '055.5':
case '055.7':
case '055.8':
this.log.debug(`Init done, launching state machine`);
break;
default:
Expand Down Expand Up @@ -306,6 +307,7 @@ class go_e_charger extends utils.Adapter {
// case '054.11':
// case '055.5':
// case '055.7':
// case '055.8':
try {
// @ts-ignore axios.get is valid
const response = await axios.get(`http://${this.config.ipaddress}/mqtt?payload=amx=${Ampere}`); // set charging current
Expand Down

0 comments on commit a5599a4

Please sign in to comment.