Max Prokhorov

Results 44 issues of Max Prokhorov

*subj* At least right now, specific to .js, I'd think about replacing terser + gulp with [esbuild](https://esbuild.github.io/). Both to avoid depending on random gulp plugins to implement things, and to...

enhancement
web interface

ref. https://gitter.im/tinkerman-cat/espurna?at=6179749a2197144e848e48d6 Current parser assumes certain properties of the data, like size and timing, but does not actually try to parse & validate it besides doing the checksum after receiving...

bug
sensors

Currently, these are embedded into the ir.cpp as pairs of F(...)-strings - the code value and the terminal command. https://github.com/xoseperez/espurna/blob/a2c02a38e542e83c70a33978a6556dafe9be3855/code/espurna/ir.cpp#L1404-L1407 https://github.com/xoseperez/espurna/blob/a2c02a38e542e83c70a33978a6556dafe9be3855/code/espurna/ir.cpp#L1445-L1446 As noted in the comment just above and in...

enhancement
ir

Just some information that may help others... 1) I am not using a SHP7, but a Gosund WP2, which I found out to be quite similar to each other, but...

enhancement
question
device

> This is not totally true, it makes sense when we set a hardcoded wifi and mqtt configuration, although it is true that for most use cases it may not...

enhancement

**Is your feature request related to a problem? Please describe.** ref #1864 , there needs to be a concise way to check that utility functions (brightness calculation, channel setting, value...

enhancement
testing

Keeps selected panel after page reload. Can bookmark specific panel to directly access it. Not history replacement as https://github.com/xoseperez/espurna/issues/699#issuecomment-374657596 described. Top level urls like '/config' and '/ws' should probably be...

Resolves #446, #886 Add two api endpoints - one to get device info and another one to get it's status. JSON only. Albeit having methods to register apis, they are...

Just an example 🏎 Instead of alert, report input errors in-place with nice hint highlight (it already says what can be wrong!) * Hostname and password regexps moved to input.pattern...

ref #1747 @skyynet I though a bit about eventsensor for this, but it might be a bad match due to hardware limitations and noise (i think you pretty much required...