Hello i bought a sonoff panel pro 120 and the WebRTC Camera doesnt work… i also want to make it work with browser mod is that possible?
Does anyone know how to play rtsp stream from my camera or from my blue iris to ns panel pro because now doesnt play… only mjpeg link but it has delay…
I just got mine, haven’t setup HA. The device itself doesn’t have a camera. You can view RTSP and some other camera types to the native OS. I plan on updating WebView via ADB and running the HA companion app (lite version without Google/Android services like device tracking(. Then viewing any camera through HA but nowhere on there site is this advertised being a camera, only viewing cameras and rtsp is a common security camera streaming protocol. Blackadder’s guide for the pro still works, read network ADB access was enabled by signing into whatever account I had to create so no need to disassemble to get to the USB port.
Just don’t do the Xposed part anymore. It was needed to update WebView and it’s already at the correct version of version that can be upgraded without exposed. Then there is another free utility in GitHub that re-enable the sensors for turning on/off among other things. After that the HA companion app should just work so if you can view it in HA you should be able to add or create a custom dashboard using kiosk.
Follow up.
I am searching a way to expose a camera streaming along with 2-way mic on NSPanelPro. I tried to update webview to 131, still it doesn’t work
Are you still having problems with cameras? I have 5 NSPanel Pros around my house and they work perfectly with streaming multiple HikVision 4k cameras. I do use go2rtc to resample the streams down to 240x425 but I get realtime video at 20+fps along with optional audio that can be toggled for each camera and plays through the NSPanel speaker.
My cameras have two way audio that works but I can’t remember if that was on my iPhone or NSPanels.
I use Mushroom controls for my multiscreen dashboard but the camera relevant portion of the Lovelace config is:
- type: horizontal-stack
cards:
- type: custom:webrtc-camera
server: http://go2rtc.xxx.lan:1984/
ui: true
muted: true
style: >-
.mode {position: absolute; right: 0px; top: 32px}
.pictureinpicture,.fullscreen,.screenshot {display: none}
video {aspect-ratio: 9/16; object-fit: cover;}
streams:
- url: north-ld
- type: custom:webrtc-camera
server: http://go2rtc.xxx.lan:1984/
ui: true
muted: true
style: >-
.mode {position: absolute; top: 32px}
.pictureinpicture,.fullscreen,.screenshot {display: none}
video {aspect-ratio: 9/16; object-fit: cover;}
streams:
- url: south-ld
The only modification to my NSPanels was to enable dev mode in eWeLink so I could use adb to install the HomeAssistant apk. I also use Seaky’s NSPanel apk as gives automatic brightness management for backlight, proximity sensors and saves installing a launcher and kiosk tool.
I should add that I did not jump on the 120 as I believe it is smaller in 1 dimension so I’m not sure it will cover UK back boxes. I have one on order for testing and will update once I have more info.
Also I use Frigate 15 for NVR and so go2rtc is embedded but go2rtc is also simple to configure standalone. I have also tried the Frigate Lovelace card on the NSPanel and it works well but all the features are fiddly on the NSPanel screen and the latency and frame rate are much better on the RTC card.
If anyone wants any more info on my setup then I am happy to help.
thanks for the replies… i tried to run the ha from browser of ns panel and it stucks i am thinking to flash it and make it work with ha but i am thinking why i dont buy a tablet to do my job easily