-
Notifications
You must be signed in to change notification settings - Fork 61
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
Python 3 and MQTT support. #7
Comments
Hi stenjo, Great suggestion on adding python3 support. I would suggest we do this by making the script compatible with both py2 and py3. E.g. by using the "six" python module, instead of having multiple scripts. Anyway, I'm on leave until next week, so I wont be able to review your suggestions in more detail until then. |
Just tested my fork with both python 2 anf python 3 and both seems to be working. Should i make a pull-request so you could evaluate? |
Hi, Is this available yet? Specifically looking for MQTT support. Thanks |
Have not had the time to update this PR according to orjangj's request but it works continuously in my apps at home. pulling info every 10 minutes or so. |
Thanks for hte update. Are you able to detail the MQTT message topics generated that one needs to subscribe to in order to get the sensor data? |
In the PR there is an waveplus.items file containing the openhab items definitions. There you will find indications on the topics the information is published on. |
any idea when this will be merged? |
Currently, I'm thinking most likely not. |
I have created a fork that runs on python3 and also has support for publishing data onto an mqtt server.
Would this be of interest to add to this project?
The text was updated successfully, but these errors were encountered: