sindrebroch/MMM-Remote-Control

Turning Monitor on and off does not work anymore

Opened this issue · 0 comments

OS

Raspberry Pi Bookworm

NodeJS Version

22.5.1

MagicMirror Version

2.28.0

Remote Control Version

latestet

Did you try using just Remote Control alone with MM?

  • I have and the error still happening

Description

I am running the integration for quite a while and I am always up to date on the latest beta version 1.5.0b5 Also on the latest HA build.
I am also running the forked MM Module from sindreborch.
And lastly I am on the latest MM version 2.28.0

I have an automation for motion lights that turns the monitor on and of (the one that is a light entity). That used to work fine but not anymore. Funnily I can change the brightness of that entity and it changes the screen brightness. But there is not turning it off. It is simply ignored and the screen stays on.

I also tried the same thing using the web interface of the Magic Mirror directly that is driven by the remove control module. And also there it does not work. So I figure the problem is somewhere in the MM Module rather than the HA integration.

I am posting it here as the MM Module is a fork and it may or may not work fine in the original module. But maybe @sindrebroch could you check if there is something in the module that is not working?

Thanks!

Expected behavior

Montitor should turn on and off

Current behavior

see above

Possible solution

No response

Steps to reproduce

start MM and try to turn on and off via web interface

Log

not sure how to get the log

config.js

{
    		module: 'MMM-Remote-Control',
    		// uncomment the following line to show the URL of the remote control on the mirror
   			// position: 'bottom_left',
    		// you can hide this module afterwards from the remote control itself
    		config: {
        			apiKey: 'xxxxxxxxx'
    		}
    	},

Additional info

No response