Timo Kokkonen
Timo Kokkonen
Looks like in "serial" mode it sends hex strings (like the NX-584 gateway protocol does in "ascii" mode), but checksums don't match, so seems like this must be some other...
This seems to be some different protocol (compared to NX-584: http://www.increa.com/reverse/nx-8e/Caddx_NX-584_Communication_Protocol.pdf) I think report that nxgipd works with this panel must have been with system that has NX-584 Home Automation...
Easiest is probably use CPAN (https://manpages.ubuntu.com/manpages/focal/man3/CPAN.3perl.html) You will need "build tools" for some modules, so before using CPAN, you may want to make sure you have those installed: ``` $...
My setup is two RWND-3D-240-MB meters, 1st meter is configured "Production" (this is inside the DC disconnect box that was included with the SE11400 Inverter), 2nd meter is configured "Export+Import"...
If you only have one fan channel, you might also be able to ditch the IC for handling PWM output level shifting and implement single level shifter with a transistor...
@BioSehnsucht , I have initial prototype in testing for "0401D", that might be better starting point than the old 0804 board: https://github.com/tjko/fanpico/tree/main/boards/fanpico-0401D Implementing only one fan output is probably not...
Hi @capuanob, that sounds great. You can use my email (found in project README, etc..) I recall that in the past people doing "fuzzing" independently have found some issues, so...
I see similar errors when using MQTT client with SDK 2.0.0. ``` [CYW43] STALL(0;166-166): timeout [CYW43] send_ethernet failed: -2 [CYW43] STALL(0;166-166): timeout [CYW43] STALL(0;166-166): timeout [CYW43] STALL(0;166-166): timeout [CYW43] STALL(0;166-166):...
@rvt, disabling power management seemed to help as a workaround for me. I haven't encountered this issue since adding following: ``` cyw43_wifi_pm(&cyw43_state, CYW43_NONE_PM); ```
@severak, interesting that it seems to mainly affect the sky (probably would affect any larger areas without fine detail). I think "problem" is that you're setting fixed target file size,...