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

Non visible marked sensor still visible after reboot #27

Open
JamFfm opened this issue Jun 19, 2017 · 10 comments
Open

Non visible marked sensor still visible after reboot #27

JamFfm opened this issue Jun 19, 2017 · 10 comments

Comments

@JamFfm
Copy link
Contributor

JamFfm commented Jun 19, 2017

My Temp sensor which is marked as hide still appears after reboot and is visible in Bewing. In Hardware dubbleclick on the checkbox (hide on dashboard) and press update and the sensor is again absend.

@Manuel83
Copy link
Owner

I will check this

@swimIan
Copy link
Contributor

swimIan commented Jun 27, 2017

I'm having the same problem after the latest update but I haven't cleared the database yet.

@IndyJoeA
Copy link
Contributor

IndyJoeA commented Jun 27, 2017 via email

@swimIan
Copy link
Contributor

swimIan commented Jun 27, 2017

I just cleared the database and still see hidden items on the dashboard too.

@swimIan
Copy link
Contributor

swimIan commented Jul 24, 2017

Any updates on this.

@BrewChef
Copy link

BrewChef commented Sep 6, 2017

Any news? They dissapear when I hit hide, but after reboot - they are back.
Would be nice to fix this. I use the 7 inch Pi LCD, and with a 3 kettle setup, this makes the dahsboard rather messy.

@KenCope
Copy link

KenCope commented Feb 18, 2018

I am having the same problems. This is 8 months after the original post. Does anyone know of a fix?

@KenCope
Copy link

KenCope commented Mar 20, 2018

@Manuel83 Manuel83, I wish I knew enough to help fix this, but cannot. Any update on it? Thanks for all you do.

@clearwaterbrewer
Copy link
Contributor

Still broke.... should be easy fix...

@Philusha1983
Copy link

Philusha1983 commented Nov 7, 2018

I made a CSS hack to hide the required sensors:
please take a look at the video:
https://youtu.be/0_a43LK0PVg

the code:

<style>

    /*hide on dashboard hack
    write the order number of the sensor(s) below between the parentheses,
    each line for new sensor)*/
    
    div.col-md-9.col-sm-8 > div:nth-child(3) > div:nth-child(1), /*fisrt sensor*/
    div.col-md-9.col-sm-8 > div:nth-child(3) > div:nth-child(6) /*sixth sensor*/
    {
    	display: none;
    }
    
    </style>

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

8 participants