I have modified an edge driver following the tutorial of @jody.albritton and everything has gone well up to the edge: channels: enroll.
C: \ smartthings>. \ Smartthings edge: channels: enroll
┌───┬─────────┬─────────────────────────────────── ───┐
│ # │ Name │ Channel Id │
├───┼─────────┼─────────────────────────────────── ───┤
│ 1 │ Mariano │ aa9ae2b2-38c3-4666-a395-xxxxxxxxxx │
└───┴─────────┴─────────────────────────────────── ───┘
? Select a channel. 1
┌───┬─────────────────┬────────────────────┬──────────────────────────────────────┐
│ # │ Label │ Name │ Device Id │
├───┼─────────────────┼────────────────────┼──────────────────────────────────────┤
│ 1 │ SmartThings Hub │ SmartThings v3 Hub │ d6c3122b-1c8b-423c-add4-xxxxxxxxxxx │
└───┴─────────────────┴────────────────────┴──────────────────────────────────────┘
? Select a hub. 1
Error: Request failed with status code 403: {“requestId”: “1ACCE928-FFFF-410E-82F4-42D5C003781F”, “error”: {“code”: “ForbiddenError”, “message”: “Forbidden”, “details” : }}
- I try to answer with the Hub id, that he shows me and gives the same error
I have the PAT, with all the permissions, in the config.yaml. If I delete it, nothing works, therefore it seems that it uses the PAT correctly.
My Hub is enrolled in Beta driver.
I have rebooted the Hub.
I don’t know what’s going on, any recommendations?
Thanks