Search found 7 matches
- Sunday 14 January 2024 12:42
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Rpi5 GPIO with Domoticz
- Replies: 3
- Views: 4130
Re: Rpi5 GPIO with Domoticz
I will add my question to the other post though. Thanks
- Sunday 14 January 2024 12:40
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Rpi5 GPIO with Domoticz
- Replies: 3
- Views: 4130
Re: Rpi5 GPIO with Domoticz
Hello, thanks for your reply. I indeed saw this post but I am not sure of the conclusion this should take me to. I am happy to use libgpio or anything else . According to you is this doable or not ? I am under the impression that that do motive would need to change from sysfs for this to work. At ...
- Sunday 14 January 2024 10:28
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Rpi5 GPIO with Domoticz
- Replies: 3
- Views: 4130
Rpi5 GPIO with Domoticz
Hello, I hope I am writting this question in the right section. I have a rpi4B running with latest stable released Domoticz (2024.01)which among other things is using GPIO (pin 4) to detect if someone attempt to ring the bell at the entrance of my house. This works very well using GPIO Sysfs and ...
- Monday 07 March 2022 18:47
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 52598
Re: Python Plugin: LG Smart AC (SmartThinQ)
Thank you superprzemo. This is working now. As expected my new module is a v2. So I will have to use a hybrid config until there will be one plugin supporting both v1 and v2 

- Monday 07 March 2022 17:51
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 52598
Re: Python Plugin: LG Smart AC (SmartThinQ)
Hello majki, Due to a technical issue I had with one of my heat pumps module, one was replaced today. I used for the last 2 years the v1 api but once new module was added to my mobile phone application, it does not appear in my updated list of modules. So I made the assumption I may need v2 api for ...
- Monday 26 August 2019 8:53
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 52598
Re: Python Plugin: LG Smart AC (SmartThinQ)
Thierry, Once you logged in using the provided URL you should see that the resulting URL has 3 data in it. access_token, refresh_token and oauth2_backend_url This is all that would go in the resulting json file anyway. I suggest you simply move to the next step using the raw information from the URL ...
- Wednesday 24 July 2019 14:40
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 52598
Re: Python Plugin: LG Smart AC (SmartThinQ)
Hi all, I will post here the experience I got with this plugin. It took me hours to get it work, not because of any bug it has, but because there are requirements not included to the documentation. I had a raspberry pi running a jessie distribution and when you have this OS the latest python3 you ...