From christian.stuellein at sse-engineering.de Thu Jan 24 16:29:13 2019 From: christian.stuellein at sse-engineering.de (=?UTF-8?Q?Christian_St=c3=bcllein_=7c_SSE?=) Date: Thu, 24 Jan 2019 16:29:13 +0100 Subject: [dss-developer] Det info about the currently active Scenes Message-ID: <2b9bea96-d507-b452-6e59-ed3a5071b4d6@sse-engineering.de> Hi together - first of all I want to wish you a good, exciting and sucessfull "new" year. I have a questsion: Is there a way to get information about all currently active scenes (for areas, groups and devices)? Or is the only way to wait a while until a new scene call was send for all possible devices/areas/... ? The server has that information - but I don't have a glue if/how I could request them. thank you -- Mit freundlichen Gr??en ______________________________________________________________ Christian St?llein SSE - St?llein Software Engineering Friedrich-Hartung-Str. 16 64560 Riedstadt Mobil: +49 (0)170 / 294 61 67 Tel: +49 (0)6158 / 828 7707 Fax: +49 (0)6158 / 828 7708 E-Mail: christian.stuellein at sse-engineering.de Web: www.sse-engineering.de -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From christian.stuellein at sse-engineering.de Thu Jan 24 16:30:56 2019 From: christian.stuellein at sse-engineering.de (=?UTF-8?Q?Christian_St=c3=bcllein_=7c_SSE?=) Date: Thu, 24 Jan 2019 16:30:56 +0100 Subject: [dss-developer] Determine which device supports the getValvePwmState() request Message-ID: <7abea091-6ba7-df5d-e883-a7e94fd86284@sse-engineering.de> What is the prefered way to determine if a device has a valve and supports the getValvePwmState() command? Thank you -- Mit freundlichen Gr??en ______________________________________________________________ Christian St?llein SSE - St?llein Software Engineering Friedrich-Hartung-Str. 16 64560 Riedstadt Mobil: +49 (0)170 / 294 61 67 Tel: +49 (0)6158 / 828 7707 Fax: +49 (0)6158 / 828 7708 E-Mail: christian.stuellein at sse-engineering.de Web: www.sse-engineering.de -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From michael.tross at digitalstrom.com Tue Jan 29 15:26:36 2019 From: michael.tross at digitalstrom.com (=?utf-8?B?VHJvw58sIE1pY2hhZWw=?=) Date: Tue, 29 Jan 2019 14:26:36 +0000 Subject: [dss-developer] Determine which device supports the getValvePwmState() request In-Reply-To: <7abea091-6ba7-df5d-e883-a7e94fd86284@sse-engineering.de> References: <7abea091-6ba7-df5d-e883-a7e94fd86284@sse-engineering.de> Message-ID: <7FC3C46E-CD08-412D-8EDE-BA0B0E78B02B@digitalstrom.com> Hi Christian, Am 24.01.2019 um 16:30 schrieb Christian St?llein | SSE >: What is the prefered way to determine if a device has a valve and supports the getValvePwmState() command? check for the property ?ValveType? in the apartment structure response. The Configurator dialog for valve devices shows a list box where the type of heating system shall be selected, like: Floor, Wall or Radiator. This setting is then available in the ?ValveType" field. On the other hand, only a few products are actually supported: the digitalSTROM BL-KM200 [1], and EnOcean valve controls with profile A5-20-01 and A5-20-04 [2]. You can cross-check with the field ?HWInfo? in the apartment structure. Michael [1] https://productinfo.digitalstrom.com/7640156790580/ [2] https://www.plan44.ch/automation/info.php?gtin=7640161170018&lang=d&lay=desk -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.tross at digitalstrom.com Tue Jan 29 18:14:51 2019 From: michael.tross at digitalstrom.com (=?utf-8?B?VHJvw58sIE1pY2hhZWw=?=) Date: Tue, 29 Jan 2019 17:14:51 +0000 Subject: [dss-developer] Det info about the currently active Scenes In-Reply-To: <2b9bea96-d507-b452-6e59-ed3a5071b4d6@sse-engineering.de> References: <2b9bea96-d507-b452-6e59-ed3a5071b4d6@sse-engineering.de> Message-ID: Hi Christian, > Am 24.01.2019 um 16:29 schrieb Christian St?llein | SSE : > [?] > I have a questsion: Is there a way to get information about all > currently active scenes (for areas, groups and devices)? Or is the only > way to wait a while until a new scene call was send for all possible > devices/areas/... ? > > The server has that information - but I don't have a glue if/how I could > request them. The dss provides only limited information about active scenes, unfortunately. Available is the so-called ?lastCalledScene? per group, e.g. within the lights, shades or audio group of a zone the lastCalledScene property may be ?0?, ?5? and ?19? (meaning ?Lights Off?, ?Shades Up?, and ?Audio Preset4?). The lastCalledScene value is included in the apartment structure response. Additionally for the group ?lights" there is a system state provided per zone that shows if the lastCalledScene in the default setting turned lights on or off. The ?lastCalledScene? and the lights status is also visible on the Configurator system tab, section overview. Improvements on the status of active scenes (and devices) will be a topic in upcoming changes of this project. Availability is still a matter of month and not weeks, but there is already something started. Michael