Dror Eiger

Results 119 comments of Dror Eiger

Did you attached something? If you did, it didn't survive github's mail-to-post conversion.

FGLair is supported. You need to pass the script the right `--device_type` flag. You can try looking at the WiFi module - if its model is AP-WA?E, AP-WC?E, AP-WD?E or...

Each service should run with its own port (that's the port for the HTTP server the AC connects with), besides the separate config and mqtt_topic .

Sure, will add that.

The error you get is about a key_id mismatch. Are you sure you selected the correct A/C when you generated the config file?

@ck007max Re: decimal numbers, yes, it should already understand decimals. Can you try pasting the logs from running with --log_level=DEBUG? And let's move this discussion to #15. This issue is...

Is this all the data from syslog? I'm not seeing any log messages. These are only the HTTP requests sent by the AC.

Ah, it should be `--log_level DEBUG`, replace the equal sign with a space.

OK, it's guess work without logs, but I think I might have got it. Try downloading the up-to-date hisense.py.

@ck007max it seems that HA doesn't honor the precision setting, and provides unrounded temperature post-conversion from Celsius (21ºC=69.8ºF). I changed the code to do the rounding instead of HA.