question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[New device] Shelly TRV

See original GitHub issue

Please run $ homebridge-shelly describe <ip-address> with the IP address of your new device, and then post the output from that command here.

Tried to do that on my neew Shelly TRV, command returned:

pi@homebridge:/var/lib/homebridge $ homebridge-shelly describe 192.168.50.132
Error: No reply in 247s
    at Timeout.<anonymous> (/usr/local/lib/node_modules/homebridge-shelly/node_modules/coap/lib/retry_send.js:74:16)
    at listOnTimeout (internal/timers.js:557:17)
    at processTimers (internal/timers.js:500:7) {
  retransmitTimeout: 247
}

Perhaps this will help: https://shelly-api-docs.shelly.cloud/gen1/#shelly-trv

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:25 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Docjonescommented, Mar 16, 2022

Hello @alexryd - any new on this issue? Anything i can provide you with to help to solve the issue?

1reaction
danburkecommented, Oct 6, 2022

I was able to get my homebridge to pickup a TRV by

  • Setting a static ip address for it(possibly unrelated but advised to do this by Shelly support as the TRV wasn’t appearing in their iOS app)
  • Setting up the TRV to use the Homebridge IP for CoIoT
excerpt from $ curl http://<TRV IP>/settings after it was configured
   "coiot": {
       "enabled": true,
       "peer": "192.168.0.145:5683",
       "update_period": 3600
   }

The TRV then appears in the admin UI for homebridge-shelly at http://homebridge.local:8181/ - here’s what the API returns

$ curl http://homebridge.local:8181/api/devices
{
    "data": [
        {
            "excluded": true,
            "host": "192.168.0.15",
            "id": "<SNIP>",
            "lastSeen": 784823,
            "modelName": "Shelly TRV",
            "online": true,
            "type": "SHTRV-01",
            "unknown": false
        }
    ],
    "success": true
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Shelly TRV - All Products
Shelly TRV has 6500 mAh rechargeable battery with up to 2 years of battery life, based on approx. 5 months heating season. The...
Read more >
Shelly TRV 2.1.3 Officaily released - Facebook
Shelly TRV 2.1.3 Officaily released: You can install it from device webUI only. New features is not supported from the APP yet. Official...
Read more >
Shelly TRV - WiFi valve that lasts years? - NotEnoughTech
Itead has been kind enough to provide me with a Sonoff MiniR4 the latest iteration of Sonoff Mini devices. It's the smallest relay...
Read more >
How to integrate Shelly TRV with Ilevia
This is a step by step guide on how to integrate the Shelly TRV device with the ... Open EVE Manager and create...
Read more >
Reset shelly trv. 4 to 2021. Shelly Plus 2PM. Can ... - Sempel
Once your did, the shelly device will try to connect into the network you have ... requests 464 Actions Projects 2 Security Insights...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found