Open nopoz opened 4 months ago
It seems like the Smartthings core integration is no longer being updated.
I have created a modified version of the core integration that should provide the missing sensors and controls for Samsung appliances.
See https://github.com/bakernigel/smartthings
I only have three devices on my Smartthings account - Family Hub, Wall Oven and Dishwasher and my integration works well with these. Note that I am not able to test whether the integration will break other devices, particularly non Samsung devices, so use it at your own risk.
I have a Samsung double wall oven which uses samsungce.lamp and my integration provides switches for the upper and lower oven lights so I'm hoping it will fix the issue with your lights.
If you are willing to act as a guinea pig, please give it a try and let me know if it works for you.
Made my Samsung microwave range light accessible! Looks like the UI for setting up the token lost its instruction text though. I was able to follow the old steps, and it worked, but the instructions are gone :) Thanks for your contribution.
The problem
I have a Samsung Oven and Range/Microwave with SmartThings capability. The oven has a light in its interior and the range has a light that shines down on the oven cook top. Neither of these lights are imported with the Smartthings integration. The name of these components returned by the Smartthings API is "samsungce.lamp".
What version of Home Assistant Core has the issue?
core-2024.7.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
SmartThings
Link to integration documentation on our website
https://www.home-assistant.io/integrations/smartthings/
Diagnostics information
Debugged the issue with the SmartThings CLI to verify they can be seen and controlled:
oven light:
microwave/range light:
The only device that was imported with the current SmartThings Integration was a microwave "switch" but this does not control the microwave light:
I verified with manually created shell_commands and light templates in configuration.yaml that these lights can be controlled by Home Assistant.
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response