DeepCoreSystem

Results 3 issues of DeepCoreSystem

I found the following warning message in Home Assistant after installing the Swiss Army Knife Card: 2022-08-28 17:58:00.505 WARNING (SyncWorker_2) [homeassistant.util.yaml.loader] YAML file /config/lovelace/sak_templates/templates/layouts/sak-layout-fce-light-with-slider.yaml contains duplicate key "fill". Check lines...

The RESET circuit on your schematic is wrong when compared to the Atmel AppNote AVR042. In normal operation, you have 5V - 0.7V = 4.3V at the RESET pin, but...

The order of the map layers is currently wrong https://github.com/FL550/simple_dwd_weatherforecast/blob/ea92b08404ba0130d8fa346752e72577d62825e8/simple_dwd_weatherforecast/dwdmap.py#L43 With the url as per the line 43, above: `https://maps.dwd.de/geoserver/dwd/wms?service=WMS&version=1.1.0&request=GetMap&layers=dwd:Laender,dwd:Satellite_meteosat_1km_euat_rgb_day_hrv_and_night_ir108_3h&bbox=4.4,46.4,16.1,55.6&width=720&height=803&srs=EPSG:4326&styles=&format=image/png` we get this image ![image](https://github.com/FL550/simple_dwd_weatherforecast/assets/3703938/04648ab2-0d95-42da-9cdd-e6621e5fde57) Reversing the two layers to...