Max Prokhorov
Max Prokhorov
One issue I have noticed after ordering some is pull-up sometimes messing up data line status. i.e. ESP8266 reboot sometimes would cause a sensor to be undiscoverable. Removing our pin...
/CF1_PIN.* 5/ in our hardware .h shows various devices with *almost* similar config based on a single relay and HLW8012 / HJL01 / BL0937. Seems to be this one? `HYKKER_SMART_HOME_POWER_PLUG`...
> I tried to go under sensors and added the 230V to voltage#0 and hit calculating/apply but it did not change something Any ideas? Click 'Save' so settings are preserved?
Have you tried Arduino IDE 1.8.19? I have only tested with arduino-cli and IDE 2.0, but I think latest 1.8 version is supposed to include arduino-cli to fix the issue...
> Do I need a relay configuration at all for this usecase? I tried it without, but it did not seem to work. But maybe I changed something else I...
Perhaps pre-release tag is overly modest / scary-looking. It is the next release, I just never figured out a version scheme change. Github hiding pre-releases is also not helping :/
I'd also add a link to https://github.com/kuba2k2/libretuya and the accompanying https://docs.libretuya.ml/docs/projects/esphome/ which supports both BK72xx and Realtek chips used in Tuya devices. Not sure I am in the market of...
> the moment I reboot, the first switch switches on, Do you mean on boot it automatically switches relay to ON without any interaction? > Ok, i figured out, that...
Not as-is, but based on the https://templates.blakadder.com/shelly_plug_S.html we should be able to use `ALLTERCO_SHELLY1PM` with some adjustments (obviously, calibration might be off) ```cpp // ... #elif defined(ALLTERCO_SHELLY1PM) // Info #define...
> Notice all the missing fields. Depends on the input? 'all' sends short version, specific id would send out this full one https://github.com/vintlabs/fauxmoESP/search?q=FAUXMO_DEVICE_JSON_TEMPLATE > The fauxmoESP library is not in...