WebThingsIO / thing-url-adapter

Proxy adapter for Web Thing API endpoints
Mozilla Public License 2.0
21 stars 18 forks source link

Thing state is not updated #105

Open freaktechnik opened 3 years ago

freaktechnik commented 3 years ago

I have a thing called http---optoma-hd131xe.local-8888 (source code at https://git.humanoids.be/freaktechnik/serial-thing - based on the js lib). While its schema is successfully loaded, the property states and events never go through. And sending any actions doesn't work either.

Running an action errors with status 400 and requestAction: device: http---optoma-hd131xe.local-8888 not found.

freaktechnik commented 3 years ago

Of course it works fine on my local gateway instance...

freaktechnik commented 3 years ago

I wonder if this was caused by #104 and I had to somehow clean the state of my thing URL adapter up so it works as expected again. Notably, I didn't add it by URL when it worked, so maybe that helps, too.