guillaumezin / DomoticzEbusd

ebusd plugin for Domoticz
MIT License
14 stars 5 forks source link

CDevice_init' failed 'TypeError':''Description' is an invalid keyword argument for this function #3

Closed ronan-fontenay closed 6 years ago

ronan-fontenay commented 6 years ago

Hi !

Thanks for the good work and this plugin ! Everything is almost fine, just having an issue when processing data in Domoticz, any clue ?

2018-04-10 22:48:15.848 (Chaudière) Calling message handler 'onMessage'.
2018-04-10 22:48:15.848 (Chaudière) onMessage called
2018-04-10 22:48:15.848 (Chaudière) Good Response received from ebusd : length 73445
2018-04-10 22:48:15.976 (Chaudière) Look for circuit bai register flowtemp in JSON data
2018-04-10 22:48:15.976 (Chaudière) Circuit bai found
2018-04-10 22:48:15.976 (Chaudière) Register flowtemp found
2018-04-10 22:48:15.976 (Chaudière) Found
2018-04-10 22:48:15.976 (Chaudière) Field set to 0 by default
2018-04-10 22:48:15.977 (Chaudière) Field is type temperature
2018-04-10 22:48:15.977 Error: Expected: myVar = Domoticz.Device(Name="myDevice", Unit=0, TypeName="", Type=0, Subtype=0, Switchtype=0, Image=0, Options={}, Used=1)
2018-04-10 22:48:15.977 Error: (Chaudière) 'CDevice_init' failed 'TypeError':''Description' is an invalid keyword argument for this function'.
2018-04-10 22:48:15.977 Error: Device creation failed, Device object is not associated with a plugin.
2018-04-10 22:48:15.977 Error: (Chaudière) Cannot add device bai:flowtemp (bai:flowtemp:0) unit 1. Check in settings that Domoticz is set up to accept new devices
2018-04-10 22:48:15.984 (Chaudière) Calling message handler 'onDisconnect'.
2018-04-10 22:48:15.984 (Chaudière) onDisconnect called 
guillaumezin commented 6 years ago

You need to update Domoticz to last beta

guillaumezin commented 6 years ago

I changed min version to 3.9085 in readme, it wasn't up to date

ronan-fontenay commented 6 years ago

Solved ! Thanks !