Matthias Stock

Results 7 comments of Matthias Stock

I agree that this is the right approach, but I would like to point out that the `requestParameterBuilder` also needs an update of the `parameterIndex` at the moment, because it...

I may have already accomplished what you are trying to do using the [TR-069 protocol](https://avm.de/service/schnittstellen/). For each device I added the following to `classes/fritzbox/services_tr069.py` (NewIndex: 0-3, home prefix: 0-3): ```json...

I am able to query the temperatures using this endpoint. ```bash curl -s -H 'Accept: application/json' "http://fritz.box/webservices/homeautoswitch.lua?sid=${mysid}&switchcmd=getdevicelistinfos" ``` However, I get XML instead of JSON. Does this already help or...

The following should fix the `url_path: None` problem, but the branch still doesn't work for me, yet. Maybe I'll have time to look at it this weekend. ```diff diff --git...

My PR #50 fixes my requests, but leads to this error: ``` 2022-09-16 17:17:25,566 - ERROR: FritzBox Lua returned: 403 : Forbidden 2022-09-16 17:17:25,566 - ERROR: FritzBox Lua returned body:...

With another fix in PR #52, this branch works for me and writes home automation data to InfluxDB. Please note that I just took a random look at the data.

https://github.com/bb-Ricardo/fritzinfluxdb/pull/52#issuecomment-1249827586: > It's great that we get the data but I have no idea right now how to visualise for example the heating data for the thermostats. Any idea? should...