All Apps and Add-ons

Multiple Nest devices with Roost App

Ed
Splunk Employee
Splunk Employee

I've got two Nest thermostats in my house and I was trying to get them both in Splunk. After I added the second Nest to the inputs I started getting doubles of my first Nest.

How do I get two Nest inputs via the Roost app?

Tags (1)
0 Karma

Ed
Splunk Employee
Splunk Employee

Answering my own question in case anyone else runs into this.

Looks like the serial number from the config was not getting passed.

in etc/apps/Roost/bin/nest.py on line 203, modify it to pass the serial as such:

NestDevice = Nest(config['username'], config['password'], serial=config['serial_number'])
0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

Ed - send me email/hit me up in IRC.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...