-
['switch', 'audioVolume', 'audioMute', 'tvChannel', 'mediaInputSource', 'mediaPlayback', 'custom.picturemode', 'custom.error', 'custom.soundmode', 'custom.accessibility', 'custom.launchapp', 'custom.r…
-
I'm trying to filter entities based on a device.
Code:
```
card:
show_header_toggle: false
title: SmartTv
type: entities
filter:
include:
- entity_id: switch.samsung_ocf_tv
…
-
Error while registering **st_switch** using ESP32 to Samsung account. Code used is exactly the same as in this repository (along with this issue correction https://github.com/SmartThingsCommunity/st-d…
-
Hello:
Calling the following code on my Samsung TV:
```
await device.status.refresh()
print(device.status.values)
```
it is always returning the **exact same values**, even though, I chang…
-
Hello
I have a problem here!
I'm trying to install Debian 9 Stretch on a NAS110, but after successfully performed the Flashing Das U-Boot bootloader. When I try start the Debian installation I ge…
-
I just setup this add and my vacuum is added to smart things but when I load the plugin into home bridge I get the message below.
I assume vacuums are not supported?
[2018-8-9 07:45:20] [SmartTh…
-
I have a Samsung Airco, the good news it is picked up by your software.
I get a few sensors and a switch.
What I can't do is change the target temperature for example.
Going trough the homebr…
-
Recently, Samsung is beta testing its Galaxy home mini, which includes features with IR remocon control. When the device is added and linked to the home adjuster, the entire device is not connected as…
-
I have a combined washer and dryer from Samsung that I added to my Smartthings account some time back using the Android app. Now I've bought a Smartthings hub and installed your binding. When adding O…
-
I have a problem with the command execution (Samsung TV)
```
async def some_function():
async with aiohttp.ClientSession() as session:
api = pysmartthings.SmartThings(session, token)
…