• Joined on 2017-09-22
fabian pushed to main at fabian/unraid-zabbix_agent 2020-07-14 04:03:53 +00:00
b9b47e9053 Initial commit with zabbix_agentd-5.0.2
fabian created repository fabian/unraid-zabbix_agent 2020-07-14 04:03:07 +00:00
fabian pushed to master at fabian/pitrix 2020-07-09 17:51:51 +00:00
bcb5fdc9be Darker red for NightClock.
Compare 2 commits »
fabian pushed to master at fabian/pitrix 2020-07-09 14:42:29 +00:00
0ac4f9b181 Added "blinking child icon" effect.
fd44b217a7 Added homeassistant auto-discovery via MQTT.
209140cfb7 Added new effect TPM2.NET. This is untested.
Compare 3 commits »
fabian pushed to master at fabian/pitrix 2020-04-30 13:45:41 +00:00
b5bb0feccf Fixed typo in macros.
fabian pushed to master at fabian/pitrix 2020-04-30 13:43:31 +00:00
0863380648 Effect DVD is now one of the cycling effects.
075823220a Added effect diamond.
caa86551a0 A bit less logging from mqtt.cpp.
10be8ef7cc There are now global instances of Window which don't have to be created and deleted all the time.
9de77349e8 SnakeEffect now uses a hand-crafted meandering algorithm. Still not perfect, but it works as good as the old code while looking more "natural".
Compare 6 commits »
fabian pushed to master at fabian/pitrix 2020-04-29 18:28:58 +00:00
70ddba2cbc Log contents of SPIFFS on bootup.
3f09d9adbf Modernized platformio.ini
cfb25d6030 Added more AnimationEffects.
4762a852d8 MQTT messages can now be retained.
8e2d2225cb Better metrics.
Compare 11 commits »
fabian pushed to master at fabian/pitrix 2020-04-28 15:47:50 +00:00
521e5f735d Effect lightspeed * More variable saturation for the stars
0da161ccd1 Fonts * Added font_numbers3x3
f8b6f5cc02 Effect Matrix * Better colors
c6b2a8a1d0 Effect Clock * Trying to get the nightclock effect to work...
6ba916282b Modified IP in platformio.ini
Compare 6 commits »
fabian synced commits to master at fabian/telegram_backup from mirror 2020-04-27 19:51:26 +00:00
94785357bc Updated README.md to reflect the state of the project.
fabian pushed to master at fabian/pitrix 2020-03-29 16:09:18 +00:00
47812de405 Switched from NTPClient to lwIPs internal SNTP client.
fabian pushed to master at fabian/pitrix 2019-12-21 13:21:40 +00:00
e2a56d7c29 Added a TimeEffect to show a countdown to a time given via MQTT.
fabian opened issue fabian/esmp3#3 2019-12-07 10:28:10 +00:00
Double Buffering for HTTP streams
fabian closed issue fabian/esmp3#2 2019-12-07 10:26:39 +00:00
Energiesparmodus
fabian pushed to develop at fabian/esmp3 2019-12-07 10:25:53 +00:00
b6dc04920a Merge branch 'develop' of https://git.schle.nz/fabian/esmp3 into develop
aca1736201 Playlist: RSS feeds can happen with MIME type "application/xml".
Compare 2 commits »
fabian pushed to develop at fabian/esmp3 2019-12-04 14:28:29 +00:00
fdf986a61e Playlist: Fixed missing include.
5c0822b704 Re-Added 'Added an overlay to display when the websocket isn't connected.' Don't know what happened there...
fad4f2c707 Webinterface: index.html and timezones.json are now saved to the Flash as GZIP compressed binary data. Compression happens on-the-fly during `pio run`.
Compare 3 commits »
fabian pushed to develop at fabian/esmp3 2019-12-04 05:07:29 +00:00
84530f76fd DataSources: Implemented ID3 tag skipping for HTTPSDataSources.
fa208858d9 Webinterface: Added an overlay to display when the websocket isn't connected.
6d452ecbc0 Added tracing stuff to RSSParser.
23fbddb055 TinyXML is broken, but I couldn't find an alternative nor fix it. So the code now is pretty hack-y to work around the bugs.
fe2a209e44 Debug and Trace modes can now be (de)activated via API commands and are persisted across reboots.
Compare 11 commits »
fabian pushed to master at fabian/esmp3 2019-12-04 05:00:25 +00:00
fa208858d9 Webinterface: Added an overlay to display when the websocket isn't connected.
6d452ecbc0 Added tracing stuff to RSSParser.
23fbddb055 TinyXML is broken, but I couldn't find an alternative nor fix it. So the code now is pretty hack-y to work around the bugs.
fe2a209e44 Debug and Trace modes can now be (de)activated via API commands and are persisted across reboots.
82905a8cdd Fixed M3U parser for last lines ending without a newline.
Compare 6 commits »
fabian pushed to master at fabian/esmp3 2019-11-29 23:14:09 +00:00
bcf7625285 deploy.sh: Fix calculation error.
4a3e79f02e Added empty (for now) update.manifest.
68e1073858 Deploy.sh: Don't show the commands being executed.
Compare 3 commits »
fabian pushed to master at fabian/esmp3 2019-11-29 23:07:19 +00:00
f73d45404f Merge branch 'develop'
ecc7c46b8d Playlist: Restrict RSS feeds to the newest 20 entries. Keep them in the correct order, starting with the last (newest) one.
0dd5937707 Player: Prevent overflows in vol_up() and vol_down().
547080acf5 Main: Fix WiFi connection stuff for multiple WiFis.
d3c699aefa Webinterface: Typo fix.
Compare 25 commits »
fabian pushed to develop at fabian/esmp3 2019-11-29 21:46:09 +00:00
ecc7c46b8d Playlist: Restrict RSS feeds to the newest 20 entries. Keep them in the correct order, starting with the last (newest) one.
0dd5937707 Player: Prevent overflows in vol_up() and vol_down().
547080acf5 Main: Fix WiFi connection stuff for multiple WiFis.
d3c699aefa Webinterface: Typo fix.
a8d19cd6e1 HTTPClientWrapper: Initialize buffer variables. D'Oh.
Compare 9 commits »