Results 23 comments of Dmitry Vasilyev

Note also https://github.com/nervetattoo/simple-thermostat/issues/159

The state is "manual mode" (note there is no language translation for this state). The card displays the same UI as during cleaning (there are stats and 3 buttons available...

I have INQMEGA IL-HIP291L-2M-AI (Ethernet + Wi-Fi version) firmware 3.4.1.1212 I have updated the script /media/hack/www/cgi-bin/webui 1. I used the following command to detect IP address using ifconfig and grep...

Re: [ant-thomas/zsgx1hacks] Works on IL-HIP291G-2M-AI from INQMEGA (#90) Hello Unpack the attached file to the root of the SD card. I have added the file /hack/hosts.new and added the following...

Don't forget it can be controlled from a smartphone via standard Bluetooth. Look at Android apps in the first post.

Right. I forget to check the component [health_pot](https://github.com/fineemb/Xiaomi-Smart-Multipurpose-Kettle). I have updated `python-miio==0.5.10` to `python-miio>=0.5.10` in manifest.json and the problem is gone.

Here is the problem request: ``` POST /onvif/events_service HTTP/1.1 Host: 192.168.3.208 Accept: */* Accept-Encoding: gzip, deflate Connection: keep-alive User-Agent: Zeep/4.0.0 (www.python-zeep.org) SOAPAction: "http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/RenewRequest" Content-Type: application/soap+xml; charset=utf-8; action="http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager/RenewRequest" Content-Length: 1007 admin...

It seems SubscriptionManager/RenewRequest is totally broken. I can add other camera XiongMai A5-X20RJ (IPC_XM530_RA50X20) and it works. But I see the same response (400 Bad Request) to RenewRequest ``` admin...

I have partially fixed the issue removing the line https://github.com/home-assistant/core/blob/b58d6a6293ef3f5bd537559516997858abcabcac/homeassistant/components/onvif/event.py#L86 It is necessary to initialize events first before renew anything. After that - I can add Wanscam K21 and K54...