-
https://github.com/paller/wavin-controller
-
Great work providing this integration !!!
After looking into the code, I managed to get my system setup.
1) Download
2) Unzip
3) Move to custom_components folder in homeassistant configuration…
-
Hi dkjonas,
Thank you for the great work you have been doing. I was able to connect to my wavin controller, and read out all data on my mqtt server - awesome!
However I encountered an issue when…
-
Wavin drake, i was testing this on my skywave linux install, and the audio gets choppy at 32,000 and up. is there any thing i can do to fix this by tweakin settings in the program?
-
Hello.
First of all i want to thank you for all the effort put into this task, it's truly great. I've been wanting this for a long time, good I had a friend who pointed me to this commit.
I seem…
-
I am looking into making an OH2 binding for Wavin AHC9000 floor heating controller, as discussed here: https://community.openhab.org/t/new-binding-suggestion-wavin-ahc-9000-jablotron-ac-116/28422
-
A suggestion to avoid too frequent and unnecessary updates on MQTT would be to check if a value is changed from last publish and only if so publish the new values.
This concept could be combined wi…
-
Add the possibility for setting a default retry count for all serial communication. This is useful in the case when there's just too much noise and the communication often fails and the user really do…
-
Hi. I just got the IC MAX3072E with the mail. I tried to attach it to a breadboard with a Wemos D1 mini (instead of a nodemcu - but that should not be a problem).
After I connected the whole thing…
-
Version - 4.3.4
node - 11.9.0
I ran the following code:
```
const Json2csvParser = require('json2csv').Parser
const fields = ['data.repository.pullRequests.nodes.author.login', 'data.repos…