beele / HomebridgeLgSmartThinqAirco

Homebridge plugin for controlling a split unit LG SmartThinq Airco unit
GNU General Public License v3.0
30 stars 7 forks source link

Plugins stopped working (traceback error) #29

Open ivantomicic-crowdhouse opened 3 years ago

ivantomicic-crowdhouse commented 3 years ago

Hey, so plugin stopped working some time ago, recently I tried to reinstall it but when I get list of my devices, I also get this:

Traceback (most recent call last): File "example.py", line 310, in <module> main() File "example.py", line 306, in main example(args.country, args.language, args.path, args.verbose, args.cmd, args.args) File "example.py", line 255, in example with open(STATE_FILE, 'w') as f: PermissionError: [Errno 13] Permission denied: 'path-to-wideq-file-in-homebridge-folder'

I'm assuming thats why all of my air cons show temp as 0 and do not respond?