Délano
Délano
This one seems to be back in 3.x? Haven't had any problems with the 2.x builds but since 3.x this error is thrown, using the same code @julian94 mentions (second...
@tmenier Of course, you can actually the diff from a project below to see which changes I had to make to get it to work with 3.x https://github.com/bluewalk/lidlplus-dotnet-client/commit/786f2181c8a9261e3a90360130d5b228294f9cb7 I've had...
@rvdbreemen I am seeing loads of publishes to topics like `otgw/value/otgw-XXX/ch_enable`, `otgw/value/otgw-XXX/centralheating` etc with the same value over and over. Would it be possible to add a little if statement...
> Rereading your request. Your suggestion has been asked before. The topic is frequently updated because the status is send frequently. What is the reason this might be a problem...
Great, thanks! If I have time I might have a look and create a PR 👍 Seems like there's no logic for storing the values at the moment.
I did a quick hack of adding a check to each `is_value_valid` in the print functions to compare `value` to either `_value` or `OTdata.u16()` which seems to work. It ain't...
I was thinking of something like that as well, unfortunately it doesn't work: `Error: Uncaught (in promise): [object Undefined]` The methods are `IResourceMethodPromise`'s
@opustecnica You can also use `inotifywait` (part of the inotify-tools package) to prevent polling every second in your script ```bash LOG=/mnt/data/udapi-config/ubios-udapi-server/ubios-udapi-server.state while inotifywait -e modify $LOG; do # execute scripts...
Still no windows build?
When will this be fixed? It has been an issue for almost a year now...