Hello,
I created a new Lookup file for a exexml sensor.
Sadly it doesn't apper in the channel lookup list.
Hear my file:
<?xml version="1.0" encoding="UTF-8"?> <ValueLookup id="a_veeam.backupstatus.state" desiredValue="0" undefinedState="Error" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd"> <Lookups> <SingleInt state="Ok" value="0"> OK </SingleInt> <SingleInt state="Warning" value="1"> Warning </SingleInt> <SingleInt state="Error" value="2"> Failed </SingleInt> </Lookups> </ValueLookup>
What is my error. I also reloaded the lookup file in the admin panel.
Add comment