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

Custom MQTT mapping #10

Open
nrepian opened this issue Dec 5, 2017 · 3 comments
Open

Custom MQTT mapping #10

nrepian opened this issue Dec 5, 2017 · 3 comments

Comments

@nrepian
Copy link

nrepian commented Dec 5, 2017

I've got an MQTT server that integrates lots of things inside our house, plus a C-Bus eDLT which I'd like to use to interact with non-C-Bus devices.

Would you consider expanding cgateweb to include the possibility of publishing custom MQTT topics? For example, I could add an "enable" network variable to the eDLT and map it to "/outdoor/gates" which would then mean I could open my gates via C-Bus.

Just a thought :D.

@the1laz
Copy link
Owner

the1laz commented Dec 9, 2017

It probably wouldn't be too hard to add, I imagine it would just need to listen to different events to the lighting ones. I don't think I'll get around to it any time soon though. If you can't have a go at it, maybe you could somehow use a lighting group for your gate?

@nrepian
Copy link
Author

nrepian commented Dec 9, 2017

Thanks - I'm a real novice coder, so not sure if I'd be able to come up with a working solution, but I'll have a go anyway and submit something if I can make progress :).

I'll try your lighting workaround in the meantime 👍 .

@PianSom
Copy link

PianSom commented Dec 29, 2017

Just a quick thought - it should be pretty easy to cobble together a quick-and-dirty for this using Node Red. I have done just that for controlling some dumb switches using MQTT.

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