herrmannj / fronthem

fronthem websocket Schnittstelle für FHEM
http://fhem.de
8 stars 14 forks source link

Add an option to disable device security #12

Open muecke36 opened 8 years ago

muecke36 commented 8 years ago

The per-device security is a nice feature but if it is not needed and you have a number of devices it makes usage very difficult. Also if IP Addresses change it is not optimal. I'd like to have an option to disable device security or define fronthem devices for whole subnets (e.g. identity = 192.168.127.*).

herrmannj commented 8 years ago

thats a wish, not an issue ;) It works as designed,

... but next version will include options to do so :)

muecke36 commented 8 years ago

By the way: Where should I put my own converters so that they are not lost after an update? Currently I put them in fhconverter.pm but suppose that this file will be overwritten in an update.

ddtlabs commented 8 years ago

You can use 99_fronthemUtils.pm. This file will not be updated automatically. You can also use any other 99_xxx.pm file with a fronthem namespace (package). An example can be found here: https://forum.fhem.de/index.php/topic,34140.msg426738.html#msg426738