Tim Geerts

Results 12 comments of Tim Geerts

Please find attached the test project. [timg83_EFDynamicFilters.zip](https://github.com/zzzprojects/EntityFramework.DynamicFilters/files/1986645/timg83_EFDynamicFilters.zip)

You could easily skip the visitor by looking at the roles the user is in. If(User.IsInRole("Admin"){ return; } else { FilterExpression(); }

@jimmyd-be thanks for the integration. Appreciate your hard work! I have the same ventilation system and I'm waiting for this to use! Maybe you can use HACS if the official...

First of all, thanks for this great HA integration! Using the sensor "leistungsabgabe" I can see the current usage of the heatpump in HA. How can I see the daily...

I'd like to know when @HeyeOpenSource's PR will be merged. It seems latest comment was 2nd of november. We are eagerly awaiting this in Syft. For now we'll fallback on...

Thank you for the explanation @kzantow. NuGet config can be available on 3 locations: **Project-specific nuget.config:** A nuget.config file located in the current directory or any parent directory of the...

Hi @erikkastelec When I change the wanted boiler temperature I observe that that the heat pump does not immediately start heating the water. I see in the statistics that it...

Hi Dirk I ordered mine straight from Weishaupt https://www.weishaupt.be Called them and told them what I needed.

I called them and asked them how I can access the web portal. They sent me a voucher by email. Afterwards I got an invoice from them trough postal mail....

Don't think the linq query is going to output something else then Console.Writeline() but here is the output of the property Int: 1,2,3,4,5 Just try it. C# works as expected