Paul-Vincent Roll
7bfb4ba075
Merge branch 'main' of https://github.com/paviro/esphome-weatherman-dashboard
9 months ago
Paul-Vincent Roll
746d0abc98
Added Dark Mode / Light Mode setting to UI
...
You will need to replace the pre-rendered title images with text for this to work properly.
9 months ago
Madelena Mak
c461b16ad4
Add features list
2 years ago
Madelena Mak
973fdd0434
Move AP SSID and password to secret
2 years ago
Madelena Mak
9f75606543
Add glyphs to small bold font
2 years ago
Madelena Mak
42722bd3db
Clean up sensor code
2 years ago
Madelena Mak
a2717048e5
Add Last Refreshed Timestamp on the display
2 years ago
Madelena Mak
b611d8fc28
Add comments
2 years ago
Madelena Mak
d91463f004
Rename buttons
2 years ago
Madelena Mak
d359dd0f6b
Indent fixes
2 years ago
Madelena Mak
6153541fcc
Merge pull request #15 from paviro/main
...
Added screen statistic sensors and new buttons
2 years ago
Madelena Mak
310134fdc2
Merge branch 'main' into main
2 years ago
Madelena Mak
c3343ccf45
Sensor name small changes
2 years ago
Madelena Mak
8b62148f4d
Add hyphen to font glyphs
2 years ago
Madelena Mak
39077eff6f
Merge pull request #17 from pehses/main
...
Fixes day/night detection and an indentation bug
2 years ago
Philipp Ehses
b73f1e0455
Fixes day/night detection and an indentation bug
...
Day/night detection is used in sensor.yaml to select the appropriate
weather icon (e.g. 'sunny' vs 'night'). The previous if condition
did not work for the weather_condition_x states, when the _now state
was in a different part of the day/night cycle.
This commit should fix this issue, as long as weather_condition_x is
not too far in the future (not more than one day or night phase).
Additional bug fix:
- fix an indentation bug in weatherman.yaml
2 years ago
Madelena Mak
8789abfb11
Merge pull request #16 from danito/patch-1
...
Add '-' to temperature font
2 years ago
Daniel nix
07d64a3e37
Update weatherman.yaml
...
we have negative t° here now, the '-' was missing.
2 years ago
Paul-Vincent Roll
8f79df5c3d
Added diagnostic flag to WiFi sensor
2 years ago
Paul-Vincent Roll
3671a83dca
Improved display sensors
2 years ago
Paul-Vincent Roll
e2181c2e3f
Added sensor for last screen refresh and total display refreshs
2 years ago
Paul-Vincent Roll
6b25b5e3cc
Added update_screen script and button
2 years ago
Paul-Vincent Roll
42d39dcdd7
Added reboot and shutdown buttons
2 years ago
Paul-Vincent Roll
f38598a854
Improved initial data handling
2 years ago
Madelena Mak
bea4430721
Fix motion detection sensor
2 years ago
Madelena Mak
5417021181
Merge pull request #10 from Madelena/v.20221107
...
- Inverted the colors of the text and background
- Intelligent refreshing of screen now also considers room occupancy sensors
- Use text instead of images for section title
2 years ago
Madelena Mak
357dc80432
Formatting fix
2 years ago
Madelena Mak
6778aee12c
Add motion sensor binary sensor
2 years ago
Madelena Mak
d649724de8
Use motion sensor for refreshing
2 years ago
Madelena Mak
35844d638e
Invert colors
2 years ago
Madelena Mak
f61317ac91
Disable image loading
2 years ago
Madelena Mak
2ee725ff9d
Add direction bound service change notices for trains
2 years ago
Madelena Mak
d2595f52f3
Invert bg and text colors
2 years ago
Madelena Mak
ec0671a64d
Use text instead of image for titles. Saves space!
2 years ago
Madelena Mak
0e96981f58
Merge pull request #8 from paviro/main
...
Intelligent panel refresh and initialization screen by @paviro!
2 years ago
Madelena Mak
e983397617
Merge branch 'main' into main
2 years ago
Madelena Mak
c20207bf68
Merge pull request #9 from chunkysteveo/patch-2
...
Correct nigh time symbols when Sun has set
2 years ago
Stephen Ludgate
7a6f5c98eb
Correct nigh time symbols when Sun has set
...
I didn't notice a bug in my nigh time symbol check to make the Moon symbols appear after Sun set. Turns out when the Sun has set, the original code was checking the setting of the FOLLOWING day, so the condition was never met, so night time symbols during night were reverting to day time.
This update checks if Sun has set or not, and checks for appropriate rising or setting times depending if Sun has set or not.
(future update would be to swap out Sun rising and setting times with Sun dusk and dawn times, as a bright Sun icon for 8pm (here in UK in summer) looks odd when it is getting dark, meh, maybe?! ¯\_(ツ)_/¯
2 years ago
Madelena Mak
597af233aa
Add a warning to update interval in the meantime before I find time to merge the fixes from community
2 years ago
Paul-Vincent Roll
d6b43a1eb9
"Waiting for data screen" part 2
...
Forgot a part...
2 years ago
Paul-Vincent Roll
5b9024ef69
Added "waiting for data screen"
2 years ago
Paul-Vincent Roll
1c96c65f51
Improved panel refresh
...
Panel will only refresh if data has been updated but with a minimum delay of 30 seconds.
2 years ago
Madelena Mak
2402707f8c
Reduce update_interval
2 years ago
Madelena Mak
4dba212d2c
Fix Canarsie Due At time stamp showing Manhattan Due At
...
Thanks @Bruhildo for spotting the bug #7
2 years ago
Madelena Mak
21681de0da
Formatting
2 years ago
Madelena Mak
dd72f48455
Merge pull request #3 from chunkysteveo/patch-1
...
Night Time Clear (sunny) and Partly Cloudy Updates
2 years ago
Madelena Mak
fdaf752a7b
Fix bracket bug
2 years ago
Stephen Ludgate
b270fed855
Update sensor.yaml
...
error with using && - changed to and.
2 years ago
Stephen Ludgate
42b8176ed1
Update sensor.yaml
...
typo - missing brackets
2 years ago
Stephen Ludgate
dada2d74d5
Update sensor.yaml
...
Updated the checks to check between sunrise and sunset for the forecast time - looks better!
2 years ago