diff --git a/source/_components/sensor.smappee.markdown b/source/_components/sensor.smappee.markdown new file mode 100644 index 00000000000..f9a3dcf4565 --- /dev/null +++ b/source/_components/sensor.smappee.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Smappee Sensor" +description: "Instructions how to integrate Smappee energy monitor into Home Assistant." +date: 2018-01-06 16:15 +sidebar: true +comments: false +sharing: true +footer: true +logo: smappee.png +ha_release: "0.62" +ha_category: Sensor +--- + +[Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches. + +Energy monitor measurements will be automatically added when you connect to the Smappee controller. + +For more configuration information see the [Smappee component](/components/smappee/) documentation. diff --git a/source/_components/smappee.markdown b/source/_components/smappee.markdown new file mode 100644 index 00000000000..db3bd1ac659 --- /dev/null +++ b/source/_components/smappee.markdown @@ -0,0 +1,59 @@ +--- +layout: page +title: "Smappee" +description: "Instructions how to setup Smappee within Home Assistant." +date: 2018-01-06 16:15 +sidebar: true +comments: false +sharing: true +footer: true +logo: smappee.png +ha_release: "0.62" +ha_category: Hub +--- + +[Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches. + +Switches and Sensors are supported - and will be automatically added when you connect to the Smappee controller. + +The smappee component gets information from [Smappee API](https://smappee.atlassian.net/wiki/display/DEVAPI/API+Methods) using the [smappy](https://github.com/EnergieID/smappy) pypy module + +
+Info on how to get api access is described in the [smappy wiki](https://github.com/EnergieID/smappy/wiki) +
+ +# Configuration + +```yaml +# Example configuration.yaml entry +smappee: + host: 10.0.0.5 + client_id: YOUR_CLIENT_ID + client_secret: YOUR_CLIENT_SECRET + username: YOUR_MYSMAPPEE_USERNAME + password: YOUR_MYSMAPPEE_PASSWORD +``` + +```yaml +# Minimal example configuration.yaml entry +smappee: + host: 10.0.0.5 +``` + +```yaml +# Cloud only example configuration.yaml entry +smappee: + client_id: YOUR_CLIENT_ID + client_secret: YOUR_CLIENT_SECRET + username: YOUR_MYSMAPPEE_USERNAME + password: YOUR_MYSMAPPEE_PASSWORD +``` + +Configuration variables: + +- **host** (*Optional*): Your Local Smappee unit IP. +- **host_password** (*Optional*): Your Local Smappee password. +- **client_id** (*Optional*): Your Smappee API client_id. +- **client_secret** (*Optional*): Your Smappee API client_secret. +- **username** (*Optional*): Your My Smappee username. +- **password** (*Optional*): Your My Smappee password. diff --git a/source/_components/switch.smappee.markdown b/source/_components/switch.smappee.markdown new file mode 100644 index 00000000000..a28cd69319b --- /dev/null +++ b/source/_components/switch.smappee.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "Smappee Switch" +description: "Instructions how to integrate Smappee Comfort Plug into Home Assistant." +date: 2018-01-06 16:15 +sidebar: true +comments: false +sharing: true +footer: true +logo: smappee.png +ha_release: "0.62" +ha_category: Switch +ha_iot_class: "Local Push" +--- + +[Smappee](https://www.smappee.com/) controller for energy monitoring and Comport plug switches. + +Comport Plugs will be automatically added when you connect to the Smappee controller. + +For more configuration information see the [Smappee component](/components/smappee/) documentation. diff --git a/source/images/supported_brands/smappee.png b/source/images/supported_brands/smappee.png new file mode 100644 index 00000000000..f69c19d34f1 Binary files /dev/null and b/source/images/supported_brands/smappee.png differ