jziolkowski / tdm

GUI application to discover and monitor devices flashed with https://github.com/arendst/tasmota
GNU General Public License v3.0
664 stars 83 forks source link

Export device list #237

Open mjf2708 opened 1 year ago

mjf2708 commented 1 year ago

I'm using tdmgr v0.3 from tdm-develop on macos.

I've noticed in the code for tdmgr.py that there is an export method, to output a list of devices to a csv file. However, I can't see how to invoke it - has it been implemented?

diverjoe commented 1 year ago

Same here - I would like to use the consolidated data to surface in a node-red app that I access while away from home! Thanks!

barbudor commented 1 year ago

@diverjoe why using an export from TDM to NodeRed to get the list of Tasmotas. It's highly manual. You can simply discover your Tasmotas in NR by listening to the LWT topic. I do have a flow which does that and build a web page. I can share that if you are interested.

diverjoe commented 1 year ago

That would be excellent. I have one…sort of. But the whole update/maintenance thing has been overwhelming to the point the data is not very useful. TDM really brings everything together!!!!

From: Barbudor @.> Sent: Wednesday, August 2, 2023 2:24 AM To: jziolkowski/tdm @.> Cc: Joseph Martine @.>; Mention @.> Subject: Re: [jziolkowski/tdm] Export device list (Issue #237)

@diverjoehttps://github.com/diverjoe why using an export from TDM to NodeRed to get the list of Tasmotas. It's highly manual. You can simply discover your Tasmotas in NR by listening to the LWT topic. I do have a flow which does that and build a web page. I can share that if you are interested.

— Reply to this email directly, view it on GitHubhttps://github.com/jziolkowski/tdm/issues/237#issuecomment-1661571598, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABNDH234NGXPQPU64TRPCTTXTHXAVANCNFSM6AAAAAAU3MRSWI. You are receiving this because you were mentioned.Message ID: @.**@.>>

jziolkowski commented 1 month ago

If that's still needed: what would you expect the resulting file to be?