fritzapi
fritzapi copied to clipboard
Home automation API for Fritz!Box, Fritz!DECT and FRITZ!Powerline devices
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@j0tunn) :bug:...
Bumps [csv](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv) from 5.5.3 to 6.2.5. Changelog Sourced from csv's changelog. 6.2.5 (2022-11-30) Note: Version bump only for package csv 6.2.4 (2022-11-28) Note: Version bump only for package csv 6.2.3...
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.7. Release notes Sourced from chai's releases. v4.3.7 What's Changed fix: deep-eql bump package to support symbols comparison by @snewcomer in chaijs/chai#1483 Full Changelog: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7...
I would like to read log messages so i can automate certain actions
Hi i wanted to set my FRITZ!DECT 400 to a custom color but there is no way to send hsv values. As can be tested using the Fritz Smart Home...
Hi, i am using https://flows.nodered.org/node/node-red-contrib-fritzapi fritz-thermostat: if i set setTemperatur the uri looks like {"uri":{"protocol":"http:","slashes":true,"auth":null,"host":"192.168.140.10","port":80,"hostname":"192.168.140.10","hash":null,"search":"?0=0&sid=c3843a9310cb5902&switchcmd=sethkrtsoll¶m=NaN&ain=109710417528","query":"0=0&sid=c3843a9310cb5902&switchcmd=sethkrtsoll¶m=..." So the NaN for param in the uri is my problem. msg.payload is a Number...
I have some DECT thermostats and like to set them according to my presence in node-red. I used the thermostat node and set it to night mode when away. So...
Hi, are there any plans to integrate the buttons offered in the Fritz!DECT line? E.g. Fritz!DECT 440 or the smaller 400? Thanks!
getGuestWlan and setGuestWlan aren't working with Fritz!OS 7 anymore. Any plans to update that function?
Hallo zusammen, ich möchte mit fritzapi im ioBrocker per Javascript mein Gäste Wlan ein- und ausschalten. Wenn ich den Status vom GWLan abfrage bekomme ich zurück: `{'isFulfilled':false,'isRejected':false}` Egal ob es...