Max Prokhorov

Results 503 comments of Max Prokhorov

> When using the schedule option, every change has to be done in the web interface. Not necessarily true, as you can change the corresponding settings key-values. Check out: -...

> I guess it will just work right away as nodemcu and wemos d1 mini are > technically very close to each other ;) It should work right away! Only...

Did you use tasmota binary first? Full flash erase is likely required, WiFi might be broken because of the different Core versions used. If not, can you try changing https://github.com/xoseperez/espurna/blob/e26ba9f52ecd60afbbed2ec13d80f4072dad9607/code/platformio.ini#L506...

What OS, browser do you use? See [espurna-issue-2266-itead-sonoff-sv-test.zip](https://github.com/xoseperez/espurna/files/4728457/espurna-issue-2266-itead-sonoff-sv-test.zip) Erasing still required. Either firmware may misinterpret settings, WiFi might break unexpectedly.

Do you mean the missing ..._CORRECTION flag setting or something related to the sensor calibration? *edit: I missed the flag description, value can be negative*

Referencing existing code, we have similar absoluteone-point 'correction' for lux (through `luxCorrection` settings key). It is not in the WebUI, though, as seen above. Nothing for pressure atm and no...

I think I misunderstood the original issue. Re-reading, I think the summary is: #### Missing `luxCorrection` input in WebUI, like this one: https://github.com/xoseperez/espurna/blob/18dea8902d32f57eebb99cad67d7c9a57a10ab98/code/html/index.html#L1677 (also see surrounding form) https://github.com/xoseperez/espurna/blob/18dea8902d32f57eebb99cad67d7c9a57a10ab98/code/espurna/sensor.cpp#L1083 (we do...

> I guess the code for temperature or humidity like the lines linked below can be copied and modified for pressure and lux? I suggest luxCorrection entries and pressureCorrection entries....

The idea that I got [seems to be working](https://github.com/mcspr/espurna/tree/sns/correct), I'll need to work out some small issues / typos / js+html sanity It also raises another question - while I...

The terminology comes from the code, 'magnitude' (*measurement?*) is something that sensor defines. So, in case of BMP180 we have MAGNITUDE_TEMPERATURE and MAGNITUDE_PRESSURE. Correction is kind-of abstract. It does not...