-
-
Notifications
You must be signed in to change notification settings - Fork 43
Error when I try to add a sensor #365
Copy link
Copy link
Open
Labels
questionQuestions raised by people who don't know how to program or read the wiki :PQuestions raised by people who don't know how to program or read the wiki :P
Description
Activity
Metadata
Metadata
Assignees
Labels
questionQuestions raised by people who don't know how to program or read the wiki :PQuestions raised by people who don't know how to program or read the wiki :P
What's going on?
Hello Lord Milko, how are you?
I was trying to run this command:
$table = @{ "name_" = "PCT_CROMATOGRAFIA_NITROGENIO"; "pythonscript_" = "Modbus Python.py";"params_" ="registro=17231,nome=PCT_CROMATOGRAFIA_NITROGENIO,tipo=32float";"sensortype" = "pythonscript";"comments_"="teste"};$params = New-SensorParameters $table; Get-Device -Id 39273 | Add-sensor $params;
It was working fine earlier, but now it keeps giving me this error:
Add-sensor : Could not authenticate to PRTG; the specified username and password were invalid.
No linha:1 caractere:280
Can you help me with this?
Due Dilligance