Pimatic UPnP Root-Device to advertise the Pimatic web interface on the Local Network. For example, this may be useful for Windows users as the Pimatic device will show in the network view. Double-clicking the device will open the web interface using the default web browser.
You can load the plugin by editing your config.json
to include the following in the plugins
section. The property presentationURL
specifies the URL of the pimatic web interface. If not set, a fallback will bet set. The property
'friendlyName' set the friendly name of the device. It is set to "Pimatic Smart Home" by default. The property
'port' refers to the listener port of the UPnP peer to let other devices query the UPnP device description. The port is
set to 8008 by default. Note, on first startup the plugin creates an unique identifier which will be stored as part
of the configuration. A 'uuid' property will be added to the configuration file.
{
"plugin": "upnp-root",
"presentationURL": "http://raspberrypi.fritz.box",
"friendlyName": "Pimatic Smart Home",
"port": 8008
}
- 20150518, V0.0.1
- Initial Version
- 20150522, V0.0.2
- Fixed typos
- Now using device type Basic:1.0 instead upnp:rootdevice
- Fixed fallback code
- 20150528, V0.0.3
- Added
friendlyName
property. Updated README.
- Added
- 20150609, V0.0.4 (release for testing, only)
- Added device icons.
- Now using a peer-upnp fork which handles icon requests
- 20150611, V0.0.5
- Fixed icon path
- 20150618, V0.0.6
- Added missing icon file references to "files" property in package.json
- 20150704, V0.0.7
- Revised license information to provide a SPDX 2.0 license identifier in consonance with npm v2.1 guidelines on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0