From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: MAX! home automation v2.15 Date: Tue, 11 Dec 2018 20:34:14 +0100 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: 6RgwMQWCXnjFVePlk7FG5g.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 X-Mozilla-News-Host: news://news.aioe.org:119 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.8.3 Xref: reader01.eternal-september.org comp.lang.ada:55018 Date: 2018-12-11T20:34:14+01:00 List-Id: MAX! home automation is a GTK+ application to manage ELV/eQ-3 MAX! cubes. A cube is a gateway to a network of radiator thermostats, shutter contacts etc. The application provides: - Access and control over HTTP rest API; - Access and control over an integrated MQTT broker; - Python scripting support; - Data logger backed by a database, most commonly databases are supported over ODBC; - Set and is temperatures graphs; - E-mail notifications of the low battery status. http://www.dmitry-kazakov.de/ada/max_home_automation.htm Changes to the previous version: - Time indication rounding replaced with ceiling; - Polling interval wait is continued rather than started over after sending a command; - Application exits immediately without waiting for expiration of the polling interval; - Python script set_mode can have only positional parameters; - Python script set_mode device key was made equivalent to the thermostat key. Either spelling is acceptable; - Python script get_connection, disconnect, reconnect were added to query and manage the cube connection; - Several cubes to connect to can be specified at the settings page; - Added buttons to disconnect and reconnect to a cube; - Cube connection state is now reflected in the cube icon, link icon and connection/disconnection time stamp; - HTTP server was enhanced with queries get-connection, reconnect, disconnect; - MQTT broker changed to publish the cube connection status and to allow controlling the cube connection. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de