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

Compatibility with Domoticz 2022.1 #32

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

bilbolodz
Copy link

Added compatibility with Domoticz 2022.1 RFLink MQTT hardware:

  • raw packet received from RFLink are transferred to rflink/in topic
  • command from rflink/out (and rflink/cmd) topic are transferred to RFLink

Added topic for Domoticz
Added RAW data sending for compatibility with Domoticz 2022.1 RFLink MQTT hardware
Added parameters for TCP socket
Add service for TCP socket
@bilbolodz
Copy link
Author

Added compatibility with Domoticz 2022.1 RFLink MQTT and TCP hardware:

  • raw packet received from RFLink are transferred to rflink/in topic
  • command from rflink/out (and rflink/cmd) topic are transferred to RFLink
  • raw packet received from RFLink are transferred to TCP socket
  • command from TCP socket are transferred to RFLink
  • concurrent multiple TCP socket available (number of active session limited in code)

@gizmocuz
Copy link

gizmocuz commented Nov 14, 2022

Would be nice if it was compatible with the MQTT Auto Discovery protocol so it can be used by multiple home automation systems
Could be a matter of providing the config objects maybe

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

Successfully merging this pull request may close these issues.

None yet

2 participants