Thank you for that.
I have had so little time this weekend for the plugin but still working on it.
You will get a copy as soon as everything is in place but it will take some weeks.
Search found 4 matches
- Monday 06 February 2017 11:54
- Forum: Python
- Topic: Python Plugin Device Update not working correct
- Replies: 7
- Views: 1935
- Monday 30 January 2017 11:34
- Forum: Python
- Topic: Python Plugin Device Update not working correct
- Replies: 7
- Views: 1935
Re: Python Plugin Device Update not working correct
Sorry about the length of this post The history of this is that I left Domoticz for openHAB a few yers ago because I was not able to connect to FHT and I was not willing to write a plugin for FHT80b i C++ but now when I got the possibility to write one in Python it's anothe case. I'm just in the ...
- Sunday 29 January 2017 18:53
- Forum: Python
- Topic: Python Plugin Device Update not working correct
- Replies: 7
- Views: 1935
Re: Python Plugin Device Update not working correct
Thanks for the answer, have done a workaround that works for me but there will be much harder to do a more general plugin for FHT/FS20 as they allow IDs from 0 to 65,535. Fore a more general solution some kind of persistent translation table need to be stored somewhere, are there such a place?
/Mats
/Mats
- Saturday 28 January 2017 17:04
- Forum: Python
- Topic: Python Plugin Device Update not working correct
- Replies: 7
- Views: 1935
Python Plugin Device Update not working correct
Hi, I don't now where to put feedback on Python plugin errors so I do it here. While trying to make a plugin for FHT80b I notised an error, I think. I'm creating devices with hi numbers from the hex addresses I get from FHT80b like 0x4e20=20000, creation works without any problem and the device is ...