Thanks. That PCB is identical to the switch/relay version. The difference is in the PSU base, that has a pin-header connection to the panel. What we’re trying to find out is which pins do control the dimming process.
I don’t think it’s an analog pwm signal, but rather a digital serial command.
I need some help. I try to flash Lanbon l8 using openHASP (v0.3.4).
1.I want to link the button from Lanbon Screen to Lanbon Relay (without integrate HomeAssistant).
2.I want to change page with out HA
Is it possible? Could you help me.
thank you for your prompt replay. I am using the custom component and thank you very much for producing it. It makes using this device in HA much easier.
using the sample mqtt light i posted above, i can create a “3rd” switch in the gui, which can turn the physical light on and off. I’m just struggling with the state.
this is not the best interface, and @fvanroie and me are already working in a better interface for the next firmware version which will also create automatically an HA switch, hand in there
Thanks for those pictures! We’ve since found out that the 4-byte serial communication seems to be going over K3 – IO12 (115200 baud, 8data, 1stop, no parity).
and the state would be
hasp/plate01/state/output1
??
state is not currently implemented, we’re reworking that part of the code to make it more intuitive… While output is now heavily based on the groupid, it was mentioned that this is rather complicated and not intuitive to use. So back to the drawing board