AirCon icon indicating copy to clipboard operation
AirCon copied to clipboard

Implement `display_temperature` for FGL devices.

Open gyro-labs opened this issue 1 year ago • 3 comments

FGL devices report their temperature in a weird unit (centigrades from -50C), so I added a parser metadata item for fields that need this.

Also added some debugging logs to better understand the flow of information in this application.

gyro-labs avatar Apr 07 '23 14:04 gyro-labs

I received display temperature 748 instead of 25 degrees Celsius for my Fujitsu FGLair device.

claesmathias avatar May 09 '23 10:05 claesmathias

@deiger Any chance you could take a look at this PR and either merge it or provide feedback? We have #240 open since july and it looks like the solution is here just waiting to get merged.

As I mentioned in the issue, I get that you're probably busy, but thanks in advance for trying to give this some priority :)

vyruz1986 avatar Nov 28 '23 13:11 vyruz1986

@vyruz1986 I merged those PR in my cloned repository and create multiarch docker images. I use with Fujitsu FGlair. Now current temperature is displayed properly using MQTT message, but still has null value in entity attributes. I can't fix it because my knowledge of Python is very poor. You can try it using my repo.

xury77 avatar Jul 23 '24 20:07 xury77