derekyle
derekyle
This format does not work for booleans with the helm template. config: MM_SERVICESETTINGS_ENABLEAPIUSERDELETION: "true" The issue is that the /templates/secret-config.yaml cycles through all the values under config: and tries to...
Also, wildcard db names or regex would be a killer feature. We have a lot of tables that end in _log. It would be nice to be able to indicate...
Agreed, it would be nice to have this merged in. It looks like the pull request it was waiting on in the platformio repo has been merged in.
I agree. I came here to make the same suggestion and then saw this. Definitely very important. It looks like they accept pull requests so maybe someone could write it...
@TedGrahamEmporia Save yourselves and your customers countless bandwidth and open your devices for local access. It's pretty ridiculous that we are having to call remote servers for our local data...
As an update, I discovered that I was supposed to have the 3.3 volt pin connected from the esp8266 to the TTL side of the RS232 converter. So now, I...
Here are the logs with UART debug turned on. ``` [09:49:28][D][pipsolar:836]: Sending polling command : QPIGS with length 5 [09:49:28][D][uart_debug:114]: >>> 51:50:49:47:53:B7:A9:0D [09:49:28][D][pipsolar:772]: checking crc on incoming message [09:49:28][D][pipsolar:775]: CRC...
``` And here is my config yaml: esphome: name: hybrid-inverter esp8266: board: d1_mini substitutions: inverter_name: Inverter # Enable logging logger: baud_rate: 0 level: VERY_VERBOSE logs: uart: VERY_VERBOSE uart.arduino_esp8266: VERY_VERBOSE #...
It looks like the same sequence of bytes going out everytime and a different sequence coming back each time. And I suspect this is coming from the inverter because swapping...
Does this mean that the rs232-ttl converter wiring is likely correct? Also, I just noticed that within the Solar Power App that I have connected to the inverter per the...