ech0-py

Results 9 comments of ech0-py

+1 on this issue Since such software like HAProxy terminates connections by sending GOAWAY first and HEADERS/DATA frames right after - the current transition states are unable to handle this....

@persiaAziz you can always make some monkey-patch; for this case I used dict from requests lib: ``` from requests.structures import CaseInsensitiveDict response = self.connection.get_response() response.headers = CaseInsensitiveDict(response.headers.iter_raw()) ``` CaseInsensitiveDict have...

Can confirm - still an issue, used HA restart as workaround to fix (the system clock and HA time_date both showed 22:30) ![chrome_YIR9bIDv1Z](https://user-images.githubusercontent.com/415353/198994308-05b2fa8a-d372-4b40-9e6a-d50633d78ebd.png)

Hi there. In #1428 a had a problem with 3rd type of proxies not indicated here and called "reverse proxy" with [SSL termination](https://www.haproxy.com/blog/haproxy-ssl-termination/) It works in such way: 1. client...

@florimondmanca I think you're right. But in such case I need to setup NSS (nsswitch.conf) at least which requires sudo. Is it ok to continue discussion about this in #1428,...

app: 2023.10.2-full android: 9 Behavior wasn't changed to me: if you didn’t hit the first biometrics appearing, you will have to wait for the second one. It happens only when...

> Does anyone have an automation in home assistant to update the date and time that they would be willing to share? > > I was able to update mine...

> > You can use total PV energy sensor for the flow chart . > > System do the calcul automatically and show only the day prod . > >...

> Anyone know what the sensor for UPS load is ? load_2 or output_2 eg ? If you meant backup power output I guess you should read issues about all...