Max Prokhorov

Results 502 comments of Max Prokhorov

Something like this, based on multicast? https://github.com/xoseperez/espurna/pull/2355 Other option is to remove openhab-like software from the stack, but keep MQTT server on a small'ish device (openwrt, something custom) that is...

> edit: How does #2355 work once implemented? Standalone e1.31 software (PC, phone, etc.) will send packet containing certain channel values. From our side we associate e1.31 id with the...

related to https://github.com/vintlabs/fauxmoESP/issues/152, but no interest on that front so far from the users or developer of the lib

As referenced in the commit, there is now EmonADS1X115Sensor::I2CPort: https://github.com/xoseperez/espurna/blob/44298d4077ffd146c61eea7424b394167093a5d0/code/espurna/sensor.cpp#L1871-L1872 where `I2CPort::read(N)` is effectively an `analogRead(N)` Only noticed the issue after the fact though. I guess it could be further...

No one provided support so far, so nothing new? :) Tasmota docs page is lacking an explanation of *how* it works. All key points are in the source, in comparison...

[Original ifan support was reworked some time ago](https://github.com/xoseperez/espurna/commits/dev/code/espurna/ifan.cpp), but ifan03 is not (yet?) supported. 2nd bullet-point above is solved by having only one relay and a separate speed control, only...

It is for 1PM, per https://github.com/xoseperez/espurna/blob/8892122091ce1c3282ebb65f9e88be90a284ce4f/code/espurna/config/hardware.h#L3755

Don't think so, as there no hardware support? Looking at https://templates.blakadder.com/shelly_1.html, external pins should not be used for sensors

Can you link to the description of the sensor that you want to use?

Looks like Shelly made this incompatible with [DS18x20 sensor code we already have](https://github.com/xoseperez/espurna/blob/dev/code/espurna/sensors/DallasSensor.h), as it uses 2 wires instead of one :/ Looking at the implementation here, it seems to...