macbef

Results 9 comments of macbef

I took the easy way out. I just installed jitsi without containers (using apt-get). That was all I wanted in the first place. But thanks for pointing out the kernel-obfuscation.

I'm with @matsekberg here. From the documentation I thought that the use of commands would be the same, no matter which interface you use (MQTT, Serial, Telnet). But I found...

Yeah, you are right. I'll look into the custom code idea. But just for my understanding, maybe I missed that: Is there no command that outputs the state of an...

What do you get when you issue ''p1b1.val''? Maybe I don't get the MQTT PUB debug info because I'm not connected to an MQTT broker?

By the way, I evil-fixed the problem by adding this to **hasp_dispatch.cpp**: ``` void dispatch_state_subtopic(const char* subtopic, const char* payload) { char sendStr[64]; snprintf_P(sendStr, sizeof(sendStr), "%s => %s", subtopic, payload);...

That sounds good! Please do this if it's not too much trouble.

Thanks for the update, @fvanroie !!

> > As for the use case: I have developed a modular system with machine automation on my mind. As a HMI I'd like to use a cheap ESP32-8048S070 display,...

pretty much the same. I'm on a Windows 10 machine. Python 3.10.11 / 32bit In a new directory I ran: `python -m venv .` `pip install opencv-pg` I get this:...