Replies: 4 comments 15 replies
-
I've just seen your question, I was looking for something else and I stumbled upon it, Ysard has a Chaffoteaux boiler (Ariston Group) and he's been able to decode the error handling protocol, and even better the code to do the reset, take a look.. |
Beta Was this translation helpful? Give feedback.
-
The Alteas One has a built-in WiFi module that's connected to the main board through a separate connector - it does not require an external module connected to the bus for WiFi access, if that's what you are referring to here. Right now the only thing I have connected on the bus is the Sensys module, which also acts as my indoor thermostat. I'll run another wire from the ebus connector to the hat on the Pi and see what happens. |
Beta Was this translation helpful? Give feedback.
-
Quick question: if I open and edit any of the .csv files (for message definitions) in Excel, whenever I try to save them, I get a message about some "features getting lost if I continue"....does this affect the daemon when it loads the file ? |
Beta Was this translation helpful? Give feedback.
-
You need to be sure that the CSV is comma separated values, without double quotes wrapping the various fileds |
Beta Was this translation helpful? Give feedback.
-
Hello. First of all, big thanks to everyone for your effort to make this project possible. I'm really interested in trying it myself, even though I know very little about code and stuff - good learning experience. I'm mostly interested in one simple task: resetting a "blocking" error in an Ariston Alteas (Genus) boiler. The Genus boiler is mentioned as tested at one point (I think by the author himself), so I was curious if someone has tried this feature. I have the Alteas model which is essentially the same thing AFAIK.
Why this would be a game-changer (for me at least): I'm away from home most of the time and if the gas gets shut off, the boiler throws a "501: No flame detected" error, which is normal. The problem is that it can only be reset locally from the control panel - there's no option to reset it via the app and even a power cycle of the unit doesn't get rid of it, so now the house is freezing for however long it takes me to get back, which can be days or even weeks on end.....not too smart there, Ariston. I can understand they're treating it as a safety hazard, but at least give me the option to take the risk...
Again, I'm a novice when it comes to programming, but if I understand correctly, in layman terms, the Ebus adapter is capable of listening in on the bus and reporting its activity to the RaspberryPi (as an example). The Alteas model which I have has also has a wired thermostat (Sensys HD) attached to the Ebus which also acts as a secondary display, mimicking the controls on the device's front face, including the option to reset errors. Assuming someone cracked the code and managed to read the info sent over the bus, I imagine it would be possible to send a reset command as well. I hope this is the case. I'm also hoping it wouldn't interfere with any existing devices on the bus, again, if someone tried it.
I don't want to dive too deep into this project just yet, so any input from any of you who experimented is good enough for now. Cheers !
Beta Was this translation helpful? Give feedback.
All reactions