Skip to content

Commit

Permalink
WIP: added devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Chirkov committed May 31, 2023
1 parent 0565bf9 commit 76f54a0
Show file tree
Hide file tree
Showing 9 changed files with 549 additions and 2 deletions.
522 changes: 522 additions & 0 deletions .marketplace/devices/devices.yml

Large diffs are not rendered by default.

Binary file added .marketplace/vendors/icons/bosch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .marketplace/vendors/icons/junkers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .marketplace/vendors/icons/nefit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .marketplace/vendors/icons/sieger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .marketplace/vendors/icons/worcester.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions .marketplace/vendors/vendors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,28 @@
display_name: Sinexcel
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/sinexcel.png
website: https://en.sinexcel.com/

- id: bosch
display_name: Bosch
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/bosch.png
website: https://www.bosch.com

- id: nefit
display_name: Nefit
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/nefit.png
website: https://www.nefit-bosch.nl

- id: junkers
display_name: Junkers
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/junkers.png
website: https://www.junkers.com

- id: worcester
display_name: Worcester
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/worcester.png
website: https://www.worcester-bosch.co.uk

- id: sieger
display_name: Sieger
icon_url: https://raw.githubusercontent.com/Enapter/marketplace/main/.marketplace/vendors/icons/sieger.png
website: https://sieger.net
2 changes: 1 addition & 1 deletion boilers/ems-esp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bosch, Buderus, Nefit, Junkers, Worcester and Sieger Gas Boiler (EMS)
# Gas Boiler (EMS Bus)

This [Enapter Device Blueprint](https://github.com/Enapter/marketplace#blue_book-enapter-device-blueprints) integrates domestic gas boiler equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger using open-source solution [EMS-ESP](https://github.com/emsesp/EMS-ESP32). The Blueprint is running on [Enapter Virtual UCM](https://handbook.enapter.com/software/software.html#%F0%9F%92%8E-virtual-ucm). This Blueprint allow to monitor and control your gas boiler over Internet in secure way using Enapter Mobile App ans Enapter Cloud.

Expand Down
2 changes: 1 addition & 1 deletion boilers/ems-esp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

blueprint_spec: device/1.0

display_name: Buderus GB172i (EMS-ESP)
display_name: Gas Boiler (EMS Bus)
description: A domestic gas boiler equipement.
icon: enapter-gas-boiler
vendor: ems-esp
Expand Down

0 comments on commit 76f54a0

Please sign in to comment.