Willem Remie

Results 22 comments of Willem Remie

@LarsStegman I look forward to your PR!

Thanks, would you like me to create a PR here? In that case are those wheels also available at following endpoint? `https://nvidia.box.com/shared/static/`

Instead of creating a new issue I think that my problem best fits this discussion. Currently we are building an A&C client which communicates to a S71500 server. We would...

Thanks for your answer. I agree that it should be simple and I'm fairly sure that I use the correct ConditionId as I just copy it from UAExpert for the...

Thanks for pointing me in the right direction. I make a call to `client.nodes.objects.call_method()`. However, the call should be made on the ConditionID/NodeID returned by the event as in following...

Works like a charm, thanks for your help @schroeder-. Just a final question, what's the difference between `subscribe_events` and `subscribe_alarms_and_conditions` calls?

Thanks for the PR. A quick test with my BME680 and the supplied config `bme680_iaq_33v_300s_4d` seems that `uint8_t` doesn't cover the range of specific entries. ``` In file included from...

> > Thanks for the PR. A quick test with my BME680 and the supplied config `bme680_iaq_33v_300s_4d` seems that `uint8_t` doesn't cover the range of specific entries. > > You'll...