kozmoz / atag-one-api

ATAG ONE API
MIT License
18 stars 3 forks source link

Wat is de ketel aan het doen? #15

Closed FutureCow closed 7 years ago

FutureCow commented 7 years ago

Als eerste bedankt voor dit prachtige stukje software. Alles wordt netjes in een database gezet, en krijg daar prachtige grafieken mee! erg handig om de boel een beetje in de gaten te houden. (En alles naar OpenHAB te sturen)

Ik had even een vraag. Met welke parameter kan ik er achter komen of de ketel bezig is met CV of warmwater?

Bij Boilerstatus komen de waarden: 258, 260, 266 en 268 voorbij, kan ik daar iets mee?

kozmoz commented 7 years ago

Op de wiki pagina heb ik geprobeerd het protocol te beschrijven.

https://github.com/kozmoz/atag-one-api/wiki/Thermostat-Protocol Zie daar de variabele genaamd "report.boiler_status". Deze geeft inderdaad met bits aan wat de status van de brander is.

Bergerie commented 7 years ago

I'm puzzled. {$dump->retrieve_reply->report->boiler_status} geeft continue een waarde van slechts 127. Inconsistent met de variabelen welke zijn omschreven onder "report.boiler_status".

From: Rob Juurlink [mailto:notifications@github.com] Sent: 25 February, 2017 9:22 PM To: kozmoz/atag-one-api atag-one-api@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [kozmoz/atag-one-api] Wat is de ketel aan het doen? (#15)

Op de wiki pagina heb ik geprobeerd het protocol te beschrijven.

https://github.com/kozmoz/atag-one-api/wiki/Thermostat-Protocol Zie daar de variabele genaamd "report.boiler_status". Deze geeft inderdaad met bits aan wat de status van de brander is.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kozmoz/atag-one-api/issues/15#issuecomment-282509735 , or mute the thread https://github.com/notifications/unsubscribe-auth/APsRB8OLIpfbs123vXLTMyELVpjrcaIEks5rgI1ggaJpZM4MMFyC . https://github.com/notifications/beacon/APsRB4ZTaP-FTJorO-4jucF284mSq-iAks5rgI1ggaJpZM4MMFyC.gif

kozmoz commented 7 years ago

Welk commando voer je exact uit om de dump te ontvangen? Wat is de software versie van de Atag ONE? Mogelijk geven de antwoorden hierop een oplossingsrichting.

Bergerie commented 7 years ago

Hi Rob,

dank voor snelle reaktie.

Device Settings geeft aan "One version R46"

Commando is: $json = java -jar $jar --skip-auth-request --dump;

From: Rob Juurlink [mailto:notifications@github.com] Sent: 27 February, 2017 12:48 PM To: kozmoz/atag-one-api atag-one-api@noreply.github.com Cc: Bergerie dick@wismeijer.com; Comment comment@noreply.github.com Subject: Re: [kozmoz/atag-one-api] Wat is de ketel aan het doen? (#15)

Welk commando voer je exact uit om de dump te ontvangen? Wat is de software versie van de Atag ONE? Mogelijk geven de antwoorden hierop een oplossingsrichting.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kozmoz/atag-one-api/issues/15#issuecomment-282699409 , or mute the thread https://github.com/notifications/unsubscribe-auth/APsRByDEg6EhzBU7Dq1dU9RIWLtGOMJEks5rgrgAgaJpZM4MMFyC . https://github.com/notifications/beacon/APsRB0Qs1QBjknT8l2z_fkSp61SfwwmGks5rgrgAgaJpZM4MMFyC.gif

kozmoz commented 7 years ago

Firmware R46 is de laatste versie.

De dump zet de waarden van de Atag ONE één op één door. Dan zou ik verwachten dat het binnen de app ook niet goed weergegeven wordt. Wordt daar dan wel juist getoond dat de brander actief is?

"boiler_status": 778,

Bergerie commented 7 years ago

Hi Rob,

Excuses, foutje mijnerzijds. Ik kreeg constant een waarde van 127 in mijn sql database. Echter, bij wijziging van FieldType werd er ineens de waarden 512, 770, 778, 780 weggeschreven. Nu nog even uit zien te vinden waar die waarden voor staan.

Grtjs

Dick

From: Rob Juurlink [mailto:notifications@github.com] Sent: 28 February, 2017 12:37 PM To: kozmoz/atag-one-api atag-one-api@noreply.github.com Cc: Bergerie dick@wismeijer.com; Comment comment@noreply.github.com Subject: Re: [kozmoz/atag-one-api] Wat is de ketel aan het doen? (#15)

Firmware R46 is de laatste versie.

De dump zet de waarden van de Atag ONE één op één door. Dan zou ik verwachten dat het binnen de app ook niet goed weergegeven wordt. Wordt daar dan wel juist getoond dat de brander actief is?

"boiler_status": 778,

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kozmoz/atag-one-api/issues/15#issuecomment-283016627 , or mute the thread https://github.com/notifications/unsubscribe-auth/APsRB6UYbb0d_w_-NChhFDp5aS775qYPks5rhAbFgaJpZM4MMFyC . https://github.com/notifications/beacon/APsRB36e2RINxyask6a3kZRSufXK0PM6ks5rhAbFgaJpZM4MMFyC.gif