-
Notifications
You must be signed in to change notification settings - Fork 7
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
bosch-xmpp easycontrole bridge mode #34
Comments
I have no idea, but the CT200 allows for autodiscovery of endpoints. It's easiest to use the CLI interface for this, not the bridge mode:
This will return all endpoints starting at the root. You can retrieve each endpoint to navigate up the "directory structure". |
Thanks a lot Robert for your quick answer! I've tried your advise, below the endpoints for the hotwater system (boiler). On my easycontrol android app, I see the 'red hot water icon' appear, but no status change in any of the json enpoints below. Do you have a suggestion? *** Compliments for the though work and great application and scripts!!!! *** easycontrol get /dhwCircuits/dhw1 easycontrol get /dhwCircuits/dhw1/hotWaterSystem easycontrol get /dhwCircuits/dhw1/operationMode easycontrol get /dhwCircuits/dhw1/programs easycontrol get /dhwCircuits/dhw1/state easycontrol get /dhwCircuits/dhw1/temperatureLevels |
I don't have a CT200 in use so can't test myself, but from what I can trace back in the app code, it's looking at the value of |
Robert That's it!!! thanks a lot! |
Readout 'Boiler State':
Which JSON response message van Nefit-Bosch Easycontrol is used to monitor de 'Boiler Status'?
/bridge/dhwCircuits/dhw1/state
{"id":"/dhwCircuits/dhw1/state","type":"stringValue","writeable":0,"recordable":0,"value":"off"}
P.S.
Reading out teh CV-status works fine with:
/bridge/zones/zn1/status
{"id":"/zones/zn1/status","type":"stringValue","writeable":0,"recordable":0,"value":"idle"}
*)/zn1/status of CV: "value":"idle" "value":"heat request"
Please let me know the richt response message for Boiler Status to check out is boiler is heating or off.
Thanks in advance,
Jack
The text was updated successfully, but these errors were encountered: