-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
No SleepAsAndroid device shows up in Blueprint #49
Comments
@kevinnocom, hello. Could you post integration logs at debug level while startup and any event from application? logger:
default: warning
logs:
custom_components.sleep_as_android: debug to |
@kevinnocom I just had the same problem, it was because I forgot to add /username resp. my device ID to the MQTT topic in Sleep: https://github.com/IATkachenko/HA-SleepAsAndroid#application-configuration |
I see the messages in MQTT Explorer, but the integration fails to create the entity.
|
@Knysliux001, could you open new issue with this, with installation details (HA version, installation method etc)? Looks like version incompatibility: last version with code from your trace is |
I had this problem as well, and the solution was as @morgil mentioned: I had the topic configured incorrectly (not matching between Sleep and the HASS integration). One had a leading slash, and the other did not - both seem to be valid, but they need to match up. So I had: Setting them both to the same (as either of the above) works just fine as soon as Sleep sends a message (such as using the test button). Might be nice to have some kind of validation for this or at least a mention in the documentation somewhere, even though it seems obvious in hindsight. |
@cooljoebob64, hello https://github.com/IATkachenko/HA-SleepAsAndroid/wiki/application-configuration
May be I need reword it... Is any suggestions? |
It is Important to make another test send over the sleep App to make the change visible in HA |
Hello, I have a very similar issue to the solved one here: #41
I have read through that discussion and tried to mimic the solution, but no device shows up in the Sleep As Android blueprint, after restarting HA.
The Application Topic is: SleepAsAndroid/subtopic
The Integration MQTT Topic is: SleepAsAndroid/subtopic
Using the "Test" command in the application causes an event to pop up in the HA MQTT Integration when listening, and also in MQTT Explorer running on my desktop PC. And I've set an alarm on my Sleep As Android application to try to fire off a test event, which seems to work fine ("alarm_alert_start" "alarm_alert_dismiss" show up in MQTT Explorer).
I am doing something wrong but am not quite sure what it is. I am very new to this. Thank for you very much for your hard work!
The text was updated successfully, but these errors were encountered: