Xose Pérez
Xose Pérez
The idea is to be able to configure certain hardware using the web UI (or terminal). It could be done if phases: * Relays * Type * GPIO * Logic...
Originally reported by: **chryss (Bitbucket: [chryss](https://bitbucket.org/chryss), GitHub: [chryss](https://github.com/chryss))** ---------------------------------------- I have a big problem with MQTT :-(. Sometmes, my broker MQTT (Jeedom) lose ethernet connection or crash, i don't kwow...
Originally reported by: **pjz (Bitbucket: [pjz](https://bitbucket.org/pjz), GitHub: [pjz](https://github.com/pjz))** ---------------------------------------- There's not a good way to use this library with a SEL pin that's not tied to a GPIO.
Originally reported by: **Alexander Christian (Bitbucket: [alexander_christian](https://bitbucket.org/alexander_christian), GitHub: Unknown)** ---------------------------------------- I'm facing some issues with measurement with my Sonoff POW (which uses this HLW8012 chip). Sometimes the measurement is totally...
Originally reported by: **Julian Todd (Bitbucket: [goatchurch](https://bitbucket.org/goatchurch), GitHub: Unknown)** ---------------------------------------- For most arduino sensors, I program the algorithms and send print statements through the serial line in order to debug...
As suggested in https://github.com/xoseperez/espurna/issues/1567: it will be interesting to be able to trigger a WiFi scan and get processed info from the networks, like sorted by RSSI or showing hidden...
Originally reported by: **Arihant Daga (Bitbucket: [arihantdaga](https://bitbucket.org/arihantdaga), GitHub: [arihantdaga](https://github.com/arihantdaga))** ---------------------------------------- I am refering to this code in espurna framework. jw.setSoftAP(getSetting("hostname", HOSTNAME).c_str(), NULL); If AP_MODE is set to AP_MODE_OFF then after...
This PR tries to add backwards compatiblity with old concentrators using USB-SPI bridge firmware previous to 1.0.0 (for instance RAK2287 USB). Tested working with basicstation code.
The AllWize K2 is a MKR-compatible board with a RC1701HP radio with Wize protocol support (LPWAN over 169MHz). In the [allwize-boards repo](https://github.com/AllWize/allwize-boards) you can find the required files: * Boards...