Tedi
Tedi
It may have something to do with a previous problem retrieving the a license version: ``` > Task :generateLicenseReport Failed to retrieve artifacts for [group:, name:com.some.module, version:, ext:pom] org.gradle.internal.resolve.ArtifactNotFoundException: Could...
> I also have this feature on my remote. I almost never use it. > > In theory, it can be implemented by adding the "ifeel" mode to the configuration...
Just dropping a note that I'd be happy to help with the testing too as I own an ECU-C.
I've tried the steps from https://github.com/ksheumaker/homeassistant-apsystems_ecur/discussions/91 to grab the data from my ECU-C, and command 53 does not seem to include the consumed power (only produced):   I guess...
This could also be useful: http:///index.php/hidden/ . It list a set of internal URLs which provide additional info. This is quite interesting as it seems to display a record of...
Actually the response already includes the Produced and Exported values: Exported:  Produced:  Consumed:  And the response: ``` { "APS": "ANSWER", "VERSION": "1.1", "error": 0, "ECUID": "", "Command_Id":...
> I toyed with the idea to implement a proxy between the ECU and EMA website as this is probably the most stable and generic solution. Maybe you could use...
> I'm also interested in this. > > Not sure if anyone is aware, but there's straight JSON available at http://IP/index.php/meter/old_meter_power_graph Looks to be the same format content as @tediroca...
> Set $debug to true to have logs It's already enabled: ``` sh-4.4$ grep 'debug' /etc/self-service-password/config.inc.local.php $debug = true; ```