pathartl / TeamsPresence

A .NET console application that will update entities in Home Assistant based on Microsoft Teams status
Creative Commons Zero v1.0 Universal
32 stars 7 forks source link

Sensors Unknown: What is AppDataRoamingPath expecting? #3

Open thephatmaster opened 1 year ago

thephatmaster commented 1 year ago

I have the service running, but my HA sensors remain "unknown".

I've set my token and remote access URL:PORT in config.json using Notepad.

I can only think I need to specify AppDataRoamingPath to get my sensors working. However, it's not clear what this variable is expecting, and couldn't see if this implementation is polling C:\Users\<USER>\AppData\Roaming\Microsoft\Teams\logs.txt?

I assume the full path (as above) to that text file is what I need to specify for AppDataRoamingPath?

nick-marnik commented 1 year ago

I left this value blank and it works for me 🤷