Walter Krämbring
Walter Krämbring
Well, basically I am in favor of this. But is there a way to avoid the increased maintenance effort somehow? I mean if I am an author of a plugin,...
Could be just so simple that a "0.5.x compatible version" also works in 0.4.x Once made compatible to 0.5.x there would only be one to maintain
If you use MQTT yu can integrate with many systems supporting the same including Domoticz, you just need to read up on MQTT
Just to let you know, the above code works now, with a small but so important change Changed `xTaskCreate(&read_temp, "read_temp_task", 10000, &client, 5, NULL);` to `xTaskCreate(&read_temp, "read_temp_task", 10000, client, 5,...
The code for this node has not been updated since several years Myself, I tried something similar earlier with this node but I gave up and stopped struggeling. Instead I...
"In order for us to get valuable input for potential future improvements for users that have a 3rd party integration to Verisure, we have created a short survey as part...
Yes, thats fine if you use Homebridge. But assume a setup where you just use simple a python script. How shoud you then treat and handle this? I think we...
I don't think it is registered in the history. I know I had a power loss not long ago when they changed the meter but I cannot find any power...
There is a timeout but I think it is several, maybe at least ten minutes
> Possibly you could get the information from the event log, but I would not call that a good way, and it is not supported by home-assistant so you would...