Search found 23 matches

by DanD
Mon Feb 03, 2020 2:18 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Great, glad you managed to get it working. If I'm understanding correctly what you've done (created a python-based decoder which turns the raw bytes into structured message bytes) then it sounds like this should work using a virtual serial port and in theory implementing a python encoder for the CUL...
by DanD
Thu Jan 30, 2020 11:22 am
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

23:11:28.729 -> vr18107CA0056B5512B003030000 23:11:31.940 -> vr18107CA0056B5512B003030000 23:11:45.548 -> vr18107CA0056B55230903030834 23:12:01.916 -> vr18056B55056B551F0903FF07A8 23:12:01.916 -> vr18056B55056B5523090C0008340108340205DC030834 23:12:01.949 -> vr18056B55056B5530C90C000851010852020792...
by DanD
Mon Dec 09, 2019 9:32 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@inode, I didn't quite understand your request for a 'trace' of the communication between Y87 and Evotouch controller. If you're asking for an 868Mhz RF trace, then I don't think Ill be able to help, but would recommended that you take a look at the CC1101+Arduino firmware work that's mentioned earl...
by DanD
Thu May 10, 2018 8:20 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Hi, Can you access this link to the Tridium doc OK? yumpu.com/en/document/view/50032896/nia ... ium-europe I've messed with creating a battery powered standalone repeater using an RFBee with some pretty simple modifications to the Evohome firmware developed by others. It's a couple of years since I ...
by DanD
Sun Mar 19, 2017 7:12 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Hi Bruce, Sorry, you're correct and you can change future setpoints on the app. I'd forgotten that there is a calendar button in the app as I only ever use the app to tweak the current temperature. I'll have a play with the ZONE_SETPOINT (0x2309) command to see if it supports obtaining the weekly sc...
by DanD
Sun Mar 19, 2017 6:25 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Hi Bruce, I would have thought even if we can use the RFG100 the message structure for the scheduling should be easy to find. The RFG100 was able to read and push schedules back to the controller. I thought that the RFG100 just allows use of the Evohome phone app which simply creates setpoint overri...
by DanD
Sun Mar 19, 2017 2:45 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@psr I'm working on trying to extend the commands that the Domoticz Evohome code can interpret, but unfortunately the commands to query the heating schedule from the controller and possibly to send a schedule back to the controller aren't known. The best way to find this out would be to monitor the ...
by DanD
Sat Mar 18, 2017 3:31 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@Happyboy

Excellent! Thanks for posting this information. I'm looking forward to seeing the results of your testing.

Dan
by DanD
Tue Mar 14, 2017 12:38 am
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@Happyboy It's a good idea to first test whether your RFBee can successfully send using my firmware outside of the Domoticz set-up. What I suggest you do is open your favourite serial client (I just used serial monitor in the Arduino IDE) and type an evohome serial command something like 'RQ - 18:73...
by DanD
Sun Mar 12, 2017 10:10 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@Happyboy Apologies for any confusion caused by my keeping the numbering of the firmware as 0.8 in my master branch. I decided to not update the version info yet as my first change was simply to fix a compiler problem which prevented my RFBee from sending and was a very minor change to the code. I'v...
by DanD
Fri Mar 10, 2017 11:50 am
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@colintd Great work on the new CUL firmware, adding the Ramses/Evohome functionality! You may have seen some of the posts about the work that a few of us are doing at the moment on the FullTalgoRythm RFBee firmware to improve its performance and expand the message structures it can decode. I've only...
by DanD
Sun Mar 05, 2017 9:03 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Bruce, Fred, Just to let you know that I've now published my tweaks to the original FullTalgoRhythm to a new branch in my GitHub area in a similar way to you Fred: https://github.com/Evsdd/EvohomeWirelessFW.git I've added support for the messages with only 1 deviceID '--:------ --:------ xx:xxxxxx' ...
by DanD
Thu Feb 23, 2017 6:31 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Hi Bruce, Thanks for posting this comparison of messages between your HGI80 and RFBee. I'm also interested in the details of any alterations that Fred has made to the Hydrogenetic firmware to improve the message decoding. Here are some comments from me on your observations: Whenever the first block ...
by DanD
Mon Feb 13, 2017 1:48 am
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

Hi Fred, Thanks for posting all of the details of your set-up and the logs. They are very helpful in troubleshooting your problem. The simple answer to your question though is no, the BDR91 won't appear as a separate device in the Domoticz device list. The Domoticz Evohome code currently creates dev...
by DanD
Mon Feb 06, 2017 11:38 pm
Forum: Questions & Discussions Forum
Topic: Evohome / Evotouch Wireless protocol?
Replies: 265
Views: 444493

Re: Evohome / Evotouch Wireless protocol?

@r_255 I might be wrong, but as far as can remember its rfbee <<.>> evotouch <<.>> hr80 rfbee injects on the evotouch and not direct to the hr80. Atleast that is how i do remember it. Yes, you're correct I was was wrong, sorry. I've done a lot more testing recently, trying (but failing :( ) to get t...

Go to advanced search