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

[Feature Request]: Add feature to turn off LCD #401

Open
silviudc opened this issue Nov 15, 2024 · 22 comments
Open

[Feature Request]: Add feature to turn off LCD #401

silviudc opened this issue Nov 15, 2024 · 22 comments
Assignees
Labels
feature firmware-issue Feature disabled in firmware or missing from firmware

Comments

@silviudc
Copy link

silviudc commented Nov 15, 2024

The feature

Would it be possible to add a button that toggles the LCD on and off?
I remember being able it to do in the past with a RAPI command but no longer works

Additional information

No response

@firstof9 firstof9 added duplicate This issue or pull request already exists and removed duplicate This issue or pull request already exists labels Nov 15, 2024
@firstof9
Copy link
Owner

There's no API function to disable a LCD.

@silviudc
Copy link
Author

There's no API function to disable a LCD.

Not disable it, but turn off the backlight I meant.

@firstof9
Copy link
Owner

#404 may solve your request, I'm not sure.

@KipK
Copy link

KipK commented Nov 15, 2024

backlight should turn off itself when idle btw.

You should ask on openevse_esp32 git as feature request to expose backlights control over http api.
Nows RAPI access has been removed, there's probably few features left to expose over api.

@silviudc
Copy link
Author

#404 may solve your request, I'm not sure.

I think it would if the brightness can be set to 0 and switches off the backlight?

@firstof9
Copy link
Owner

I think it would if the brightness can be set to 0 and switches off the backlight?

I'm not sure, but I've made it a dim-able light in Home Assistant, the feature will be in the next beta to try out.

@firstof9 firstof9 added the question Further information is requested label Dec 11, 2024
@firstof9
Copy link
Owner

@silviudc have you tried the latest beta?

@silviudc
Copy link
Author

silviudc commented Dec 13, 2024

@firstof9
I was actually just about to ask as I saw the "light" being added to one of the recent releases but I am not seeing anything like that after updating in the list of sensors coming from the integration.
Does it depend on the FW version of the station? I am on v5.0.2 and I updated to 5.1.0 a while back but they did something silly like LAN was turned off in that and was only working on so I had to revert to 5.0.2 to get LAN to work again but I see it was fixed in 5.1.1 so maybe I need to update to latest, 5.1.2?

@firstof9
Copy link
Owner

Version "4.1.0" or higher. Please check what version of the integration is installed. It's currently in the beta releases.

@silviudc
Copy link
Author

Version "4.1.0" or higher. Please check what version of the integration is installed. It's currently in the beta releases.

I have 2.1.47-b2 currently installed, I should see a button or what type of sensor for this?

@firstof9
Copy link
Owner

It's a light entity here's mine:
image

@silviudc
Copy link
Author

Yes that one is missing for me
image
Restarted HA, EVSE, reloaded integration but it won't show up

@firstof9
Copy link
Owner

Restarted HA, EVSE, reloaded integration but it won't show up

Check in /config/custom_components/openevese/ and see if light.py exists.
If it doesn't, HACS has gone wonky, and you can manually drop the files from the ZIP into that path and restart HA.

@silviudc
Copy link
Author

Yes it is there it seems

@firstof9
Copy link
Owner

Yes it is there it seems

Seems your OpenEVSE isn't sending out led status messages then.
Which one do you have?

@silviudc
Copy link
Author

This one https://shop.openenergymonitor.com/emonevse-wifi-connected-ev-charging-station-type-2/
It should work as I was able to turn off the backlight using RAPI in the past.
I'll try updating it to 5.1.2 tomorrow, seems like they fixed the LAN issue, see if that makes it show up

@firstof9
Copy link
Owner

If you do the debug logging and try adjusting the LED brightness from the OpenEVSE webui it should capture anything that comes over the websocket, or you can do the debugging from the openevse webui too.

@silviudc
Copy link
Author

If you do the debug logging and try adjusting the LED brightness from the OpenEVSE webui it should capture anything that comes over the websocket, or you can do the debugging from the openevse webui too.

Where is that option, for the brightness, don't remember seeing it anywhere?
image

@firstof9
Copy link
Owner

Where is that option, for the brightness, don't remember seeing it anywhere?

Under EVSE, and LED brightness would be the very bottom.

image

Debugging you can watch via Developer there and the button would be called just Debug that's the websocket that's being monitored.

@silviudc
Copy link
Author

Looks like I don't have it which would explain why the integration doesn't expose it.
I'll try to update the FW now, see if it shows up

image

@silviudc
Copy link
Author

Still not there on 5.1.2 so not sure why
image

@firstof9
Copy link
Owner

Seems the blacklight isn't exposed. You may want to do like KipK stated here: #401 (comment)

@firstof9 firstof9 added firmware-issue Feature disabled in firmware or missing from firmware and removed question Further information is requested labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature firmware-issue Feature disabled in firmware or missing from firmware
Projects
None yet
Development

No branches or pull requests

3 participants