Search found 4 matches
- Tuesday 17 November 2020 11:54
- Forum: Python
- Topic: Fronius solar inverter Plugin
- Replies: 19
- Views: 4738
Re: Fronius solar inverter Plugin
I use the 06/05/2020 version of the python plugin. I hove someone has fixed this, I would like to get info into Domoticz. Please use last code published. I've made some changes. Still working to support more devices and some cosmetics. In general you need to find out your best URL depends of your ...
- Friday 30 October 2020 15:52
- Forum: Python
- Topic: Fronius solar inverter Plugin
- Replies: 19
- Views: 4738
Re: Fronius solar inverter Plugin
Do you have meter connected?? I will fix measures without meter.... I have not time at now but i will back after summer, sorry Hi, I have as well Primo 3.0-1 without any meter, would be great to have option to disable it on Hardware tab if that is the issue. I'm getting same errors like jansen1443 ...
- Tuesday 20 October 2020 19:13
- Forum: Python
- Topic: Fronius solar inverter Plugin
- Replies: 19
- Views: 4738
Re: Fronius solar inverter Plugin
Do you have meter connected?? I will fix measures without meter.... I have not time at now but i will back after summer, sorry Hi, I have as well Primo 3.0-1 without any meter, would be great to have option to disable it on Hardware tab if that is the issue. I'm getting same errors like jansen1443 ...
- Tuesday 14 January 2020 10:34
- Forum: MySensors
- Topic: Temp gets rounded up or down
- Replies: 7
- Views: 3850
Re: Temp gets rounded up or down
MsgTemp.set(temperature,0) change to MsgTemp.set(temperature,1) and it will send one decimal Hi can you advice how to manage Domoticz to display 2 decimals under Temperature sensors page, when following this MsgTemp.set(temperature, 2 ) i can see on arduino serial monitor, mysensors sent xx.xx ...