Search found 14 matches
- Monday 14 October 2024 13:42
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 52598
Re: Python Plugin: LG Smart AC (SmartThinQ)
A new update from this Plugin fixed the issue that I had! I have the problem that after a few weeks the plugin no longer works. Restarting the plugin is not a solution, only after domoticz.service is restarted does it work again. Now I would like to update the plugin, but what is the best way to do ...
- Monday 13 April 2020 17:52
- Forum: Z-Wave
- Topic: First Alert, ZCOMBO, Z-Wave To Issue
- Replies: 1
- Views: 351
Re: First Alert, ZCOMBO, Z-Wave To Issue
Whatever I try, I can't get it done, can someone help me with that?
- Sunday 29 March 2020 16:24
- Forum: Z-Wave
- Topic: First Alert CO and Smoke detectors
- Replies: 6
- Views: 2306
Re: First Alert CO and Smoke detectors
I try a First Alert, ZCOMBO detector coupling, but do not get this done.
How do I do that?
(Sorry for my bad English)
Info:
Raspberry B3+
Z-Stick Gen5 Aeotec
Domoticz Version: 2020.1
First Alert, ZCOMBO, Z-Wave
How do I do that?
(Sorry for my bad English)
Info:
Raspberry B3+
Z-Stick Gen5 Aeotec
Domoticz Version: 2020.1
First Alert, ZCOMBO, Z-Wave
- Wednesday 25 March 2020 16:23
- Forum: Z-Wave
- Topic: First Alert, ZCOMBO, Z-Wave To Issue
- Replies: 1
- Views: 351
First Alert, ZCOMBO, Z-Wave To Issue
I try a smoke and carbon monoxide detector First Alert, to coupling with Z-Wave (ZCOMBO). But do not for one another. I try to do so: Software: Domoticz> Setup> Hardware> Z-Stick Gen5 Aeotec> Setup> Node Management> Node Include ZCOMBO: I hold the test button and slide the battery compartment closed ...
- Sunday 16 February 2020 18:03
- Forum: Heating/cooling
- Topic: Thermostat for central heating (OpenTherm)
- Replies: 7
- Views: 1217
Re: Thermostat for central heating (OpenTherm)
Yes I have the username and password used in Domoticz. Go to Settings -> Hardware Naam . . . . : ThermoSmart Type . . . . : Thermosmart Thermostat Data. . : Inactive name. . . . (username) Password. . (password) Add if you look at Settings -> Devices and searches for "ThermoSmart 'you will see this ...
- Friday 07 February 2020 9:31
- Forum: Heating/cooling
- Topic: Thermostat for central heating (OpenTherm)
- Replies: 7
- Views: 1217
Re: Thermostat for central heating (OpenTherm)
I had the problem that stopped the temperature at 5 degrees after a pause.
I solved this by one large block (standard week) in place ThermoSmart on all days and hours (with a temperature of 10 degrees). And now I have no more trouble.
Do you also have this problem after a break?
I solved this by one large block (standard week) in place ThermoSmart on all days and hours (with a temperature of 10 degrees). And now I have no more trouble.
Do you also have this problem after a break?
- Thursday 06 February 2020 10:06
- Forum: Heating/cooling
- Topic: Thermostat for central heating (OpenTherm)
- Replies: 7
- Views: 1217
Re: Thermostat for central heating (OpenTherm)
I ThermoSmart working with Domoticz and can now read both the temperature and also pause and write temperature and also pause.
- Wednesday 05 February 2020 9:38
- Forum: Heating/cooling
- Topic: Thermostat for central heating (OpenTherm)
- Replies: 7
- Views: 1217
Re: Thermostat for central heating (OpenTherm)
I've already chosen the "ThermoSmart"
This works well with the original app, but now I want to link this with Domoticz.
Who has experience with this and can help me a little bit on the way?
This works well with the original app, but now I want to link this with Domoticz.
Who has experience with this and can help me a little bit on the way?
- Tuesday 28 January 2020 10:20
- Forum: Heating/cooling
- Topic: Thermostat for central heating (OpenTherm)
- Replies: 7
- Views: 1217
Thermostat for central heating (OpenTherm)
I'm looking for a thermostat for central heating (OpenTherm) via WiFi or LAN cable can work with Domoticz (Raspberry + B3). And I would read from the room temperature and can change the set temperature both on the thermostat itself, as well as through Domoticz. Without that there must always be made ...
- Monday 30 December 2019 10:39
- Forum: Python
- Topic: Direct access to Domoticz from a Python3 script
- Replies: 2
- Views: 292
- Friday 27 December 2019 18:38
- Forum: Python
- Topic: Direct access to Domoticz from a Python3 script
- Replies: 2
- Views: 292
Direct access to Domoticz from a Python3 script
Is it possible to read or control the status of a Switch in domoticz directly from a Python3 script (made outside of domoticz)? Through Json I now read the Switch in domoticz and control it. This works via the network, but cannot immediately do so without internet because it is on the same Raspberry ...
- Friday 29 November 2019 10:40
- Forum: dzVents
- Topic: How to run a python3 script from a dzVents script ? [Solved]
- Replies: 7
- Views: 2237
- Thursday 28 November 2019 10:50
- Forum: dzVents
- Topic: How to run a python3 script from a dzVents script ? [Solved]
- Replies: 7
- Views: 2237
Re: How to run a python3 script from a dzVents script ? [Solved]
Thanks for your reply.
Unfortunately, this gives the error message: attempt to call field 'osExecute' (a nil value)
Unfortunately, this gives the error message: attempt to call field 'osExecute' (a nil value)
- Thursday 28 November 2019 7:50
- Forum: dzVents
- Topic: How to run a python3 script from a dzVents script ? [Solved]
- Replies: 7
- Views: 2237
How to run a python3 script from a dzVents script ? [Solved]
Is it possible to run a python3 script from a dzVents script ? And if so how is that exactly? This does not work: shellCommand = "python3 /home/pi/domoticz/scripts/python/Test.py" sys.executable('python3 /home/pi/domoticz/scripts/python/Test.py') os.system('python3 /home/pi/domoticz/scripts/python ...