Search found 11 matches
- Tuesday 17 October 2023 13:38
- Forum: Bugs and Problems
- Topic: Thermosmart bankrupt
- Replies: 14
- Views: 7777
Re: Thermosmart bankrupt
Here another API user interested to hear if the API will come back
- Thursday 17 November 2016 15:33
- Forum: Other questions and discussions
- Topic: [SOLVED] problem when combining WOL and Ping
- Replies: 3
- Views: 1662
Re: problem when combining WOL and Ping
As usual its good to answer your own questions. First create the WOL devices Then add the pingers into the ping HW device and then add the pingers as a active device. Select "slave device" when adding the device and specify the corresponding WOL device. The pingers are not visible now so they don't ...
- Thursday 17 November 2016 14:16
- Forum: Other questions and discussions
- Topic: [SOLVED] problem when combining WOL and Ping
- Replies: 3
- Views: 1662
[SOLVED] problem when combining WOL and Ping
A have a number of computers and I would like to have on/wake buttons on my dashboard that at the same time show if the computer is actually on. First I added a number of WOL devices and used a little script on a always on computer to ping the computers and switch the WOL device on/off if the pinger ...
- Thursday 13 August 2015 12:35
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
Agree the webhook is not needed, but if used it provides much quicker updates of temperature changes
- Thursday 13 August 2015 11:29
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
The thermosmart webhook does a hppt get from an url provided by the API registration to signal changes in the thermosmart parameters or settings As domoticz does NOT run a central service you can not have domoticz register for an API key but every user of Thermosmart needs to register and you need ...
- Friday 17 April 2015 13:21
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
When requesting API access you will have to provide the webhook (on one of your servers) Thermosmart will access at all updates so you can then get the data back into domoticz. I added a small web server to the server running domoticz and let the webhook point to a page served by this small web ...
- Friday 17 April 2015 10:54
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
You should apply for API access to thermostart. They will send you a client ID and a Secret.smika wrote:I find my hardware name and hardware password (SECRET=ssss and THERMOSTAT_ID=IT12345) on a sticker from Thermosmart. But where can i find my client ID?
- Friday 17 April 2015 10:44
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
Yes, you can set everything through the thermosmart API, google for the thermosmart API docpvm wrote:Is it possible to override default program and set it to for example program 'not_home' ?
- Friday 17 April 2015 10:36
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
Add a dummy device under setup/hardware and then add a virtual sensor of type temperature. Goto the setup/devices and record the Idx number of the newly create temperature sensor. Use this Idx number in the php file (see previous postings) that is being used to service the callback webhook from ...
- Wednesday 11 March 2015 11:07
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Re: Control Thermosmart thermostat
Using the Thermosmart webhook url the temperature object in Domoticz is update every time the temperature changes Ensure the webhook is set correctly http://my.public.domoticz.address.com/thermosmart/events.php The domoticz server has a web server that serves the following events.php file <?php ...
- Tuesday 10 March 2015 11:28
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 38250
Control Thermosmart thermostat
Using the public API of the Thermosmart thermostat I am now able to switch on/off the heating based on the alarm setting from a Visonic powerplus that controls a X10 switch to signal the state of the alarm and a mochad interface in Domoticz to monitor the X10 switch. (seems complicated) Switching ...