Frank Tubbing
Frank Tubbing
Given that #1404 is implemented. I would like to bring this issue under the attention that this would be really cool!
I also experience this behavior with a polling frequence of 5 seconds. @GpdVatter , does every Solaredge installation have an inline meter? If so, I'm struggling where to find it...
This would be really helpful!
@FredRodrigues I think we could also suggest to the elementary team to start using https://github.com/AeroFlorian/MsTeamsAdaptiveCard/tree/master instead of `pymsteams` to switch to the new MS Teams way of doing things.
@ellakz I just looked into this issue and verified that moving the existing webhooks we have to the new webhooks as defined by MS Teams, but then I also get...
@MikaKerman , can I test this by pinning the version of elementary to use as the master branch?
@MikaKerman , I tried to test it out for you but this results in worse behavior in my opinion, see explanation below. I pinned Elementary to the last commit on...
@MikaKerman , I tried out following some time ago and that works for this new webhook in Teams: ```py import requests from adaptive_cards.card import AdaptiveCard from adaptive_cards.elements import TextBlock, Image...
@FredRodrigues , pretty sure that `suppression-interval` is irrelevant in my test case for the master branch since I just generated some sample errors that I could verify with `edr report`....
@ellakz , I see I forgot the essential part of my example. I have a where condition in both tests that are opposites. So the example would be: ```yml version:...