Hi Guys
New to HA, coming from Domoticz, where I used MySensors and other sensors, regarding My Sensors I have added this to the configuration file om HA:
mysensors:
gateways:
- device: ‘172.24.1.109’
persistence_file: ‘./mysensors3.json’
tcp_port: 5003
nodes:
3:
name: ‘THCO2’
5:
name: ‘THLM’
6:
name: ‘Senserbender Micro’
optimistic: false
persistence: true
retain: true
version: ‘2.0’
In the log file I found this:
2020-12-30 13:14:21 WARNING (MainThread) [mysensors] Node 5 is unknown
2020-12-30 13:14:23 ERROR (SyncWorker_6) [mysensors.persistence] Permission denied when writing to /config/path/mysensors3.json
2020-12-30 13:14:33 ERROR (SyncWorker_3) [mysensors.persistence] Permission denied when writing to /config/path/mysensors3.json
2020-12-30 13:14:33 WARNING (MainThread) [mysensors] Node 5 is unknown
2020-12-30 13:14:43 ERROR (SyncWorker_2) [mysensors.persistence] Permission denied when writing to /config/path/mysensors3.json
2020-12-30 13:14:46 WARNING (MainThread) [mysensors] Node 5 is unknown
2020-12-30 13:14:49 WARNING (MainThread) [mysensors] Node 3 is unknown
As I read the documentation, this should be right - and I don’t know how to change rights and I can’t see if the .json file exist, because of the closed HA OS.
Any idea on how to move forward?