Vlad Korniev
Vlad Korniev
Anyone was able to figure it out? Looks like bun *sometimes* completely ignores the bunfig. Moreover if I use `@company` it *sometimes* tries to use the registry from the install.scopes,...
ok, nvm, totally my fault: yarn publish for some reason botches tarball location and even tho it publishes to the private registry, it puts `yarnpkg` into manifest. Publishing with npm...
I'll try to compose some quick doc, for now you can use [this](https://github.com/vkorn/pyvizio/blob/master/custom_components/media_player/vizio.py) as a reference.
Most likely MAC address configured in your custom device is different from the one you have on the device, where bridge is running.
In your bridge device in SmartThings IDE check ``` mac | string | B8:27:EB:64:25:29 ``` It has to be **capitalized** and match your actual device. You can check actual advertising...
In you hub device you have something like this, correct? ``` Device Network Id : 0242A2C0DAE4 ``` And Preferences: Name | Type | Value -- | -- | -- ip...
Btw, I think I recall one more possible issue I've read on SmartThings Hub repo: they're suggesting to try and re-publish both App and Handler through the IDE after changing...
Hi Glen, Thank you for the comments! > each service in its own directory under examples/edge/services Ok, will change that. What about testing? To test it we need to run...
As discussed over the phone, below is the list of further changes we want to see in the service (will go as a separate PR): 1. Add configuration for device/card...
Per email discussion: working on this issue, will submit PR when ready.