Max Prokhorov

Results 503 comments of Max Prokhorov

Tasmota Ids are indeed starting from 1 https://github.com/arendst/Tasmota/blob/082380a800d7b60a3cad1f9df613d131d0e7e171/tasmota/tasmota_xdrv_driver/xdrv_20_hue.ino#L1078 (see every time maxhue is used) This is the specific func that generates `uniqueid` string https://github.com/arendst/Tasmota/blob/082380a800d7b60a3cad1f9df613d131d0e7e171/tasmota/tasmota_xdrv_driver/xdrv_20_hue.ino#L418-L428 https://github.com/arendst/Tasmota/search?q=GetHueDeviceId (not really sure why they...

> Build options are prefixed with `HLW8012_...`, see sensor .h; both resistance it ratio should be there. hardware .h includes overrides, so you could check out the values used on...

> 1.15.0-dev This does not tell much :) How do you build? You should be able to see git hash throughout our build (WebUI, boot message, `info` in terminal), or...

> BUG 1: some sensors don't know their status until value() True, but that was the intention behind sensor->pre() which is followed by sensor error check in sensor loop. I...

test/dev is merged with dev, so these are no longer lingering commits... 5e599ec2775bd308cb445e57b6c140ec0c684dd3 3c6160440328d90dd70cc689da6255c860f3ca3b b580dd4d1c0d97d94e3393e7d0ad188ccbae1cc7 e92be04eea4848098a8a11675a1ece527966adee 6c382d7259a427fc52ea280f7868484c5c5dc6b1 'sensor->error(index)', 'sensor->value(index)' etc. is solved similar to other sensors - using separate class...

Some context. Plus, might be important to remember that HASS has a dev blog * https://github.com/home-assistant/core/pull/71002 * https://developers.home-assistant.io/blog/2022/08/18/light_white_value_removed, notice of removal in 2022.09 * https://github.com/home-assistant/architecture/discussions/519 * https://github.com/home-assistant/core/pull/47720 (color modes

Fix is in the tree, just pending some testing for the concurrent WebUI changes for the binary

HA might give some hints in the logger, where it processes MQTT subscription to `homeassistant/+` Entity changes between versions were not really avoidable * we have switch\_0, as you would...

^ `del relayProv0` and reset *from MQTT side of things* 1.14.1 did not have this single topic, so we had an extra relay to do state switches. This is no...

Judging by these two documents, don't we already support it as EmonAnalogSensor? We calculate R for the input, and simply read A0 aka ADC voltage [ZMPT101B specification.pdf](https://github.com/xoseperez/espurna/files/9610137/ZMPT101B.specification.pdf) [ZMPT101B innovatorsguru.pdf](https://github.com/xoseperez/espurna/files/9610140/ZMPT101B.innovatorsguru.pdf)