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

Issue with MQTT #15

Open
MrBlue90 opened this issue Jul 4, 2023 · 4 comments
Open

Issue with MQTT #15

MrBlue90 opened this issue Jul 4, 2023 · 4 comments

Comments

@MrBlue90
Copy link

MrBlue90 commented Jul 4, 2023

Hi,

I realize this code is not being maintained anymore, but I'll try regardless since it seems to be the only eNet to MQTT project out there and I don't like to run everything through HA.
I managed to install the docker container and run it, but for some reason it doesn't appear to publish the information to MQTT.

Logs show the device and the MQTT topic, but I don't see it happening in MQTT Explorer.
04-Jul-23 20:36:00 - HA Autoconfigure: homeassistant/light/f3f1a218-078e-48e9-82b8-369800000383-1/config {"name": "Mijn thuis:Onderverdieping:Keuken:Dimmen", "unique_id": "f3f1a218-078e-48e9-82b8-369800000383-1", "brightness": true, "schema": "json", "device": {"name": "Mijn thuis:Onderverdieping:Keuken:Kookeiland", "identifiers": ["f3f1a218-078e-48e9-82b8-369800000383"], "model": "DVT_DA1M", "manufacturer": "Jung"}, "platform": "mqtt", "brightness_scale": 100, "command_topic": "enet/f3f1a218-078e-48e9-82b8-369800000383-1/set", "state_topic": "enet/f3f1a218-078e-48e9-82b8-369800000383-1/state"}

Any thoughts?

@nestorix1343
Copy link

I used the great eNet library of Magnus to create my own eNET2MQTT project, written in Python. It works great with an uptime of more than 150 days now. It is however not finished yet to release and I am still working on it off-and-on (hope to have more time available after the holidays). If you can not get your version to work and you are somewhat capable with Python code, sharing my results up to now can maybe help you.

@MrBlue90
Copy link
Author

MrBlue90 commented Jul 4, 2023

Hi nestorix1343,
That sounds promising!
Unfortunately, my Python skills are not that great. How easy would you consider creating a docker package out of it?
Happy to test along!

@Th0masDB
Copy link
Contributor

Th0masDB commented Jul 5, 2023

Are other devices visible through MQTT? Or is this the only device that doesn't show up?

@MrBlue90
Copy link
Author

MrBlue90 commented Jul 5, 2023

None of the enet devices show up. Other applications are able to communicate to the MQTT broker.
Is there a way to confirm/diagnose the MQTT connection (other than entering a wrong IP that crashes the container)?

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

3 participants