Proddy

Results 624 comments of Proddy

I've opened a new issue anyway, and closing this one.

It could be hardware. How frequent are the blackouts? Were you seeing good Rx and Tx line quality when it was working and connected? I'll change the 3.6.5 version to...

@Cedi00123 please create a new discussion topic (and not an issue) for this. And attach the system info. It looks like lots of things wrong. Both Rx and Tx are...

Thanks. Could you try creating custom entities for these to validate they work and then send us the screenshots so we can add the code? https://emsesp.github.io/docs/Troubleshooting/#im-missing-certain-data-from-an-ems-device

The approach to adding entities to EMS-ESP is - first determine what information you need. If you don't know, you probably don't need it - Use the EMS device (boiler,...

you can create as many custom entities as you want for the same telegram. If you make them read only its harmless so you can just play around until you...

you could export the settings (`emsesp_settings.json`) modify "Settings" "ems_bus_id" with the new value to 16 (0x10), save, and import it back. It's a hack but see if it works.

if you're using an ESP32 its probably easier to use the NTP built into the core library. I did something like: ``` struct tm timeinfo; const char * ntpServer1 =...