basst85 / NextRemoteJs

Simple webinterface for the Ziggo Next setopbox
13 stars 4 forks source link

mqtt Gateway #8

Closed timoline closed 3 years ago

timoline commented 4 years ago

just an idea...

It would be nice if this software could act as a mqtt gateway So the mqtt payload from ziggo will be send/receive to/from a local mqtt broker

I mean I added the current channel json to the local api:

        server.get("/api/currentchannel", (req, res, next) => {
            res.json(filtered);
            console.log('Current Channel');
        }); 

It would be nice if this info is available on my local mqtt broker.