f00f

Results 29 comments of f00f

Converting the `requirements.txt` to UTF8 fixed the issue for me. Thanks for the updated PoSH command, @n-wagner. However, I wonder where this goes wrong? `python -m pip install -r .\requirements.txt`...

@pgrzesik: Would a "fix" be to check the file encoding before opening it as utf8, and if it's a different encoding, issue an error and exit? (note: the offending file...

I think sorting and comment-removal do make sense, for more matches between projects. However, doing that on a copy with the sole purpose to derive the hash, and not touching...

This behavior can - amongst other things - be caused by a bad encoding of your `requirements.txt` file. Check if it's UTF-8 or ASCII. If it's not, convert it, clear...

For me, this worked: ```yaml template: unique_id: pv_gw10k_et sensor: - name: "PV Energy day" unique_id: pv_gw10k_et.pv_energy_day device_class: energy state: '{{ states.sensor.inverter_gw10k_et.attributes.eday }}' state_class: total unit_of_measurement: kWh - name: "Battery SoC"...

When configuring the Energy dashboard, I don't see sensors for battery in the dropdown list. Is the sensor simply missing from this PR? Does the api not provide the data?...

Battery: here's the response I get from SEMS: https://gist.github.com/f00f/6eb432ca01b66827aa24a59c570e0d84 It's taken from the HA logs, so it's not valid JSON. Also, I replaced statistic values with 1234. Homekit=None: I have...

> I haven't really tested the latest changes, might get a chance on the weekend. I have installed the latest version. Now all entities that I had are unavailable and...