Arthur Rump

Results 12 issues of Arthur Rump

.NET 5/6 are now listed under .NET Core, which is incorrect marketing-wise. There's a `product` field in the JSON that could be used to detect this. Maybe this would be...

Not sure where to get the data from...

Some prework in terms of configuration is already done, but still needs to be implemented in the message handling code.

I'm not sure how this could be accomplished in the schema, but it would be helpful to prevent having both a `t_set_number` and a `t_set_output`, because behaviour in that case...

help wanted

For some features the boiler can indicate support through special messages, currently exposed as binary sensors: - `dhw_present` for Status(dhw_enable) and dhw related messages - `cooling_supported` for Status(cooling_enable) and cooling_control...

If the response is of type `UNKNOWN_DATA_ID`, the boiler does not recognize this type of message and we can immediately stop sending it. If the response has type `DATA_INVALID` then...

These are the Burner starts, CH pump starts, ..., DHW burner operation hours messages in the protocol. Their value can be reset by sending a WRITE_DATA message with data 00...

`ddcutil detect` on v2.1.4 reports "No displays found." while v2.0.0 correctly reports two external displays and an invalid display for the internal laptop monitor. The external displays are connected through...

NixOS
DisplayLink

I would expect ```javascript const { h, v } = Reveal.getIndices() Reveal.getSlide(h, v) ``` to always give the same result as ```javascript Reveal.getCurrentSlide() ``` This is indeed the case in...