-
Notifications
You must be signed in to change notification settings - Fork 33
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
http request and json answer string #184
Comments
Hi Tom, |
hi, i use a custom made reader https://www.mitterbaur.at/amis-leser.html which works very fine for Siemens TD-3511/TD-3512 Smartmeter. i just got the OK from the Developer and we are welcomed to implement it here in Hoymileszeroexport. thx tom |
## V1.92 ### script * support "Mitterbaur AMIS Lesekopf" (#184) ### config * add `[SELECT_POWERMETER]`: `USE_AMIS_READER` * add `[AMIS_READER]`: `AMIS_READER_IP` * add `[SELECT_INTERMEDIATE_METER]`: `USE_AMIS_READER_INTERMEDIATE` * add `[INTERMEDIATE_AMIS_READER]`: `AMIS_READER_IP_INTERMEDIATE`
https://github.com/reserve85/HoymilesZeroExport/tree/dev_AMIS_Reader should do the trick, can you test it? |
just tried but did not work: kthemall@iobroker:~/HoymilesZeroExport $ sudo ./update.sh dev_AMIS_Reader dev_AMIS_Reader.zip [ <=> ] 196,70K --.-KB/s in 0,1s 2024-04-29 12:26:41 (1,80 MB/s) - ▒dev_AMIS_Reader.zip▒ gespeichert [201418] Archive: dev_AMIS_Reader.zip
Apr 29 12:26:55 iobroker systemd[1]: Started HoymilesZeroExport Service. installation i think was fine then i put that in my override file: [SELECT_POWERMETER] [AMIS_READER] it does not change the power any longer. hmmm |
can you check the log? sudo journalctl -u HoymilesZeroExport.service -n 2000 -e -f |
Apr 29 12:46:05 iobroker python3[20861]: 2024-04-29 12:46:05 INFO Config file V 1.92 |
oops, copy and paste error... please try again |
muss ein intermediate auch eingetragen sein??? 2024-04-29 12:52:23 INFO Config file V 1.92 |
sorry, there was also a bug... please try again |
läuft ;-) Inverterlimit was already accepted at 462 Watt |
perfect, thanks for your feedback. |
ich danke für die realisierung. ich gebe dass dann mal so an den entwickler der hard/software weiter. der hätte immer ganz gerne use-cases für seine tätigkeiten. danke nochmal und LG Tom |
hi, kannst du bitte noch umbenennen auf: Amis IR Reader (NetzOÖ) danke und LG Tom |
du meinst in der readme? |
ja wenn das geht, er meinte das wäre passender. im code denke ich sollte man umlaute usw. vermeiden (außer in den kommentaren vielleicht ;-)) |
erledigt |
hi,
my question is:
is it possible to get the consumption directly from a http request for example:
http://x.x.x.x/rest which gives back this json string and my consumption saldo is called saldo:
{"1_8_0":27424805,"2_8_0":70703,"3_8_1":1429460,"4_8_1":3086146,"1_7_0":501,"2_7_0":507,"3_7_0":0,"4_7_0":256,"1_128_0":0,"saldo":-6}
maybe it is and i do not know where to config it.
thx tom
The text was updated successfully, but these errors were encountered: