jsb5151

Results 19 comments of jsb5151

I'm on FW 5.43, should I stick to that one or upgrade to 5.621? Does anyone have the flash file and/or procedure? I can get information using 5.43, but the...

Not sure if this is related, but I get "Charger Rebooted" pop-ups every few minutes now...

Same here, this is a common issue - the add-on seems to be sending 2 commands. Current AC setting is Fan mode. When I click on Cool, it sends 2...

Seems like #146 and #147 may be caused by the same issue. power_command_topic is sent AFTER a mode_command_topic, which overwrites whatever the selected mode was sent. Manually removing that line...

Can we at least get a configuration entry in the integration so we can override the temperature units? I have to manually overwrite the discovery topic every time it restarts...

Typically, integrations don't use Retain=False as a fallback mechanism. This creates unwanted behaviour where the sensors show as offline if the client application monitoring the topics have connected to the...

That's true - I just created an automation that sends an INFO request to the panel, which fixes the states. Not the most elegant solution but it works...

That's true, but a good way to avoid that bug is to map a "default" device_class if the reported INFO message "type" field is not listed. FYI, known sensor types...

I can work on it when I have a few minutes, but not sure how to properly implement an "any other sensor" type of catch-all. I'm asking because I know...

@Pablo1 - true. I'm testing some code here that makes unknown sensors default to "safety" so they show up in discovery. I'll submit a PR if that works.