netmindz

Results 356 comments of netmindz

It also sounds like you are having similar experiences as this ML700 user https://github.com/netmindz/balboa_GL_ML_spa_control/issues/78

Hi @TorbjOlss Yeah most of what you describe there is consistent with missing commands, the drawback of no retry You can try tweaking the time interval between simulated button presses,...

Using the HASelect component _should_ send all the commands needed rather than needing to make manual automations. In terms of time between new commands https://github.com/netmindz/balboa_GL_ML_spa_control/blob/18e0866fa464a2947db8e6992b99df09672a8a23/sensor/src/sensor.cpp#L932 is the line you and...

> Hi @netmindz > > Did some more testing today. > > The first thing I noticed is that "Target Tub Temp" does not change after changing the temperature either...

Had you seen that you can do remote updates using the webota?

You just run a build and then go to http://hottub-sensor:8080/update and upload the bin file

I still see "tls: failed to verify certificate: x509: “localhost” certificate is not trusted" when I run `gosmee client --insecure-skip-tls-verify=true` or `gosmee client --insecure-skip-tls-verify` Starting gosmee client version: 0.26.1

Possibly the difference between a self-signed certificate Vs a certificate issued by an unknown Certificate Authority

It also doesn't make sense to have the log level in the config, this is something you decide on a per log basis. As WLED does not currently have log...

It's never a good idea to have used code hanging about, so please strip this back to just what ads value and a clear usecase. For example, just because your...