Max Prokhorov

Results 502 comments of Max Prokhorov

ATM there is an outstanding issue with fauxmoESP not being discover-able at all - https://github.com/xoseperez/espurna/issues/1904 ref https://github.com/xoseperez/espurna/issues/1904#issuecomment-529957777, something with generated ids. I am not using Alexa, so either fixing fauxmo...

*ping* I wonder if this would work? Looking at emulated_hue component in HASS, it skips some of the properties based on device type: https://github.com/Aircoookie/Espalexa/blob/fa40eccc91df14706ca4bf202ffcd419341b9367/src/Espalexa.h#L146-L158 https://github.com/home-assistant/home-assistant/blob/8dea7f0f98df8c93d4a628d4cba470a64b263877/homeassistant/components/emulated_hue/hue_api.py#L615-L711 (not sure if this is...

Quoting https://twitter.com/xoseperez/status/1241293353729380354 > I'm stopping maintaining the fauxmoESP library (https://bitbucket.org/xoseperez/fauxmoesp). I have no time to do it and I'm no longer willing to provide Alexa compatibility options. Anyone interested in...

Thank you! Glad to hear it is already working. BTW does the existing fauxmo integration work at all? I was under the assumption that it broke completely for some specific...

@mitchese I do remember seeing related bug in async-mqtt-client repo regarding erroneous connection state, but that was never really tracked down. And best debugging option is to do it on...

@JumpmanJunior @ariel-madril It would be useful to know whether SDK / Core version changes things (and lwip2 when core is >2.5.1). Do you have problems with binary releases or you...

As previously stated, I did find some issues related to active connections & lwip1.4 & arp cache etc. At the very least, one thing is possible - to see if...

@JumpmanJunior thanks for checking that. for the record, there was a small problem dev branch not triggering reconnect, fixed by c57a0abf7b57897d1be16e2b1f2eb42b38a6f8b8 i was also able to create conditions to force...

> It's like the Espurna try to keep the MQTT connection up and doesn't detect when the MQTT broker is down. Does using this async-mqtt-client fix the issue? https://github.com/marvinroger/async-mqtt-client/pull/156 https://github.com/arihantdaga/async-mqtt-client/tree/temporaryfix-mqtt-stuck-loop...

Also see: https://github.com/xoseperez/espurna/issues/2064 https://github.com/xoseperez/justwifi/compare/master...mcspr:better-networks From client side, JustWifi will send a message that there are better networks found: https://github.com/xoseperez/espurna/pull/2088 After we disconnect, connection routine will pick the best network which...