kuestess / homebridge-platform-insteonlocal

Homebridge platform plugin for local Insteon control
Other
76 stars 26 forks source link

express server status issue #285

Closed microbmen closed 1 year ago

microbmen commented 1 year ago

Not sure when this stopped working but seem like /status stopped working a bit ago. Is anyone else having this issue?

I used to be able to get status by polling (e.g)

http://192.168.1.2:3000/light/2c774a/status

just spins, no response.

microbmen commented 1 year ago

running - homebridge-platform-insteonlocal v0.5.5

microbmen commented 1 year ago

update: polling is working when the service does its configured polling interval. Its just the REST API that isn't working...

kuestess commented 1 year ago

@microbmen Working for me - make sure you have "use_express": true in your config.

microbmen commented 1 year ago

Yup. That fixed it. Thank you.
I see it now ---i missed that in the readme documentation