Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sadly Home Assistant only recognises binary sensor states, if they are "ON" or "OFF" (case sensitive). 🤦🏻♂️ So there's also the need of changing the values for export. And also sadly the if condition differs "0" from QPIWS and 0 from QPIGS. For the QPIWS warnings I cannot see an universal conditon. Maybe you can somehow use the command to include it also in the if. For me I added the tag from mpp-solar.conf section: if unit == "bool" or value == "enabled" or value == "disabled" or tag == "myQPIWStag":
- Loading branch information