nv1t / standing-desk-interceptor

I wanted to intercept the communication between my Flexispot standing desk buttons. This is the progress on the project
Creative Commons Zero v1.0 Universal
40 stars 1 forks source link

use mqtt instead of REST API #6

Open nv1t opened 4 years ago

nv1t commented 4 years ago

The omega onion has a working mqtt broker installed and running. Maybe write the interceptor so it fetches the commands from an mqtt broker, which is easier than setting up a REST API.

nv1t commented 4 years ago

Better solution is disable mqtt on the omega itself and use an external mqtt broker. This will free up some cycles on the omega