├── .github ├── auto-comment.yml ├── issue_label_bot.yaml ├── lock.yml └── stale.yml ├── README.md ├── changelog.md └── images ├── BME280 ├── ElgatoEveDegree.PNG ├── HomeKid_Weather_v2.1.0.zip ├── HomeKid_weather_PCB_back.png ├── HomeKid_weather_PCB_front.png ├── IMG_6626.jpg ├── IMG_6628.jpg ├── IMG_6629.jpg ├── Image.PNG ├── Screen_schematic.png ├── XS_fault.png ├── bme_vs_bmp.jpg ├── eve.gif ├── homekid_mockup_2.jpg ├── ios.gif ├── oled.jpg ├── oled_gif.gif ├── schematic.png ├── v3.0.0.png └── weather_qrcode.png /.github/auto-comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/.github/auto-comment.yml -------------------------------------------------------------------------------- /.github/issue_label_bot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/.github/issue_label_bot.yaml -------------------------------------------------------------------------------- /.github/lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/.github/lock.yml -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/README.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/changelog.md -------------------------------------------------------------------------------- /images/BME280: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/BME280 -------------------------------------------------------------------------------- /images/ElgatoEveDegree.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/ElgatoEveDegree.PNG -------------------------------------------------------------------------------- /images/HomeKid_Weather_v2.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/HomeKid_Weather_v2.1.0.zip -------------------------------------------------------------------------------- /images/HomeKid_weather_PCB_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/HomeKid_weather_PCB_back.png -------------------------------------------------------------------------------- /images/HomeKid_weather_PCB_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/HomeKid_weather_PCB_front.png -------------------------------------------------------------------------------- /images/IMG_6626.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/IMG_6626.jpg -------------------------------------------------------------------------------- /images/IMG_6628.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/IMG_6628.jpg -------------------------------------------------------------------------------- /images/IMG_6629.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/IMG_6629.jpg -------------------------------------------------------------------------------- /images/Image.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/Image.PNG -------------------------------------------------------------------------------- /images/Screen_schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/Screen_schematic.png -------------------------------------------------------------------------------- /images/XS_fault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/XS_fault.png -------------------------------------------------------------------------------- /images/bme_vs_bmp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/bme_vs_bmp.jpg -------------------------------------------------------------------------------- /images/eve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/eve.gif -------------------------------------------------------------------------------- /images/homekid_mockup_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/homekid_mockup_2.jpg -------------------------------------------------------------------------------- /images/ios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/ios.gif -------------------------------------------------------------------------------- /images/oled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/oled.jpg -------------------------------------------------------------------------------- /images/oled_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/oled_gif.gif -------------------------------------------------------------------------------- /images/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/schematic.png -------------------------------------------------------------------------------- /images/v3.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/v3.0.0.png -------------------------------------------------------------------------------- /images/weather_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HomeKidd/ESP8266-HomeKit-Weather-Station-BME280-Elgato-Eve/HEAD/images/weather_qrcode.png --------------------------------------------------------------------------------