Search found 3 matches

by aerno
Monday 19 September 2022 18:02
Forum: Python
Topic: Python plugins: Same 'Type' in Devices
Replies: 0
Views: 398

Python plugins: Same 'Type' in Devices

Are more people experiencing this bug: - Add 2 or more Python based plugins to Domoticz 2022.1 (build 14496) - All the added Python plugins are working fine - In Setup->Hardware all plugins are shown, but with the same 'Type' :?: - Selecting a Hardware Python device results in the 'Type' field being ...
by aerno
Thursday 11 October 2018 13:49
Forum: Python
Topic: How to send Float values to Domoticz instead of Integers ?
Replies: 3
Views: 1196

Re: How to send Float values to Domoticz instead of Integers ?

Thanx. Currently still on integer values only. Floats would be nicer.
by aerno
Saturday 10 February 2018 14:24
Forum: Python
Topic: How to send Float values to Domoticz instead of Integers ?
Replies: 3
Views: 1196

How to send Float values to Domoticz instead of Integers ?

I'm coding an SDM630 smart meter plugin for energy usage and return for Domoticz at the moment. See attached screenshot. It is working fine, except that i can only update Integer values instead of Floats. For updating I use this piece of code. Code snippet: row = line.split('\t') # Watts 1 s="%.1d ...