Hi,
How do I extract the temperature from the 'Temp/Hum' so I can use it in events?
Thanks
Gavin
Search found 12 matches
- Wednesday 04 December 2019 11:38
- Forum: Heating/cooling
- Topic: Tado Thermostat plugin
- Replies: 80
- Views: 36075
- Monday 05 March 2018 20:16
- Forum: Blockly
- Topic: Creating a toggle switch
- Replies: 10
- Views: 8526
Creating a toggle switch
I'm struggling with something that seems like it should be really simple. I've bought a lightwave RF switch that is designed to select lighting scenes. It is essentially a selector switch with 5 options. I want to repurpose the buttons as toggle switches, so that rather than choosing between one of ...
- Thursday 09 March 2017 10:41
- Forum: Blockly
- Topic: Help with Else If logic
- Replies: 7
- Views: 2435
Re: Help with Else If logic
I managed to get it to work with a variable. Thanks for the suggestions.
- Tuesday 07 March 2017 11:41
- Forum: Blockly
- Topic: Help with Else If logic
- Replies: 7
- Views: 2435
Re: Help with Else If logic
Without going into loads of detail, when Switch A is set to 1 for the first time, I want to set Switch B to 2. When Switch A is set to 1 for the second time, I want to set Switch B to 3.
- Tuesday 07 March 2017 11:32
- Forum: Blockly
- Topic: Help with Else If logic
- Replies: 7
- Views: 2435
Help with Else If logic
I'm having a problem with one of my blocky events. I suspect I've got a fundamental misunderstanding of the way it works. Maybe someone can help me? Essentially, I want some logic as follows: If SwitchA = 1 and SwitchB = 1, set SwitchB to 2. Else if Switch A = 1 and Switch B =2, set SwitchB to 3. I ...
- Tuesday 07 February 2017 17:16
- Forum: Other questions and discussions
- Topic: Dummy Blind Switch
- Replies: 4
- Views: 1263
Re: Dummy Blind Switch
I'm on Version: 3.5877 and I have the venetian option if that helps.
- Tuesday 07 February 2017 16:31
- Forum: Other questions and discussions
- Topic: Dummy Blind Switch
- Replies: 4
- Views: 1263
Re: Dummy Blind Switch
Perfect. Thanks!
- Tuesday 07 February 2017 14:04
- Forum: Other questions and discussions
- Topic: Dummy Blind Switch
- Replies: 4
- Views: 1263
Dummy Blind Switch
Hi, Is there any reason why a switch associated with a blind has 3 options - open/stop/closed, but when you create a dummy switch and give it a switch type of 'Blind' it only has open and closed? My blinds don't seem to respond to the regular switch every time. My solution is to use a dummy switch ...
- Tuesday 24 January 2017 15:33
- Forum: Suggestions
- Topic: [677] Tado thermostat
- Replies: 45
- Views: 20258
Re: [677] Tado thermostat
Same problem. Mine stopped working on 16th Jan. Hadn't got round to working out why but if they've changed the API that would make sense.
- Wednesday 11 January 2017 12:43
- Forum: Suggestions
- Topic: [677] Tado thermostat
- Replies: 45
- Views: 20258
Re: [677] Tado thermostat
I'm very interested in this also. Wouldn't it be possible to make this a "native" domoticz device? Hi I'm about to invest in a smart Thermostat and think Tado looks best. Has the integration with Domoticz moved on at all? Does it work ok and how controllable is it via Domoticz? (do I even need to ...
- Thursday 22 December 2016 12:16
- Forum: Suggestions
- Topic: [677] Tado thermostat
- Replies: 45
- Views: 20258
Re: [677] Tado thermostat
I've got the script from https://github.com/WebSpider/tado_domoticz working for reading the current temperature of my Tado Smart AC Controller. The bit I am struggling with is how to set the setpoint/turn on heating/cooling. I am able to send messages to the Tado api via a REST client (eg. the ...
- Tuesday 06 December 2016 21:10
- Forum: Python
- Topic: Newbie Question - Can I trigger Python Scripts from Domoticz
- Replies: 23
- Views: 19304
Re: Newbie Question - Can I trigger Python Scripts from Domoticz
I have been trying to run a python script from Domoticz and I can't get it to work. Please forgive me, I am pretty much a total noob to the world of domoticz, python and pi. I've spent hours looking stuff up on various forums etc. I'm running domoticz as the pi user on a raspberry pi 3. I'm trying a ...