Hi All,
I recently got the Homewizard P1 Meter.
Their documentation describes how to request a new user token, but i can not get it to work.
I have my http post setup as:
And this gives me:
[{"id":"a6d766c733eddc04","type":"inject","z":"245407e94549f047","name":"Inject","props":[],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":250,"y":220,"wires":[["b3332b0da77eccfb"]]},{"id":"b3332b0da77eccfb","type":"http request","z":"245407e94549f047","name":"Post API Request","method":"POST","ret":"obj","paytoqs":"body","url":"https://192.168.86.32/api/user","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[{"keyType":"Content-Type","keyValue":"","valueType":"application/json","valueValue":""},{"keyType":"other","keyValue":"X-Api-Version","valueType":"other","valueValue":"2"},{"keyType":"other","keyValue":"name","valueType":"other","valueValue":"local/new_user"}],"x":470,"y":220,"wires":[["f1b847fc3f80a29e"]]},{"id":"f1b847fc3f80a29e","type":"debug","z":"245407e94549f047","name":"Response","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":680,"y":220,"wires":[]}]
What am i doing wrong?