This is an ioBroker Adapter to retrieve sensor data from Wiffi devices see Stall.biz for more info.
Typical examples for devices from Stall.biz are the Wiffi-wz, the Weatherman and the Rainyman. Multiple Wiffis are supported at the same time.
Due to the very low latency of the adapter (typically < 3s) it is possible to use the IR motion sensors to trigger an action like switching the lights on or off.
In the following some devices from Stall.biz are described in more detail: The Wiffi-wz is a device that combines eight sensors in a single unit. Currently the following sensors are available:
The Weatherman can be equipped with many sensors, see homepage for more details.
The Rainyman is a somehow reduced version of the Weatherman, see homepage for more details.
Usually the Wiffi-wz sends sensors data to a Homematic CCU. The Homematic CCU receives homematic script (or better JSON) on port 8181. The admin page of this adapter reconfigures the Wiffi-wz to send sensor data directly to ioBroker. The sensor data is encoded in JSON format. Therefore a local socket on port 8181 is opened on the ioBroker machine. Note that the socket must not be exposed to the internet due to security reasons.
Set ioBroker as the recipient for the sensor data by retrieving the url
http://[wiffi ip]/?ccu:[io-broker's ip]:
and set the port to 8181 by
http://[wiffi ip]/?param:12:8181
Tell wiffi-wz that it has to send data in JSON format without HTML header (Note that the weatherman may use a different parameter number)
http://[wiffi ip]/?param:27:1
If any error occurs, please set the adapter loglevel to debug and send me the data telegram via email.
If this project helped you to reduce developing time, you can give me a cup of coffee or a bottle of beer via PayPal(chvorholt@gmail.com) :-)
Bugfixes:
Features:
Changes:
Features:
Features:
The MIT License (MIT)
Copyright (c) 2014-2019 Christian Vorholt chvorholt@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2014-2020 Christian Vorholt chvorholt@gmail.com