Cyberes 765f04978f | ||
---|---|---|
.. | ||
www | ||
README.md | ||
dashboard.png |
README.md
Install
- Copy files from
www
toconfig/www
Dashboard
>Edit
> 3 button menu >Manage resources
- Enter these 3 resources:
/local/space-weather-24hr-max-card.js?v=1 /local/space-weather-card.js?v=1 /local/space-weather-pred-card.js?v=1
Use
To add these custom cards, create a card of the "Manual" type.
type: space-weather-current
type: space-weather-prediction-1day
type: space-weather-24hr-max
VTEC Graph
In the example dashboard seen in dashboard.png
, the VTEC graph uses components from mini-graph-card. Use the following definition:
type: custom:mini-graph-card
entities:
- entity: sensor.space_weather_vtec
color_thresholds:
- value: 0
color: '#030586'
- value: 10
color: '#0506e6'
- value: 20
color: '#004efd'
- value: 30
color: '#00b5fd'
- value: 40
color: '#14fde7'
- value: 50
color: '#6ffd8d'
- value: 60
color: '#e9fc13'
- value: 70
color: '#fbaf03'
- value: 80
color: '#fb4801'
- value: 90
color: '#da0302'
- value: 100
color: '#750305'
Global VTEC Map
- Enable the Generic Camera integration.
- Set the
Still Image URL
tohttp://[server IP]:5000/global
- Set the
Frame Rate (Hz)
to0.0016666666666667
(sets it to a 10 minute refresh rate). - Create this card on the dashboard:
type: picture-entity entity: camera.[your entity name] show_state: false show_name: false camera_view: auto