Proddy

Results 41 issues of Proddy

### Discussed in https://github.com/emsesp/EMS-ESP32/discussions/1553 Originally posted by **martinSezman** January 13, 2024 Hello, Could you to consider to add extra thermostat RC310 parameters referred to mixer? Details below. telegram RC300Set2 hc1:...

enhancement

### Discussed in https://github.com/emsesp/EMS-ESP32/discussions/1462 Originally posted by **KLiebrecht1** November 25, 2023 ems-esp Version 3.6.3 Device HM200 Device-ID 0x53 Handler 0x04AF - Heatpump Energy Consumption - 4 Byte - 1/100 kWh...

enhancement

> A user wants to look at details from their device so the name is more important that the type For users with multiple devices, like 3 mixers for hcs...

enhancement

Yes. Now it works with HomeAssistant and MQTT. It looks very good.: ![image](https://github.com/emsesp/EMS-ESP32/assets/7792233/87d12ab5-5318-4514-baed-c00b5b0b7931) Now it would be nice, if i can control and view the state of the bypass valve....

enhancement

It's a enum and must match the emsdevice.h enum, the icons are shifted by one before, e.g boiler shows up with thermostat icon. Scheduler is listed as device because commands/api...

technical

up to 3.6.0 all the device entity names for the ~8 languages are hardcoded into Flash. And we're running short on available Flash on a 4MB ESP32 board (like a...

enhancement
technical

Creating this issue to track issues on the Modbus feature. @mheyse did all the coding, in this PR https://github.com/emsesp/EMS-ESP32/pull/1618 Code is in this branch: https://github.com/emsesp/EMS-ESP32/tree/feat_modbus

enhancement

In reference to https://github.com/emsesp/EMS-ESP32/discussions/1678#discussioncomment-9236392 and https://github.com/emsesp/EMS-ESP32/discussions/1600

enhancement

I ran some further benchmarking tests to see why PsychicHttp was using more heap memory than my original build on AsyncWebServer. What's important to point out here is that my...

More of a discussion than an project issue, One thing I'm planning to play with is using Brotli instead of Gzip on HTTPS. It's apparently faster and would be great...