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

Make the standby screen subscribe to PSU control #1177

Closed
mikekscholz opened this issue Nov 14, 2020 · 5 comments · Fixed by #1438
Closed

Make the standby screen subscribe to PSU control #1177

mikekscholz opened this issue Nov 14, 2020 · 5 comments · Fixed by #1438
Labels
enhancement New feature or request
Projects

Comments

@mikekscholz
Copy link

It would be nice if the PSU control integration worked both ways, and would connect back to the main screen when PSU control is triggered remotely from the web interface instead of from the touchscreen. Ive started tinkering and looking for a way to do this but with your deeper understanding of typescript you may find the solution way easier than I can.

@mikekscholz mikekscholz added the enhancement New feature or request label Nov 14, 2020
@UnchartedBull
Copy link
Owner

I suppose this will be done in v2.2.0 once the web sockets are used. I just checked and there is actually a message being sent for connecting and the connected state. This would then easily enable OctoDash to switch between states in both directions without any interaction from the user.

{"event": {"type": "Connecting", "payload": null}}
{"event": {"type": "Connected", "payload": {"port": "VIRTUAL", "baudrate": 115200}}}

Just leaving these here for later :)

@UnchartedBull UnchartedBull added this to To do in v3 Release via automation Nov 17, 2020
@UnchartedBull UnchartedBull moved this from To do to In progress in v3 Release Nov 17, 2020
@DisasteR
Copy link

I would love to have my octodash waking up without the need to press on screen :D have you some ETA for this ?

@UnchartedBull
Copy link
Owner

Next release, so about ~2 weeks if everything goes to plan

v3 Release automation moved this from In progress to Done Mar 18, 2021
@DisasteR
Copy link

Hi,

Are you going to release soon ?

Regards

@UnchartedBull
Copy link
Owner

Beta is still running, will probably a week or two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v3 Release
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants