I have included the siren, but i can not change the volume and tones. Not even inthe OZW contol panel. every thing i change, it changes back.
Is there a solution or workaround?
Jacco
Search found 28 matches
- Sunday 27 March 2022 18:29
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 21594
- Friday 01 October 2021 18:43
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Majki, Thanks for your quick response. I have installed your latest version. Still have some errors using example.py ~/domoticz/plugins/domoticz_lg_thinq_plugin $ python3 example.py -c NL -l en-EN Traceback (most recent call last): File "example.py", line 235, in example with open(STATE_FILE) as f ...
- Thursday 30 September 2021 20:22
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Starting new. pi@raspberrypi:~/domoticz/plugins/domoticz_lg_thinq_plugin $ python3 example.py -c NL -l en-EN Traceback (most recent call last): File "example.py", line 235, in example with open(STATE_FILE) as f: FileNotFoundError: [Errno 2] No such file or directory: 'wideq_state.json' During ...
- Thursday 30 September 2021 19:30
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Majki, After a reboot suddenly the plugin is not working anymore. I get: 2021-09-30 18:52:03.090 Error: Airco-Jacco: (Airco-Jacco) 'onHeartbeat' failed 'AttributeError'. 2021-09-30 18:52:03.090 Error: Airco-Jacco: (Airco-Jacco) ----> Line 407 in '/home/pi/domoticz/plugins/domoticz_lg_thinq_plugin ...
- Friday 27 August 2021 10:23
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Majki,
Thanks for the plugin.
It works great.
I have a new single split and multi split air conditioner.
All the units are working.
Keep up the good work.
Jacco
Thanks for the plugin.
It works great.
I have a new single split and multi split air conditioner.
All the units are working.
Keep up the good work.
Jacco
- Monday 21 December 2020 19:05
- Forum: Dashticz
- Topic: show managed counter in dashticz
- Replies: 6
- Views: 415
Re: show managed counter in dashticz
Lokonli,
Thanks for the quick update.
Works perfect.
Jacco
Thanks for the quick update.
Works perfect.
Jacco
- Monday 21 December 2020 17:21
- Forum: Dashticz
- Topic: show managed counter in dashticz
- Replies: 6
- Views: 415
Re: show managed counter in dashticz
Oke, that's why i can't found it.
I can change the title of the device when i change custom.js
function getStatus_441(block) {
var usage = block.device.Usage;
var device = block.device;
block.title = device['Data']
}
But i want to change the status ofcourse.
Thanks for adding.
Jacco
I can change the title of the device when i change custom.js
function getStatus_441(block) {
var usage = block.device.Usage;
var device = block.device;
block.title = device['Data']
}
But i want to change the status ofcourse.
Thanks for adding.
Jacco
- Monday 21 December 2020 16:55
- Forum: Dashticz
- Topic: show managed counter in dashticz
- Replies: 6
- Views: 415
Re: show managed counter in dashticz
Lokonli, Thanks for your reply. I didn't change anything in custom.js //add custom javascript in here function afterGetDevices(){ } function getExtendedBlockTypes(blocktypes){ //blocktypes.Type['Lighting 2'] = { icon: 'fa fa-lightbulb-o', title: '<Name>', value: 'ds' } return blocktypes; } Here is ...
- Monday 21 December 2020 12:20
- Forum: Dashticz
- Topic: show managed counter in dashticz
- Replies: 6
- Views: 415
show managed counter in dashticz
Hi, I have in domoticz an managed couter to show my total delivery of my sun panels. But i don't no how to show this one in dashticz. In dashticz it shows on (as an switch). var p1_zonnepanelen_totaal = 441; blocks[p1_zonnepanelen_totaal] = {} blocks[p1_zonnepanelen_totaal]['title'] = 'Totaal ...
- Thursday 26 November 2020 10:56
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Thanks for the help.
I have tried to understand the wideq plugin, but it is above my program skills.
I hope someone with more knowledge can adapt the plugin on api2.
Until then unfortunately without air conditioning in domoticz....
Jacco
I have tried to understand the wideq plugin, but it is above my program skills.
I hope someone with more knowledge can adapt the plugin on api2.
Until then unfortunately without air conditioning in domoticz....
Jacco
- Monday 23 November 2020 15:36
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Yes, i have a different wideq installed because with your wideq i did not see my AC's. This has probebly something to do with api2 (I am a new user of LG) When i use the wideq of gladhorn (https://github.com/gladhorn/wideq) I get a list of my AC's I thought that is only for example.py But now I ...
- Monday 23 November 2020 14:44
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
I paste the wideq directory into the LGAC_SmartT directory. Now i get: pi@raspberrypi:~/LGAC_SmartT $ ./LGACServerNew.py server: Starting server on 127.0.0.1 22233 Traceback (most recent call last): File "src/gevent/greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run File ...
- Monday 23 November 2020 13:13
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
No, i have the folowing maps:
/home/pi/LGAC_SmartT
and
/home/pi/LGAC_SmartT/wideq
Do they need to be installed in the same directory?
/home/pi/LGAC_SmartT
and
/home/pi/LGAC_SmartT/wideq
Do they need to be installed in the same directory?
- Monday 23 November 2020 11:58
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Heggink, I have made a print of the access token. This one in not the same one as mine in the wideq_state.json It changes every time i start the LGACServerNew You are right, no item: {'returnCd': '0000', 'returnMsg': 'OK', 'jsessionId': '566F766DB24DC406E1039F750 7D6323C.nodes_sadap_02', 'userId ...
- Monday 23 November 2020 11:02
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Heggink, Thanks for your update. I have still an error when i run the LGAServerNew pi@raspberrypi:~/LGAC_SmartT $ ./LGACServerNew.py server: Starting server on 127.0.0.1 22233 Traceback (most recent call last): File "src/gevent/greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run File ...
- Saturday 21 November 2020 21:47
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
OK, more progress which is good. By the looks of it, after issuing the "pip install -e ." command, everything got installed properly, correct? (no error messages).. what changes did you make when you did the "nano wideq.py" command? nano is an editor that lets you edit wideq.py. In wideq.py, you ...
- Saturday 21 November 2020 21:37
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
@Pietje1951,
I had the same message about command not found.
I add the next rule at line 1 of LGACServerNew.py:
#!/usr/bin/python3
Jacco
I had the same message about command not found.
I add the next rule at line 1 of LGACServerNew.py:
#!/usr/bin/python3
Jacco
- Saturday 21 November 2020 21:02
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 49301
Re: Python Plugin: LG Smart AC (SmartThinQ)
Hello, I am making progress. Installes the LGACSmartThing from Heggink. After that is use wideq from Gladhorn I can see my 4 airco's. But when i try to start ./LGACServerNew.py i get the next message: server: Starting server on 127.0.0.1 22233 Traceback (most recent call last): File "src/gevent ...
- Saturday 01 August 2020 10:36
- Forum: dzVents
- Topic: update rawdata switch✅ [Solved]
- Replies: 3
- Views: 843
Re: update rawdata switch✅ [Solved]
OedzesG,
domoticz.devices('Sonos woonkamer').update(1,artist1..' - '..title1)
Jacco
domoticz.devices('Sonos woonkamer').update(1,artist1..' - '..title1)
Jacco
- Saturday 08 February 2020 15:52
- Forum: dzVents
- Topic: update rawdata switch✅ [Solved]
- Replies: 3
- Views: 843
Re: update rawdata switch [Solved]
Nevermind. I have got it werking.