Coder Social home page Coder Social logo

Comments (14)

mattreim avatar mattreim commented on September 25, 2024 1

Many thanks for the help.

from ems-esp32.

mattreim avatar mattreim commented on September 25, 2024 1

Thank you

from ems-esp32.

mattreim avatar mattreim commented on September 25, 2024

Today's log:

2024-05-22 20:32:53.511 WARNING 117: [telegram] Incomplete Rx: 38 10 01 09 15 E2
2024-05-24 11:36:20.385 WARNING 118: [emsesp] remotetemp timeout hc0, stop sending roomtemperature to thermostat
2024-05-24 11:52:43.026 WARNING 119: [telegram] Incomplete Rx: 38 10 FF 01 09 10 FE
2024-05-24 11:52:43.094 WARNING 120: [telegram] Incomplete Rx: 38 10 FF 01 C2 10 FE
2024-05-24 11:52:43.135 WARNING 121: [telegram] Incomplete Rx: 38 10 01 09 10 E7
2024-05-24 11:52:43.176 WARNING 122: [telegram] Incomplete Rx: 38 10 01 09 10 E7
2024-05-24 11:52:43.218 WARNING 123: [telegram] Incomplete Rx: 38 10 01 09 11 F7
2024-05-24 11:52:43.259 WARNING 124: [telegram] Incomplete Rx: 38 10 01 09 11 E6
2024-05-24 11:52:43.300 WARNING 125: [telegram] Incomplete Rx: 38 10 01 09 11 E6
2024-05-24 11:52:43.569 WARNING 126: [telegram] Incomplete Rx: 38 10 FF 01 09 14 FC
2024-05-24 11:52:43.637 WARNING 127: [telegram] Incomplete Rx: 38 10 FF 01 C2 14 FC
2024-05-24 11:52:43.678 WARNING 128: [telegram] Incomplete Rx: 38 10 01 09 14 E3
2024-05-24 11:52:43.701 WARNING 129: [telegram] Incomplete Rx: 38 10 01 09 14 E3
2024-05-24 11:52:43.761 WARNING 130: [telegram] Incomplete Rx: 38 10 01 09 15 E2
2024-05-24 11:52:43.802 WARNING 131: [telegram] Incomplete Rx: 38 10 01 09 15 F3
2024-05-24 11:52:43.843 WARNING 132: [telegram] Incomplete Rx: 38 10 01 09 15 E2
2024-05-24 11:52:43.884 WARNING 133: [telegram] Incomplete Rx: 38 10 01 09 15 E2
2024-05-24 11:52:43.926 WARNING 134: [telegram] Incomplete Rx: 38 10 01 09 16 E1

from ems-esp32.

proddy avatar proddy commented on September 25, 2024

It's by design to switch off after 3hrs of no activity (#1680) but there may be something wrong. Michael is away at the moment, I'm sure he'll take a look when he's back in a week or two

from ems-esp32.

mattreim avatar mattreim commented on September 25, 2024

Thanks for the information

from ems-esp32.

MichaelDvP avatar MichaelDvP commented on September 25, 2024

Yes, this is the timeout from #1680. Maybe a bit too short, temperature changes very slowly in night with no sushine to the house. Should we set it to one day?

from ems-esp32.

mattreim avatar mattreim commented on September 25, 2024

Yes, three hours is too short. Please set it to one day, it should solve the problems.

from ems-esp32.

airhead1234 avatar airhead1234 commented on September 25, 2024

Could the timeout period be a parameter that users can set matching their individual setup? To me a day is pretty long.

from ems-esp32.

proddy avatar proddy commented on September 25, 2024

yes. we can make this an option

from ems-esp32.

airhead1234 avatar airhead1234 commented on September 25, 2024

That would be highly appreciated. Thank you!

from ems-esp32.

proddy avatar proddy commented on September 25, 2024

@airhead1234 this has been added to dev16. Can you test?

from ems-esp32.

airhead1234 avatar airhead1234 commented on September 25, 2024

Thank you so much for implementing this option. I am happy to test.

Running dev17 with a timeout of 3 hours it does not work yet. Actually, whenever my sensor sends a temperature update there is a timeout immediately - see log. If I do not check "Disable remote on missing roomtemperature" there are not problems, but also no timeouts after 3 hours.

2024-06-22 10:54:35.839 I 66: [command] Calling command 'thermostat/remotetemp' (Raumtemperatur Remote) with value 27.3 and id 1 on device 0x10
2024-06-22 10:54:46.836 W 67: [emsesp] remotetemp timeout hc0, stop sending roomtemperature to thermostat
2024-06-22 10:55:57.756 I 68: [command] Calling command 'thermostat/remotetemp' (Raumtemperatur Remote) with value 27.3 and id 1 on device 0x10
2024-06-22 10:56:08.614 W 69: [emsesp] remotetemp timeout hc0, stop sending roomtemperature to thermostat

from ems-esp32.

MichaelDvP avatar MichaelDvP commented on September 25, 2024

Ups, sec/ms mismatch, i'll fix

from ems-esp32.

airhead1234 avatar airhead1234 commented on September 25, 2024

I have tested the revised dev17 and now it works perfectly. Thank you very much, this is a great feature!

from ems-esp32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.