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

Shade Stopped Working But Battery is fine #33

Open
misperry opened this issue Jun 23, 2021 · 3 comments
Open

Shade Stopped Working But Battery is fine #33

misperry opened this issue Jun 23, 2021 · 3 comments

Comments

@misperry
Copy link

Hey there, for some reason with the latest update for HASS.IO core core-2021.6.6 and supervisor-2021.06.3 and host OS 6.0 For some reason my AM43 shade item is no longer working.

I am receiving good data for the battery level and light sensor but I cannot raise or lower shades. I see no errors in the MQTT log and when I run the AM43 software I see no errors in it either.

Does anyone know where I could look next?

@luisgarcia87
Copy link

same problem here! Unable to move the shaed, but light and battery sensors works fine

@luisgarcia87
Copy link

luisgarcia87 commented Jul 28, 2021

Hey @misperry modify the MQTTConnector.js file. Go to the src files inside am43-ctrl folder (my location installed on a Raspberry Pi was /home/pi/node_modules/am43-ctrl/src/MQTTConnector.js and add a line #53 the following:

state_topic: ${deviceTopic}/state,

Based on this fix by @provinzio this PR #35

https://github.com/binsentsu/am43-ctrl/pull/35/files

@misperry
Copy link
Author

That is awesome @luisgarcia87! That fixed it perfectly! Ho and by the way I added the `` around the it so I added:

state_topic: ${deviceTopic}/state, to my list around line #53. I knew It was just missing something in the definition of the shade. Thanks for the help!

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

2 participants