h4de5 / home-assistant-toshiba_ac

Toshiba AC integration into home-assistant.io
GNU General Public License v3.0
127 stars 18 forks source link

inverter data #96

Closed cmderks93 closed 1 year ago

cmderks93 commented 1 year ago

Im curious if its possible to get some extra data from the ac unit. for example: Fan speed, inverter frequency, defrost info, and so on.

Thanks!

h4de5 commented 1 year ago

please see if the underlying python package supports this:

https://github.com/KaSroka/Toshiba-AC-control

cmderks93 commented 1 year ago

I've installed the package and opened it with pip. I'm getting some info.

toshiba_ac.device: [AC_XXXXXXXX] AC heartbeat from AMQP: {'iTemp': 21, 'oTemp': 5, 'fcuTcTemp': 44, 'fcuTcjTemp': 36, 'fcuFanRpm': 69, 'cduTdTemp': 87, 'cduTsTemp': 4, 'cduTeTemp': 3, 'cduCompHz': 62, 'cduFanRpm': 78, 'cduPmvPulse': 35, 'cduIac': 1}

tetienne commented 1 year ago

That's interesting! We can create sensor based on this fan speed.

Can you share your Python script please?

cmderks93 commented 1 year ago

It's just the example from KaSroka's library.

cmderks93 commented 1 year ago

I receive this data when i'm opening the toshiba app, while running the samples/toshiba_ac_gui.py