reworked readme for kodi and netatmo
parent
4f14cdadb7
commit
8469d721a2
|
|
@ -1,9 +1,8 @@
|
|||
# Kodi
|
||||
|
||||
This plugin allows to integrate nymea with the [Kodi media center](http://kodi.tv/). The minimum requred version of
|
||||
Kodi is 13 (Gotham).
|
||||
This plugin allows to integrate nymea with the Kodi media center.
|
||||
|
||||
## Setup
|
||||
## Usage
|
||||
|
||||
Is is required to enable the following settings in Kodi:
|
||||
|
||||
|
|
@ -19,3 +18,25 @@ Once those settings are activated, the kodi system can be added to nymea.
|
|||
Note: If ZeroConf cannot be used, the device can be added manually and at least the IP, Port and HTTP Port parameters must be given.
|
||||
It is recommended to configure the Kodi system to a static IP if the manual setup with IP is used. When using discovery, nymea
|
||||
will re-detect kodi when its IP address changes.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* Kodi
|
||||
* Set mute and volume
|
||||
* Set playback status
|
||||
* Get information about artist, collection, etc
|
||||
* Skip next, skip back, shuffle, repeat
|
||||
* Navigate buttons
|
||||
* System commands
|
||||
* Browse library
|
||||
* No internet connection required
|
||||
|
||||
## Requirements
|
||||
|
||||
* Kodi must either be running on the same host or be in the same local area network as nymea.
|
||||
* The minimum required version of Kodi is 13 (Gotham).
|
||||
* The package “nymea-plugin-kodi” must be installed.
|
||||
|
||||
## More
|
||||
|
||||
Kodi media center: http://kodi.tv
|
||||
|
|
|
|||
|
|
@ -1,3 +1,35 @@
|
|||
# Netatmo
|
||||
|
||||
This plugin allows to receive data from you netatmo weather station server.
|
||||
This plugin integrates the Netatmo Smart Home Weather Station.
|
||||
|
||||
## Supported Things
|
||||
|
||||
* Netatmo Connection
|
||||
* Netatmo account
|
||||
* Username and password login
|
||||
* Indoor Station
|
||||
* Appears automatically
|
||||
* Temperature
|
||||
* Temperature minimum & maximum
|
||||
* Humidity
|
||||
* Pressure
|
||||
* Noise
|
||||
* CO2
|
||||
* WiFi signal strength
|
||||
* Outdoor Station
|
||||
* Appears automatically
|
||||
* Temperature
|
||||
* Temperature minimum & maximum
|
||||
* Humidity
|
||||
* Signal strength
|
||||
|
||||
## Requirements
|
||||
|
||||
* Internet connection
|
||||
* Netatmo account credentials
|
||||
* The package “nymea-plugin-netatmo” must be installed.
|
||||
|
||||
## More
|
||||
|
||||
https://www.netatmo.com/en-us/weather/weatherstation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue