Samsung / SamsungAutomationStudio

Samsung Automation Studio is to provide development tools and execution environment that can easily configure application logic by connecting both Samsung service and 3rd party service. This project is to share the node for open source NodeRED developed by Samsung Automation Studio team to the community. If you are using nodered, you can easily install the node we provide. And you can use Samsung's IoT and AI-related services more easily, and you can have an extended experience in conjunction with your own services.
Apache License 2.0
57 stars 30 forks source link

Support for Windfree mode in the A/C? #1

Closed lslomczynski closed 3 years ago

lslomczynski commented 4 years ago

Hello,

Recently I had a Samsung Avant Windfree A/C installed. Model: AR09TXEAAWKNEU

Either there is no support for enabling the Windfree option in the "SamsungAutomationStudio" or I could not figure it out :-/

After adding the API KEY my device reports following parameters available: ocf, switch, airConditionerMode, airConditionerFanMode, fanOscillationMode, temperatureMeasurement, thermostatCoolingSetpoint, relativeHumidityMeasurement, airQualitySensor, odorSensor, dustSensor, veryFineDustSensor, audioVolume, remoteControlStatus, powerConsumptionReport, demandResponseLoadControl, refresh, execute, custom.spiMode, custom.thermostatSetpointControl, custom.airConditionerOptionalMode, custom.airConditionerTropicalNightMode, custom.autoCleaningMode, custom.deviceReportStateConfiguration, custom.energyType, custom.dustFilter, custom.veryFineDustFilter, custom.deodorFilter, custom.electricHepaFilter, custom.doNotDisturbMode, custom.periodicSensing, custom.airConditionerOdorController, custom.disabledCapabilities, samsungce.driverVersion

In the Status Node, for the airConditionerMode, there is one called "notSupported" and a set of other common ones: Heat, Heat Clean, Fan, Cool, Cool Clean and so on. Same set is listed for the Command Node. Is it this one, or maybe it is the "custom.airConditionerOptionalMode" which is inaccessible via the Command Node?

Is there any way to enable Windfree mode with SamsungAutomationStudio in Node-RED?

I am looking forward to your reply!

Regards, Lucas.

iamjaehun commented 4 years ago

@lslomczynski Thank you for the issue. Let me check.

dplaya-min commented 4 years ago

I think Samsung Automation Studio don't supports custom capabilies. It need an update!! https://smartthings.developer.samsung.com/docs/api-ref/st-api.html#operation/getDevicePresentation

thirtynine96 commented 4 years ago

Hi Guys, We know which you said. AS will be updated in next release. Thank you.

thekoma commented 4 years ago

Also the fan-only mode in windfree is called wind, maybe is possible to fix two problem in one shot.: https://github.com/home-assistant/core/issues/35274

shgood commented 4 years ago

Hi, @lslomczynski Thank you for sharing the issue.

we updated our nodes.

Check new version, And keep sharing issues, please. Thank you

lslomczynski commented 3 years ago

@shgood - I am sorry for such a late reply! I've been using the updated version since release date and I am able to control WindFree and other "custom" modes without any issue šŸ‘ Thank you!