MaxineMuster

Results 87 comments of MaxineMuster

Would you mind to try my supposal and move the button to another channel than the relay? Is the button working as expected when they are on the same channel?...

> I don't need the button to do anything; however as it currently is set up, the button works as expected. Would it be correct to try your idea but...

I really like the idea, it would be a valuable addition to the page. It might suffer from the possible size of code that might need: For it's not done...

Sorry for my late feedback, thank you so much for your work on this! There is only one point I'm not sure about, the change of the timing definitions with...

Please note that this version will not work on BK7238 - it will crash. Reason is that a timeout in getTicksCount() is not handled but ignored - leading to an...

This works for me on BK7238 with DS1820 and DHT11 (didn't test the other Beken platforms): ``` --- src/hal/bk7231/hal_generic_bk7231.c +++ src/hal/bk7231/hal_generic_bk7231.c @@ -23,11 +23,14 @@ static uint32_t getTicksCount() { uint32_t...

> I reviewed HAL_Delay_us() a bit. One major change is timer overflow value. It seems to have another value. Timer BKTIMER2 aka CAL_TIMER_ID set in `bk7231t_os/beken378/func/misc/fake_clock.c` and it has period...

I included all @rpv-tomsk fixes in the "extended" driver (quote from #1627 "... Use "HAL usleep" as proposed by @rpv-tomsk with his implementation for Beken").

I'm not really sure, the device just stops responding when requesting "status 3": no ping, nothing. First I thought it would happen if NTP is not synced (so ntpTime would...

Could you please take a deeper look? Is it really "working", or just "not crashing"? e.g.: If your time is synced, do you see "StartupUTC" in the JSON output? If...