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

Connection to Home assistant #30

Open
MJP-76 opened this issue Dec 6, 2021 · 3 comments
Open

Connection to Home assistant #30

MJP-76 opened this issue Dec 6, 2021 · 3 comments

Comments

@MJP-76
Copy link

MJP-76 commented Dec 6, 2021

Hi, Not sure if you can help. Tyring to connect with Home Assistant

I can see my devices are being received by espRFLinkMQTT on the live data screen:

It is a Thermostat with a receiver switch that simply turns the relay on/off

This is Off
20;90;X2D;ID=0011818;SWITCH=00;CMD=ON;RC=00fe;S=0c;EXT=Tybox;BAT=OK; | rflink/X2D-0011818 | {"SWITCH":"00","CMD":"ON","SWITCH00":"ON","RC":00fe,"S":0c,"EXT":Tybox,"BAT":"OK"}

This is On
20;8F;X2D;ID=0011818;SWITCH=00;CMD=ON;RC=1cfe;S=0c;EXT=Tybox;BAT=OK; | rflink/X2D-0011818 | {"SWITCH":"00","CMD":"ON","SWITCH00":"ON","RC":1cfe,"S":0c,"EXT":Tybox,"BAT":"OK"}

If i use MQTTLens I can see the topics being created on my mqtt server but what I am struggling with is that I cannot create/see the device Home Assistant

Any assistance would be appreciated

@bakko65
Copy link

bakko65 commented Dec 6, 2021

Hi, do you see nothing in the log of HA also?
And in the mqtt integration log?
If not, then the topic is not received by HA.
Do you use mqtt for other devices in HA or is this you're first device?

@MJP-76
Copy link
Author

MJP-76 commented Dec 7, 2021

Yep, If I set HA MQTT integration to Listen on rflink/# I can see the topic come in and then out when I trigger my switch in HA but it never gets to espRFLinkMQTT from HA

@bakko65
Copy link

bakko65 commented Dec 7, 2021

For my cover I send: 10;RTS;8833FF;0;UP
In the HA log there is a warning because this is not supported but it works nicely.
You need to send with 10;
Something like 10;ID=0011818;SWITCH=00;CMD=ON
Did you try/do that?

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