Philibert Cheminot
Philibert Cheminot
I forgot a detail, in fact I realize that it is not possible to use to Arduino, even using it as a FTDI for example. The only solution is to...
Hello, I'm reopening this issue as I seem to have missed a lot of the discussion, sorry for that. Has there been any progress?
Hello! First of all, thank you for detailing your issue. > don't think i made an error there. Yes, it looks all good. > Once I remove it from the...
> I do have resistors/multimeter at my disposal so if you got a trick to make sure Okay, nice! To check which pin is serial, put your multimeter between GND...
Hello, first of all, sorry for my late reply > So why wont it turn OFF then when publishing OFF to /intopic.... weird. It is indeed strange. The fact that...
> EDIT: > The led blinks 1x short + 4x short when sending ON > The led blinks 4x short when sending OFF Hello! All is good for the ON...
lines 130 to 146: replace ```cpp else if ((char)payload[1] == 'F') { for (int i = 0; i < 4; i++) { if (stoveState < 6) { if (stoveState >...
that modification bypasses the two if conditions using ```if (true)``` If the LED doesn't blink, then this bracket of code isn't executed. This means that the conditions aren't verified, so...
Hello, thanks :) What do you mean by tech settings? Bests, Philibert
The one with the password? I don't think this is possible because it's secured, but even if it was it would not be recommended because making a mistake in these...