Search found 7 matches
- Saturday 16 March 2024 10:23
- Forum: Python
- Topic: Python plugin: Tesy Boiler
- Replies: 11
- Views: 2477
Re: Python plugin: Tesy Boiler
Yes that's done.
- Friday 15 March 2024 16:41
- Forum: Python
- Topic: Python plugin: Tesy Boiler
- Replies: 11
- Views: 2477
Re: Python plugin: Tesy Boiler
Yes but I had to change all other references as well, initially the sensors did not update as it should.
In the onStart method
In the onCommand method 3x
In the onHeartbeat method
Anyway thanks for your support.
In the onStart method
In the onCommand method 3x
In the onHeartbeat method
Anyway thanks for your support.
- Friday 15 March 2024 15:05
- Forum: Python
- Topic: Python plugin: Tesy Boiler
- Replies: 11
- Views: 2477
Re: Python plugin: Tesy Boiler
Thank you very much.
- Saturday 09 March 2024 11:43
- Forum: Python
- Topic: Python plugin: Tesy Boiler
- Replies: 11
- Views: 2477
Re: Python plugin: Tesy Boiler
Nope.
Only with the fixed ip like
Only with the fixed ip like
Code: Select all
curl -X GET http://10.0.0.160/api?name=_all
- Friday 08 March 2024 6:21
- Forum: Python
- Topic: Python plugin: Tesy Boiler
- Replies: 11
- Views: 2477
Re: Python plugin: Tesy Boiler
Installed your plug-in but I get the following error in my log file: 2024-03-08 06:03:37.304 Error: Boiler: Tesy URLError Reason: [Errno -2] Name or service not known Any idea? I can access the api in mij browser with fixed IP iso curl -X GET http ://tesy/api?name=_all The boiler is the same type ...
- Friday 11 November 2022 13:40
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 91435
Re: Domoticz-Google-Assistant (dzga)
Functions on latest V1.7.2 There is new function to change device type, icon and some behavior depending on the device (e.g open/close instead of on/off). For fully control you can remove Image_Override from config. To change device type, add to discription for your device in domoticz ...
- Monday 13 April 2020 16:23
- Forum: Temperature and Weather
- Topic: End of Weather Underground [Solved]
- Replies: 42
- Views: 20668
Re: End of Weather Underground
Hi, it seems to work (Domoticz version 4.9700 - beta) but something is wrong with the wind. I'm using the km/h unit but Domoticz show much more than Wunderground: 50 km/h (in Domoticz) instead of 14 km/h (real speed shown on Wunderground), I guess somewhere there is a unit mismatch. Did you already ...