tonesto7 / homebridge-smartthings-tonesto7

43 stars 86 forks source link

[FEATURE] Add Support for Samsung AC #37

Closed bkonings closed 4 years ago

bkonings commented 5 years ago

I have a Samsung Airco, the good news it is picked up by your software. I get a few sensors and a switch.

Schermafbeelding 2019-05-24 om 11 07 01

What I can't do is change the target temperature for example.

Going trough the homebridge documentation I guess an AC would be a heatercooler but this plugin does not feature it. Also having a hard time reading the code, there is a lot ;)

Homebridge does detect a lot of capabilities that are unknown:

[5/24/2019, 9:12:51 AM] [SmartThings] Unknown Capabilities: ["Ocf","Audio Volume","Execute","Air Quality Sensor","Odor Sensor","Air Conditioner Mode","Remote Control Status","Dust Sensor","Demand Response Load Control","Power Consumption Report","Air Conditioner Fan Mode","Air Flow Direction","Very Fine Dust Sensor","custom.error","custom.disabledCapabilities","custom.thermostatSetpointControl","custom.airConditionerOptionalMode","custom.airConditionerTropicalNightMode","custom.autoCleaningMode","custom.deviceDependencyStatus","custom.energyType","custom.dthVersion"]

Any chance AC's can be added?

woidljam commented 5 years ago

I integrated my aircons also successfully hower with the same restricted functionalities. Would be great if further capabilities (especially temp control) can be added.

neverthelss thanks for the great job you have done

tonesto7 commented 5 years ago

@bkonings @woidljam I will look into this further and see what I can add.

rasssta commented 4 years ago

One of my devices reports the following when set to 22c and HEAT-mode:

coolingSetpoint: 22 C temperature: 22 C airConditionerMode: heat

So "Air Conditioner Fan Mode" and "custom.thermostatSetpointControl" should be the ones to look at :)

Additional info from this particular device: supportedAcModes: [cool, dry, wind, auto, heat] fanMode: auto supportedAcFanModes: [auto, low, medium, high, turbo]

piokaczo commented 4 years ago

Hello, is there any hope for this to be implemented? :)