Dmitry Budaev

Results 40 comments of Dmitry Budaev

Unfortunately, the solution you mentioned isn't working. I don't know the exact reason, but I may guess it is because of the following: 1. The `"app/*"` wildcard doesn't support folding,...

Looks like `config//os/constraints:iphoneos` is also missing.

I am using OpenWRT SDK to cross-compile the sources. You can follow these steps to do the same: ```sh sudo apt install gawk mkdir -p $HOME/openwrt cd $HOME/openwrt git clone...

I also faced the same issue, the MRE that I come up with: ```svg ``` traceback: ``` TypeError: Cannot read properties of undefined (reading '0') at reflectPoint ([email protected]/node_modules/svgo/plugins/convertPathData.js:1160:37) at [email protected]/node_modules/svgo/plugins/convertPathData.js:802:43...

Hello, you can find the guide under the following link: https://www.instructables.com/id/Shelly-Dimmer-Wall-Switch-With-Rotary-Knob-and-Hom/

It is feature complete for my purpose, if someone decides to make more features they can send merge requests.

I don't have Shelly Dimmer 2 to test it. You can try to backup your current firmware, check and if it doesn't work you can flash back the original firmware.

The pinout is different now, can be checked in here: https://shelly.cloud/knowledge-base/devices/shelly-dimmer-2/ Also based on [this thread](https://github.com/arendst/Tasmota/issues/6914) the communication protocol between esp8266 and stm32 is different so it will require some...

This is the pinout of the encoder I use: ``` ------- A --|1 4|-- Switch C --|2 o | B --|3 5|-- Switch ------- ```

I connect it exactly like I showed it on the scheme/pictures in instructibles guide without any additional power supply.