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

[Help] Questions on cardThermo #846

Closed
elgerg opened this issue Apr 6, 2023 · 6 comments
Closed

[Help] Questions on cardThermo #846

elgerg opened this issue Apr 6, 2023 · 6 comments
Labels
configuration related to configuration question Further information is requested

Comments

@elgerg
Copy link

elgerg commented Apr 6, 2023

PROBLEM DESCRIPTION

Following on from #798

Hi,

I would also like to know how to get rid of those 3 dots.

Any ideas?

I am just using node red to send the following string to the panel:

pageType~cardThermo
entityUpd~Heating~button~navigate.prev~<~65535~~~button~navigate.next~>~65535~~~Heating~15.00°C~250~OFF~70~300~5~~52231~1~~~~~~~52231~1~~~~~~~52231~1~~~~~~~52231~1~~~~~~Current~Status~true~~~~~true~true~true~true~true~true~true"

Thanks!

@elgerg elgerg added configuration related to configuration question Further information is requested labels Apr 6, 2023
@elgerg
Copy link
Author

elgerg commented Apr 6, 2023

Sorry, additionally, how do I get the °C to show up on the target temp?

@laluz742
Copy link

laluz742 commented Apr 6, 2023

Just use param 58 and set it to 1:
entityUpd~1~2~3~4~5~6~7~8~9~10~11~12~13~14~15~16~17~18~19~20~21~22~23~24~25~26~27~28~29~30~31~32~33~34~35~36~37~38~39~40~41~42~43~44~45~46~47~48~49~50~51~52~53~54~55~°C~57~1,

which means
entityUpd~Heating~button~navigate.prev~<~65535~~~button~navigate.next~>~65535~~~Heating~15.00°C~250~OFF~70~300~5~~52231~1~~~~~~~52231~1~~~~~~~52231~1~~~~~~~52231~1~~~~~~Current~Status~true~°C~~1~~true~true~true~true~true~true~true (just see after Current~Status~55~[UNIT]~57~[btDetailOff]

@elgerg
Copy link
Author

elgerg commented Apr 6, 2023

Amazing!

Thank you so much!!!

Any chance you could update the documentation here:
https://github.com/joBr99/nspanel-lovelace-ui/tree/main/HMI#cardthermo

So idiots like me that cant figure this out by trial and error don't have to bother you?

Thanks again :)

@joBr99
Copy link
Owner

joBr99 commented Apr 6, 2023

That's my fault :) wanted to move cardthermo to the entities format other card are using many versions ago, that's the reason why I've not completed the documentation of the current version ... However I should have the complete table will update it soon :)

@elgerg
Copy link
Author

elgerg commented Apr 6, 2023

Thanks, really appreciate it.

FYI, I got one of these on KS and I didnt start using it until I saw your repo because I didnt want to use the cloud for what should be local control.

Once I saw this I thought, yeh, it's finally time to play with my NSPanel and you know what, this is brilliant!! I love the interface, but the docs are a little lacking hence making it slightly difficult to re-use in my system.

Having said that, thanks for the response it really got me going!

As an aside, it did take me a little while to find the following:
https://github.com/joBr99/nspanel-lovelace-ui/tree/main/HMI

The fact that has it's own readme wouldnt be that obvious to most so it might be very useful to add a link to it in the root of the repo.

Thanks again!

@joBr99
Copy link
Owner

joBr99 commented Apr 8, 2023

Updated the table for cardThermo

The fact that has it's own readme wouldnt be that obvious to most so it might be very useful to add a link to it in the root of the repo.

For a really long time this readme page was not well documented and it's still lacking a lot, it got better, because this internal api and the HMI started to get resued within various other projects for different home automation system, however the documentation is mainly around the integration with homeassistant (and with iobroker in the wiki)

@joBr99 joBr99 closed this as completed Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration related to configuration question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants