schiz0phr3ne
schiz0phr3ne
Same for me here, in `BlockingScheduler` (I didn't try why another one). Any solution found ?
Still present here too. ``` Home Assistant 2022.7.5 Supervisor 2022.07.0 Operating System 8.2 Interface utilisateur : 20220707.1 - latest ```
I made a test with this middleware : without `proxy_user_pass` (I don't have one to test with), proxy is not used : ``` import scrapy class MyipSpider(scrapy.Spider): name = 'myip'...
This change works : [https://github.com/aivarsk/scrapy-proxies/pull/43/files](https://github.com/aivarsk/scrapy-proxies/pull/43/files)
Hi, I did make a little blueprint for this one, based on @EPMatt work, for Z2M. You can check here : https://github.com/schiz0phr3ne/ha-blueprints/blob/main/blueprints/controllers/aqara_wrs-r02/aqara_wrs-r02_zigbee2mqtt.yaml If I can help, let me know how...
@randyjc, don't you have triple press on ZHA ?
Need to add that, with firmware on my devices (version = 2019www. ; date = 20200907), long press and release after long press are unreliable : release event comes after...
Hi all, I also have the same issue, but only with variable (not with an arbitrary int value). My JSON : ``` {"entity_id":"input_number.lucas_battery","value": "%battery_level"} ```