Pablo Pizarro Aguilar

Results 4 issues of Pablo Pizarro Aguilar

Do I need any special configuration? Can you help?

When you open the network app, you will see devices that dont exist on the DB. It doesn't display the new devices found. Should be some kind of problems with...

bug
medium

I declared devices of different topics. I found them through Yeti Smart Home app, that's perfect. Widgets work nicely, but when I try to control some topics, it crashes or...

You are using SSDP as a discovery service. ```` ssdpServer = new Ssdp.Server({ suppressRootDeviceAdvertisements: true, location: `http://${ip.address()}:${port}`, sourcePort: 1900, }) ssdpServer.addUSN('bigfoot:all') ssdpServer.start() ```` Is there in your roadmap any spot...

question