-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add addition blocks of data #7
Comments
It would also be useful to have the Network Info. That will allow me to display Zigbee connection status between my PGE meter and the Eagle-100 on my dashboard Thanks, |
@madansu sorry I haven't checked in on this project in a while, work has been crazy over the last year. I'll work on adding the network fields for you! which of the following would you think necessary to output to mqtt?
all of it? |
@evanrich I would output the Status, Description and Link Strength |
@madansu so sorry! lol I'm 9 months late on this. Will implement these for you shortly! Edit: I started to add the necessary code, but when I went to check it, I didn't see any network info showing up. I ran a tcpdump to see what my eagle was spitting out, and I don't see any network info from my meter. Can you help me by doing a test? On your container, cna you install tcpdump, and run the following commands:
Change the port to whatever you set your port to for the eagle to talk to) if you happen to see a network block, can you let me know? it should look something like this:
Thanks! |
If there is any interest in this, I can add the following blocks:
MessageCluster
DeviceInfo
NetworkInfo
on my PG&E meter, these are the only additional things I get, and they contain the following.
MessageCluster
DeviceInfo
Network Info
Let me know if you are interested in this and I'll work to add it
The text was updated successfully, but these errors were encountered: