When you are posting, it will help everyone if we use some basic formatting - such as the back-ticks when the text is from a log file:
2021-02-17T09:24:53.546972 091 RP — 10:071257 01:161604 --:------ 3220 005 00C0110000
2021-02-17T09:24:53.729004 071 RQ — 01:161604 10:071257 --:------ 3220 005 0000120000
For example, the lines above are preceded by 3 back-ticks & the word text, and followed by another 3 back-ticks like so:
```text
… log lines here …
```
Also: there is a wiki to read & edit - can I encourage people to contribute to it, and I will ‘tweak’ if if required. Please sign-post others to it contents as often as you can - this will make life easier for everyone & save me having to write things multiple times.
If I post a response here - perhaps someone can update the wiki: https://github.com/zxdavb/evohome_cc/wiki
Those nanoCULs that appear listen-only - it appears they are the exact same one I have (i.e. same eBay item number, pictures look the same), and is the one recommended above:https://www.ebay.co.uk/itm/372221622516 - I can say that the vendor has consistently been a good actor, so I am not sure what is happening there.
The reasons why it is not performing properly is being investigated by the firmware dev, here: https://github.com/ghoti57/evofw3/issues/6
There is another device in the works that may perform better: https://www.automatedhome.co.uk/vbulletin/showthread.php?6366-Introducing-the-HGI80-alternative-the-latest-DIY-kid-on-the-block
The only other viable alternative is a HGI80, and these are rare/expensive.
Things with evohome_cc is a bit messy at the the moment** (for those of you who pull directly from the evohome_rf repo), but I plan to push a new pair today.
See: https://github.com/zxdavb/evohome_cc/wiki/Tips-for-the-configuration.yaml-file
There are new features arriving, that I suggest you take advantage of. In addition, support for full schemas will come, which will help this limited to eavesdropping (listen-only) mode.
If you want help, you have to present information in a way that makes it easy for others to help. That includes collecting good logs & posting them in a good format, above.
At the moment, you’re required to produce packet logs for this integration to work:
evohome_cc:
serial_port: /dev/ttyUSB1
config:
packet_log: /folder/packet.log
… this obligation will be dropped in future, when the code becomes stable.
People can always PM me 24 hour log files >24 hour log - they help me to improve the parsers (some stuff is still not fully understood), and - more importantly now - make evohome_rf more resilient.
To see how to check if your nanoCUL is transmitting OK, see: https://github.com/zxdavb/evohome_cc/wiki/How-to-check-your-nanoCUL-is-transmitting-OK
Could people update that wiki with data for:
- what path to use for the packet log for a given install type
- how to read that file
Missing zone names are an indication that RQ\0004
packets are not getting a RP
from the controller - you need to know if that is being caused by a) a problematic (listen-only) nanoCUL,or; b) poor radio reception.
See the wiki, above for tips on how to do tell the difference. One trick is to press teh button on a HR92UK TRV, which will cause it to send an RQ/0004
packet & evohoem_rf can eavesdrop it, and *evohome_cc will then display it in HA.
Obviously a) does not apply to HGI80s.