Search found 26 matches

by brucemiranda
Monday 08 April 2024 14:42
Forum: Evohome
Topic: HGI80 Linux TI3410 driver errors
Replies: 4
Views: 1437

Re: HGI80 Linux TI3410 driver errors

what I have managed to find now is that, if I enable USB 3.0 support for my VM running HSOS then the HGI80 has stayed up for over 24 hours. I have no idea if this is coincidence or something else has allowed this to stop failing.
by brucemiranda
Tuesday 02 April 2024 11:55
Forum: Evohome
Topic: HGI80 Linux TI3410 driver errors
Replies: 4
Views: 1437

Re: HGI80 Linux TI3410 driver errors

I am using a udev rule too. Mine looks like this. SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{idVendor}=="10ac", ATTRS{serial}=="TUSB3410 ", ATTRS{idProduct}=="0102", ATTRS{manufacturer}=="Texas Instruments", ATTRS{product}=="TUSB3410 Boot Device", SYMLINK+="ttyUSB-HGI80" the result of "udevadm info ...
by brucemiranda
Monday 01 April 2024 17:08
Forum: Evohome
Topic: HGI80 Linux TI3410 driver errors
Replies: 4
Views: 1437

Re: HGI80 Linux TI3410 driver errors

I realise that this is a very old thread. But I have suddenly hit the exact same problem and wondered if you ever found a solution to keep the HGI80 working.
by brucemiranda
Monday 03 July 2023 21:14
Forum: Other questions and discussions
Topic: Remote access and JWT Tokens / IAM
Replies: 17
Views: 1201

Re: Remote access and JWT Tokens / IAM

Hence why a Long Lived Token makes sense. You can provide that and be reasonably assured that it's a valid request made, because you generated the token. Much better than a User/Password that could be a result of a brute force or passphrase attack..So sits in between User ID/Password and 2FA.
by brucemiranda
Monday 03 July 2023 19:34
Forum: Other questions and discussions
Topic: Remote access and JWT Tokens / IAM
Replies: 17
Views: 1201

Re: Remote access and JWT Tokens / IAM

Is it too difficult to implement a Long Lived Token in Domoticz, especially as other lesser secure methods are also available any way I.e. user ID and password? That way the user gets choice of what to use.
by brucemiranda
Monday 03 July 2023 17:18
Forum: Other questions and discussions
Topic: Remote access and JWT Tokens / IAM
Replies: 17
Views: 1201

Re: Remote access and JWT Tokens / IAM

Why is the Long Lived Token any more or less secure than a User ID and password. Surely if the Domoticz owner is in control of the Long Lived Token, then its almost as secure, but less likely to be brute forced.
by brucemiranda
Saturday 01 July 2023 10:49
Forum: Other questions and discussions
Topic: Remote access and JWT Tokens / IAM
Replies: 17
Views: 1201

Re: Remote access and JWT Tokens / IAM

The new "security" version of Domoticz broke my previously running version too. The issue was that the new version doesn't play nicely if you have a db created from an older version. The result is that you simply cannot log in. The admin and default password don't work, the -nopasswd option doesn't ...
by brucemiranda
Sunday 11 October 2020 16:34
Forum: Evohome
Topic: Cannot get the evoraw.log file created
Replies: 0
Views: 1230

Cannot get the evoraw.log file created

I've set the debug flag to on and recompiled everything. However I cannot get the evoraw.log file created, like I used to be able to in the past. What's the trick to get this going again?
by brucemiranda
Tuesday 24 March 2020 8:59
Forum: Evohome
Topic: Evohome DHW Setpoint used in the graphs
Replies: 4
Views: 1612

Re: Evohome DHW Setpoint used in the graphs

Mods, could we move this thread to the newly created Evohome subforum?
by brucemiranda
Tuesday 24 March 2020 8:57
Forum: Evohome
Topic: Could we have an Evohome subforum?
Replies: 3
Views: 1413

Re: Could we have an Evohome subforum?

Thanks a ton. Now let's hope we get some developers to notice.
by brucemiranda
Friday 13 March 2020 9:09
Forum: Evohome
Topic: Could we have an Evohome subforum?
Replies: 3
Views: 1413

Could we have an Evohome subforum?

I'm trying to see if we can build an Evohome community. I have a pretty good idea of the Evohome protocol itself. But am often lost at implementing any changes to Domoticz beyond the Protocol parser. I have however noticed that there are people who know a lot more than me. Problem is that on github ...
by brucemiranda
Wednesday 04 March 2020 22:25
Forum: Evohome
Topic: Evohome Temperature and Setpoint threshold notifications
Replies: 0
Views: 1214

Evohome Temperature and Setpoint threshold notifications

I've only just realised that the inbuilt functionality of Notifications does not seem to work for the Evohome Devices. They work for other devices within my Domoticz installation just not the Evohome created ones. I've not checked if the Evohome Relay devices have the same issue or not.
by brucemiranda
Wednesday 05 February 2020 15:12
Forum: Suggestions
Topic: Alert notification
Replies: 7
Views: 3605

Re: Alert notification

My device is being updated within the Domoticz code (SendAlertSensor) and not via a json call.

I've seen that message notification processing was added whenever the AlertSensor is updated via a json call. So does that mean that notifications don't work for devices updated via code?
by brucemiranda
Wednesday 05 February 2020 14:09
Forum: Suggestions
Topic: Alert notification
Replies: 7
Views: 3605

Re: Alert notification

I realise this is an old topic but how do I get Notifications to work on an Alert Sensor? I'd like to get an email whenever a sensor has a value of more than 0 I.e. No alert. I can get notifications to work on a Custom Sensor based on the Value of the Custom Sensor. But that same technique isn't ...
by brucemiranda
Monday 03 February 2020 19:13
Forum: Evohome
Topic: Evohome DHW Setpoint used in the graphs
Replies: 4
Views: 1612

Re: Evohome DHW Setpoint used in the graphs

Sorry the above is not correct and you can test this yourself. Move the setpoint of your DHW to any other temperature besides 60C and you will see the graphs still show it as 60C. Infact the code, just sets the setpoint to ON/OFF, so somewhere in the Domoticz spaghetti of code that ON is being ...
by brucemiranda
Thursday 23 January 2020 19:47
Forum: Evohome
Topic: Evohome DHW Setpoint used in the graphs
Replies: 4
Views: 1612

Re: Evohome DHW Setpoint used in the graphs

No one know where the graphs pick up the hardcoded value of 60C from? I now know the command to get the actual Hot Water setpoint stored on the Evohome controller. But I am struggling to figure out how to implement that change in Domoticz.
by brucemiranda
Friday 17 January 2020 21:02
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: PR compiling on Travis but not on AppVeyor
Replies: 6
Views: 551

Re: PR compiling on Travis but not on AppVeyor

I just took it out. More problem that it was worth tbh. Now to just get my PR merged in. Some PRs have been piling up for a few weeks now.
by brucemiranda
Friday 17 January 2020 16:02
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: PR compiling on Travis but not on AppVeyor
Replies: 6
Views: 551

Re: PR compiling on Travis but not on AppVeyor

I just removed a feature to print a Hex as a binary string and everything worked fine. The log message will now print things in decimal itself.
by brucemiranda
Friday 17 January 2020 11:08
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: PR compiling on Travis but not on AppVeyor
Replies: 6
Views: 551

Re: PR compiling on Travis but not on AppVeyor

I had closed it to work out what I need to do to fix things. But I have reopened it now again. This is quite a strange situation.