You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
All, getting an error in the TCP Omnik
Using the omnikdate logger vers 1.14.5
Runs in (test) on Windows 11
INFO:root:Using section 'omnikdatalogger' from config file 'C:\Users\Gebruiker.omnik/config.yaml'
DEBUG:omnik.datalogger:@ 2024-09-27T10:22:40.253286 Data configuration [args]: 'C:/Users/Gebruiker/AppData/Local/Programs/Python/Python312/share/omnikdatalogger/data_fields.json'.
DEBUG:omnik.datalogger:@ 2024-09-27T10:22:40.253286 Data configuration [path]: 'C:\Users\Gebruiker\AppData\Local\Programs\Python\Python312\Scripts/data_fields.json'.
DEBUG:omnik.datalogger:@ 2024-09-27T10:22:40.253286 Data configuration [shared]: 'C:\Users\Gebruiker\AppData\Local\Programs\Python\Python312/share/omnikdatalogger/data_fields.json'.
DEBUG:omnik.datalogger:@ 2024-09-27T10:22:40.253286 Data configuration [cwd]: 'C:\Users\Gebruiker.omnik/data_fields.json'.
INFO:omnik.datalogger:I 2024-09-27T10:22:40.253286 Using configured data configuration from 'C:/Users/Gebruiker/AppData/Local/Programs/Python/Python312/share/omnikdatalogger/data_fields.json'.
INFO:omnik.datalogger:I 2024-09-27T10:22:40.253286 Using energy cache file 'C:/Users/Gebruiker/.omnik/persistant_cache.json'.
INFO:omnik.datalogger:I 2024-09-27T10:22:40.253286 Initializing client : tcpclient.
INFO:omnik.datalogger:I 2024-09-27T10:22:40.268907 Client enabled: TCPclient
INFO:omnik.datalogger:I 2024-09-27T10:22:40.268907 Output plugins configured: ['csvoutput'].
INFO:omnik.datalogger:I 2024-09-27T10:22:40.268907 CSV output plugin enabled.
INFO:main:I 2024-09-27T10:22:40.268907 Daemon interval 360 seconds.
DEBUG:omnik.datalogger:@ 2024-09-27T10:22:41.274262 plant list from config [{'plant_id': 123}]
ERROR:omnik.datalogger:E 2024-09-27T10:22:41.274262 [Errno 22] Invalid argument
DEBUG:omnik:@ 2024-09-27T10:22:41.274262 new poll in 180 seconds at 2024-09-27T08:25:41.274262+00:00.
DEBUG:omnik.datalogger:@ 2024-09-27T10:25:41.283176 plant list from config [{'plant_id': 123}]
ERROR:omnik.datalogger:E 2024-09-27T10:25:41.283176 [Errno 22] Invalid argument
DEBUG:omnik:@ 2024-09-27T10:25:41.283176 new poll in 360 seconds at 2024-09-27T08:31:41.283176+00:00.
DEBUG:omnik.datalogger:@ 2024-09-27T10:31:41.286599 plant list from config [{'plant_id': 123}]
ERROR:omnik.datalogger:E 2024-09-27T10:31:41.286599 [Errno 22] Invalid argument
DEBUG:omnik:@ 2024-09-27T10:31:41.286599 new poll in 720 seconds at 2024-09-27T08:43:41.286599+00:00.
Tried to hash out as many options but still no luck
Any one who can help me out here
*** this is my YAML config **
*** ip inverter masked ***
omnikdatalogger:
module: omniklogger
class: HA_OmnikDataLogger
tijdzone: Europa/Amsterdam
stad: Amsterdam
interval: 360
persistant_cache_file: C:/Users/Gebruiker/.omnik/persistant_cache.json
data_config: C:/Users/Gebruiker/AppData/Local/Programs/Python/Python312/share/omnikdatalogger/data_fields.json
loglevel: DEBUG
plugins:
client:
tcpclient
output:
- csvoutput
client.tcpclient:
plant_id_list:
- 123
plant.123:
inverter_address: 192.168.000.00
logger_sn: 1234567
inverter_sn: NLBN0000000000
inverter_port: 8899
CSV output for specific plant
Beta Was this translation helpful? Give feedback.
All reactions