kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
304 stars 95 forks source link

Problem with temperature display for Air Conditioners #576

Open Eliotht opened 1 year ago

Eliotht commented 1 year ago

Hello, I have a problem that I can't solve at the moment. I control 2 air conditioners that logically do not return the temperature read (it reads 0º). I have tried to fake the temperature with "pseudoDeviceTemperature" but it ignores the indicated value. On the other hand, I try to load the "temperatureFilePath", but having Homebridge Native on the Raspberry, I am not able to know where I have to load it. Any help to remove that 0 from the airs?

Thank you very much

93ef0da27c93dc32f0717ba19505a19f IMG_0434 IMG_0437

masterfordev commented 1 year ago

On "temperatureFilePath" set the path to the file. Example "/Users/username/HomeKit/temperature/".

Eliotht commented 1 year ago

On "temperatureFilePath" set the path to the file. Example "/Users/username/HomeKit/temperature/".

Hi! Thanks for your answer, but if I have Homebridge native on Raspberry, I don't know how to place a file in some path.

Thanks

masterfordev commented 1 year ago

So google it: Create files and paths on linux from Terminal. Its easy.

ggroel commented 1 year ago

Within Homebridge you choose the TERMINAL option and write something similar this:

Cd / Mkdir /temperature

An then, at the config write /temperature

El 3 abr. 2023, a las 14:59, Eliotht @.***> escribió:

On "temperatureFilePath" set the path to the file. Example "/Users/username/HomeKit/temperature/" .

Hi! Thanks for your answer, but if I have Homebridge native on Raspberry, I don't know how to place a file in some path.

Thanks

— Reply to this email directly, view it on GitHub https://github.com/kiwi-cam/homebridge-broadlink-rm/issues/576#issuecomment-1494746054, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBDDDFSITXGEYE2LKUVX5TW7MFYVANCNFSM6AAAAAAWLTP3DI. You are receiving this because you are subscribed to this thread.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

lennonnap commented 1 year ago

anyone knows exactly directory to set "temperature FilePath" ?

lennonnap commented 1 year ago

I have Homebridge native on Raspberry

masterfordev commented 1 year ago

I have Homebridge native on Raspberry

You can create the file where you want. Only have to set the path in the config. Read the docu: https://broadlink.kiwicam.nz/#air-conditioner

Vannixxo commented 11 months ago

Is there a way to read the HomePod temperature sensors/ homekit room value? Or at least to completely remove the temperature indication in the AC/heater-cooler ?