• Joined on 2019-11-22
Lomanic created repository Lomanic/BarInsta 2021-08-05 22:08:51 +00:00
Lomanic synced commits to master at fuz/presence-button-web from mirror 2020-11-08 01:01:07 +00:00
4320babfa6 Add better logs to /status route
ef10e0fcb4 Don't panic at runtime in case of temporary network hiccups
Compare 2 commits »
Lomanic synced new reference node-version to fuz/presence-button-web from mirror 2020-10-25 01:25:39 +00:00
Lomanic synced commits to go-version at fuz/presence-button-web from mirror 2020-10-24 17:15:39 +00:00
4675e76680 Use github.com/matrix-org/gomatrix to interact with matrix instead of custom code
32afdde63d Properly report JSON decoding error in init
006ab04b8c Properly check env variables in init
ee78e7cd15 Make this repo go modules aware
Compare 4 commits »
Lomanic synced commits to master at fuz/presence-button-web from mirror 2020-10-08 03:38:05 +00:00
56070f19ec Use dedicated login for ESP and properly parse HTTP basic auth on /status
Lomanic synced commits to go-version at fuz/presence-button-web from mirror 2020-10-05 03:29:18 +00:00
Lomanic created repository fuz/presence-button-web 2020-10-04 19:22:13 +00:00
Lomanic synced commits to master at fuz/presence-button from mirror 2020-10-03 17:49:18 +00:00
88009a0c55 Remove krzychb/EspSaveCrash from README as it's not used anymore
f5b347b3b1 Use safer ESP.restart() instead of ESP.reset() to reboot the ESP
f13018e93b Remove matrixRoom config and replace matrixMessage config by notifiedEndpoint
2aadc3b5e0 Rename main.ino to presence-button.ino to follow Arduino IDE convention
a57f9bfc0e Reduce codebase to improve reliability
Compare 5 commits »
Lomanic created repository Lomanic/presence-button-web-glitch 2020-10-03 15:14:17 +00:00
Lomanic synced commits to dumb-esp at fuz/presence-button from mirror 2020-06-15 00:14:53 +00:00
d877c69c8f Remove krzychb/EspSaveCrash from README as it's not unsed anymore
Lomanic synced commits to dumb-esp at fuz/presence-button from mirror 2020-06-13 23:44:51 +00:00
f5b347b3b1 Use safer ESP.restart() instead of ESP.reset() to reboot the ESP
Lomanic synced commits to dumb-esp at fuz/presence-button from mirror 2020-06-12 23:14:50 +00:00
f13018e93b Remove matrixRoom config and replace matrixMessage config by notifiedEndpoint
Lomanic synced new reference dumb-esp to fuz/presence-button from mirror 2020-06-02 02:04:50 +00:00
Lomanic synced commits to master at fuz/presence-button from mirror 2020-02-25 02:05:33 +00:00
a0d852c1ed Ping presence-button.glitch.me via (insecure) HTTPS
4c74d44d02 Remove useless @mention notification API
404c440ed4 Remove EspSaveCrash as it wasn't saving any crash, doh!
Compare 3 commits »
Lomanic pushed to master at Lomanic/nodemcu-max7219-clock 2020-01-18 20:15:34 +00:00
325bb9a083 Add pinout in README
Lomanic pushed to master at Lomanic/nodemcu-max7219-clock 2020-01-12 22:47:13 +00:00
1af9cf18d9 initial commit
Lomanic created repository Lomanic/nodemcu-max7219-clock 2020-01-12 22:44:21 +00:00
Lomanic synced new reference multiroom to fuz/presence-button from mirror 2019-12-01 00:19:52 +00:00
Lomanic synced commits to master at fuz/presence-button from mirror 2019-12-01 00:19:51 +00:00
4e9a9a44c5 Save crash details to EEPROM with EspSaveCrash as previous commit didn't fix this issue
Lomanic commented on issue jeanjack/PiedThon#2 2019-11-27 19:06:11 +00:00
Fix ArduinoOTA and put OTA setup in dedicated function

Don't merge right now, this might not be a proper fix, as mDNS should already be handled by ArduinoOTA.handle(). It looks like some weird bug like esp8266/Arduino#6205. To be tested on another webduino maybe?