Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thermostat wont show Temperature #32

Open
Apollo12111987 opened this issue Mar 13, 2022 · 5 comments
Open

Thermostat wont show Temperature #32

Apollo12111987 opened this issue Mar 13, 2022 · 5 comments

Comments

@Apollo12111987
Copy link

I have set up everything and runs quite nice but my thermostat is showing nothing.
I am pretty newbie and dunno what i am doing wrong. THX

NSPAnel

@s-hemer
Copy link

s-hemer commented Nov 25, 2022

Just had the same issue (and looked it up here instead of start playing).

The docu at https://templates.blakadder.com/sonoff_NSPanel.html#use-example gives the necessary hints: sending the command NSPSend {"ATCEnable":1} at least enables the set point on the circle. Yet, for now it always resets to default 26°C after some seconds although it forwards the value to ESP: {"NSPanel":{"ATCMode":0,"ATCExpect0":18}} followed by a {"NSPanel":{"ATCEnable":1,"ATCMode":0,"ATCExpect0":26}}.

@s-hemer
Copy link

s-hemer commented Nov 25, 2022

Ah, did not fully read through the docu: https://blakadder.github.io/nspanel/#activate-thermostat-page also gives the payload to send for the activation of that page.
Then, the display also 5-minutely sends a status like {"NSPanel":{"id":"1001383218","params":{"switch":"on","switches":[{"switch":"on","outlet":0}]}}}, if I see this correctly (so not only in auto mode which is not possible to select on screen with a note to enable that from the eWeLink app). Yet, still no manual changing of temperature on the screen without reset. But I have a clue.

@s-hemer
Copy link

s-hemer commented Nov 28, 2022

So my clue was correct: enabling the command mirroring in nspanel.be solves the reset of set point temperature.
Two things still open:

  • how to get rid of the notification page (to set up via ewelink app) when switching to automatic mode on screen?
  • why tasmota-nspanel build does not include thermostat functionality (https://tasmota.github.io/docs/Commands/#thermostat) as the (imho correct) counterpart for the thermostat page?

@s-hemer
Copy link

s-hemer commented Nov 29, 2022

Ah, did not fully read through the docu: https://blakadder.github.io/nspanel/#activate-thermostat-page also gives the payload to send for the activation of that page. Then, the display also 5-minutely sends a status like {"NSPanel":{"id":"1001383218","params":{"switch":"on","switches":[{"switch":"on","outlet":0}]}}}, if I see this correctly (so not only in auto mode which is not possible to select on screen with a note to enable that from the eWeLink app). Yet, still no manual changing of temperature on the screen without reset. But I have a clue.

Ok, this is bullshit. Can't reproduce and the activation is anyway part of nspanel.be's screeninit().

@s-hemer
Copy link

s-hemer commented Nov 30, 2022

Ok, beside thermostat functionality (https://tasmota.github.io/docs/Commands/#thermostat), there are other options to consider:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants