victronenergy / venus

Victron Energy Unix/Linux OS
https://github.com/victronenergy/venus/wiki
577 stars 72 forks source link

Gui-v1: Notifications not being acknowledged #1271

Closed ReinvdZee closed 4 months ago

ReinvdZee commented 4 months ago

Reported on slack:

image

After acknowledging the notification (space bar on remote console), the small triangle should disappear, but it doesn't.

ReinvdZee commented 4 months ago

venus-platform stores a boolean in the path com.victronenergy.platform/Notifications/../Acknowledged and the gui uses a strict unequality to an interger value of 1, which fails. A loose unequality fixes it.