Hello there. I am having an error when starting the openfanservice docker. my .yaml is a copy paste of the provided example and then changes sensors, temperatures, speeds, along with per header assignments made to the profiles. Per yamlchecker it is valid. Totally possible I am missing something super simple. Thank you for your help!
Here is the log,
Jan 18 2025 14:47:47.357 pid:7 base_logger.py 62 INFO Logging level: DEBUG
Jan 18 2025 14:47:47.357 pid:7 start.py 127 INFO ---- Starting OpenFAN UnRAID Service ----
Jan 18 2025 14:47:47.357 pid:7 start.py 128 INFO -- API Host: `192.168.10.25:3000`
Jan 18 2025 14:47:47.357 pid:7 start.py 129 INFO -- Sensors: `/mnt/OpenFanService/sensors/disks.ini`
Jan 18 2025 14:47:47.357 pid:7 start.py 130 INFO -- Profile: `/mnt/OpenFanService/data/fan_profiles.yaml`
Jan 18 2025 14:47:47.357 pid:7 start.py 131 INFO -- LiveReload: `True`
Jan 18 2025 14:47:47.357 pid:7 start.py 20 INFO Starting OpenFAN - Unraid fan control app
Jan 18 2025 14:47:47.357 pid:7 start.py 22 INFO Loading temperature sensors
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `parity` temperature is `25°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk1` temperature is `24°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk2` temperature is `23°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk3` temperature is `24°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk4` temperature is `24°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk5` temperature is `25°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk6` temperature is `24°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk7` temperature is `29°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk8` temperature is `28°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk9` temperature is `27°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk10` temperature is `28°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk11` temperature is `27°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk12` temperature is `27°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk13` temperature is `39°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk14` temperature is `40°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `disk15` temperature is `32°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `parity2` temperature is `25°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `cache` temperature is `33°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `cache2` temperature is `33°C`
Jan 18 2025 14:47:47.361 pid:7 temperature_sensors.py 24 DEBUG Sensor `downloadcache` temperature is `33°C`
Jan 18 2025 14:47:47.362 pid:7 temperature_sensors.py 24 DEBUG Sensor `downloadcache2` temperature is `33°C`
Jan 18 2025 14:47:47.362 pid:7 temperature_sensors.py 24 DEBUG Sensor `vm` temperature is `33°C`
Jan 18 2025 14:47:47.362 pid:7 temperature_sensors.py 24 DEBUG Sensor `vm2` temperature is `27°C`
Jan 18 2025 14:47:47.362 pid:7 temperature_sensors.py 24 DEBUG Sensor `vm4tb` temperature is `26°C`
Jan 18 2025 14:47:47.362 pid:7 temperature_sensors.py 24 DEBUG Sensor `flash` temperature is `*°C`
Jan 18 2025 14:47:47.362 pid:7 start.py 25 INFO Loading fan profiles
Jan 18 2025 14:47:47.362 pid:7 fan_configuration.py 23 ERROR Error parsing json file
Jan 18 2025 14:47:47.362 pid:7 fan_configuration.py 24 ERROR Error: Expecting value: line 1 column 1 (char 0)