RuView support component?

Has anyone here looked at adding a component to support RuView and if it is even possible? Seems like it would be good for presence detection?

This is not a real project. Please see GitHub - deletexiumu/wifi-densepose: ⚠️ SCAM ALERT: Technical audit reveals this project is a non-functional AI-generated facade with fake CSI data, no trained models, and suspected star inflation · GitHub

This entire project is 100% AI generated slop. It’s impossible to install as the given steps are incomplete and frequently mention non existing pages and it’s been proven to contain hardcoded data that will never function in the real world.

Excellent catch, so not something you’re working on this year?

if you can’t get the live human pose detection running, run this in Developer console:

javascript:(() => { const OriginalWebSocket = window.WebSocket; window.WebSocket = function(url, protocols) { if (typeof url === “string” && url.startsWith(“wss://IP:PORT/api/v1/stream/pose”)) { url = url.replace(“wss://”, “ws://”); console.log(“Patched pose WebSocket URL:”, url); } return protocols ? new OriginalWebSocket(url, protocols) : new OriginalWebSocket(url); }; window.WebSocket.prototype = OriginalWebSocket.prototype; console.log(“WebSocket patch installed”); })();

RuView works 100%, I’ve got it running. I made a detailed reply with screenshots but it was deemed “offensive”, because I said that the person flagged it as a “SPAM/SCAM”, is being ‘r3t4rd3d!’

Could tou tell me why even with 4 esp32-s3 I only see fake data? Like blinking and super volatile data.

Would love to see how you did it

As already mentioned the project isn’t functional but produces placeholder data. Both https://espectre.dev and https://tommysense.com works and has HA support.

To anyone here who would still like to try that:

It does not work, produces random data. Does not actually correlate with any environment that surrounds the sensor.