Skip to content
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

ramses_rf transmits too many packets per unit time #180

Closed
brucemiranda opened this issue Mar 24, 2024 · 4 comments
Closed

ramses_rf transmits too many packets per unit time #180

brucemiranda opened this issue Mar 24, 2024 · 4 comments
Labels
question Further information is requested

Comments

@brucemiranda
Copy link

When the offical Honeywell HGI80 is used as the serial device, ramses_cc or ramses_rf are stressing it too much and the HGI80 hits a max duty cycle and shuts down. This is an inbuilt function designed to stop RF jamming.

ramses_cc and ramses_rf need to respect the etiquette of RF communications and be a bit less chatty. The HGI80 has to be the gold standard.

Currently using ramses_cc 0.41.7 with a manually adjusted ramses_rf 0.31.13

@zxdavb
Copy link
Owner

zxdavb commented Apr 3, 2024

IMO, there is no evidence that ramses_rf is exceeding the HGI80 duty cycle. This is on the basis of personal testing, and user feedback in the various forums.

The last reports of such were from around 2019-2020.

In this case, my understand from other channels is that @brucemiranda has identified another cause for his symptoms.

However, it remains possible to exceed the HGI80 duty cycle if ramses_rf is abused by the user, e.g. multiple back-to-back restarts of HA with the cache disabled.

@brucemiranda
Copy link
Author

ramses_cc should slow down it's queries made

@zxdavb
Copy link
Owner

zxdavb commented Apr 3, 2024

All the HGI80 (868.3 MHz) docs I've seen do not specify its duty cycle, but my understanding from the ETSI EN300.220-2 standard is that anything in band M (868.0-868.6 MHz), the duty cycle limit should be 1%.

Reference: https://www.thethingsnetwork.org/docs/lorawan/duty-cycle/

I appreciate that ramses_rf is very chatty, but this is a trade-off between a lower duty cycle and having convergent data...

A lot of work has gone into reducing the Tx rate as much as possible, and ramses_rf imposes a duty cycle of 1% per 60s in any case.

There are opportunities for further gains in the future (i.e. eavesdropping 3220 packets between the controller and the OTB in preference to sending periodic 3220|RQ|OTBs - this is planned.

@zxdavb zxdavb changed the title ramses_cc or ramses_rf are breaking the HGI80 duty cycle ramses_rf transmits too many packets per unit time Apr 3, 2024
@zxdavb
Copy link
Owner

zxdavb commented Apr 3, 2024

ramses_cc should slow down it's queries made

It would be useful to hear people's thoughts on why they believe the rate is excessive?

What Tx rate would be acceptable?

@zxdavb zxdavb added the question Further information is requested label Apr 3, 2024
@zxdavb zxdavb closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants